Searched refs:CXFA_Value (Results 1 – 13 of 13) sorted by relevance
11 XFA_Element CXFA_Value::GetChildValueClassID() { in GetChildValueClassID()19 bool CXFA_Value::GetChildValueContent(CFX_WideString& wsContent) { in GetChildValueContent()27 CXFA_Arc CXFA_Value::GetArc() { in GetArc()32 CXFA_Line CXFA_Value::GetLine() { in GetLine()37 CXFA_Rectangle CXFA_Value::GetRectangle() { in GetRectangle()42 CXFA_Text CXFA_Value::GetText() { in GetText()47 CXFA_ExData CXFA_Value::GetExData() { in GetExData()52 CXFA_Image CXFA_Value::GetImage() { in GetImage()
21 class CXFA_Value : public CXFA_Data {23 explicit CXFA_Value(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_Value() function
41 CXFA_Value CXFA_Caption::GetValue() { in GetValue()42 return CXFA_Value(m_pNode ? m_pNode->GetChild(0, XFA_Element::Value) in GetValue()
26 CXFA_Value GetValue();
60 CXFA_Value GetDefaultValue(bool bModified = false);61 CXFA_Value GetFormValue(bool bModified = false);
83 CXFA_Value defValue(pNode->GetProperty(0, XFA_Element::Value, true)); in CreateUIChild()349 CXFA_Value CXFA_WidgetData::GetDefaultValue(bool bModified) { in GetDefaultValue()351 return CXFA_Value( in GetDefaultValue()356 CXFA_Value CXFA_WidgetData::GetFormValue(bool bModified) { in GetFormValue()357 return CXFA_Value(m_pNode->GetProperty(0, XFA_Element::Value, bModified)); in GetFormValue()
128 CXFA_Value defValue(pFormNode->GetProperty(0, XFA_Element::Value)); in CreateDataBinding()198 CXFA_Value valueChild(pValue); in CreateDataBinding()
2248 CXFA_Value defVal = pWidgetData->GetFormValue(); in Script_Field_DefaultValue()
60 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()115 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()142 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()
61 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()
76 if (CXFA_Value value = m_pDataAcc->GetFormValue()) { in RenderWidget()
90 CXFA_Value value = pAcc->GetFormValue(); in LoadImageData()155 CXFA_Value value = pAcc->GetFormValue(); in LoadImageData()208 CXFA_Value imageValue = GetDefaultValue(); in ResetData()228 CXFA_Value defValue(nullptr); in ResetData()251 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData()532 if (CXFA_Value capValue = caption.GetValue()) { in GetValidateCaptionName()
519 if (CXFA_Value value = m_pDataAcc->GetFormValue()) { in LoadWidget()