Searched refs:CXFA_BindItems (Results 1 – 3 of 3) sorted by relevance
35 class CXFA_BindItems; variable442 class CXFA_BindItems : public CXFA_Data {444 CXFA_BindItems(CXFA_Node* pNode);613 CXFA_BindItems GetBindItems();
1139 CXFA_BindItems::CXFA_BindItems(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_BindItems() function in CXFA_BindItems1140 void CXFA_BindItems::GetConnection(CFX_WideStringC& wsConnection) { in GetConnection()1143 void CXFA_BindItems::GetLabelRef(CFX_WideStringC& wsLabelRef) { in GetLabelRef()1146 void CXFA_BindItems::GetValueRef(CFX_WideStringC& wsValueRef) { in GetValueRef()1149 void CXFA_BindItems::GetRef(CFX_WideStringC& wsRef) { in GetRef()1152 FX_BOOL CXFA_BindItems::SetConnection(const CFX_WideString& wsConnection) { in SetConnection()1155 FX_BOOL CXFA_BindItems::SetLabelRef(const CFX_WideString& wsLabelRef) { in SetLabelRef()1158 FX_BOOL CXFA_BindItems::SetValueRef(const CFX_WideString& wsValueRef) { in SetValueRef()1161 FX_BOOL CXFA_BindItems::SetRef(const CFX_WideString& wsRef) { in SetRef()1629 CXFA_BindItems CXFA_WidgetData::GetBindItems() { in GetBindItems()
771 CXFA_BindItems binditems((CXFA_Node*)m_bindItems[i]); in RunBindItems()