Searched refs:wsValueRef (Results 1 – 3 of 3) sorted by relevance
786 CFX_WideStringC wsValueRef, wsLabelRef; in RunBindItems() local787 binditems.GetValueRef(wsValueRef); in RunBindItems()789 FX_BOOL bUseValue = wsLabelRef.IsEmpty() || wsLabelRef == wsValueRef; in RunBindItems()793 wsValueRef.IsEmpty() || wsValueRef == FX_WSTRC(L"$"); in RunBindItems()795 FX_DWORD uValueHash = FX_HashCode_String_GetW(CFX_WideString(wsValueRef), in RunBindItems()796 wsValueRef.GetLength()); in RunBindItems()
447 void GetValueRef(CFX_WideStringC& wsValueRef);451 FX_BOOL SetValueRef(const CFX_WideString& wsValueRef);
1146 void CXFA_BindItems::GetValueRef(CFX_WideStringC& wsValueRef) { in GetValueRef() argument1147 m_pNode->TryCData(XFA_ATTRIBUTE_ValueRef, wsValueRef); in GetValueRef()1158 FX_BOOL CXFA_BindItems::SetValueRef(const CFX_WideString& wsValueRef) { in SetValueRef() argument1159 return m_pNode->SetCData(XFA_ATTRIBUTE_ValueRef, wsValueRef); in SetValueRef()