Home
last modified time | relevance | path

Searched refs:GetContent (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp23 IFWL_Content* IFWL_Panel::GetContent() { in GetContent() function in IFWL_Panel
24 return static_cast<CFWL_PanelImp*>(GetImpl())->GetContent(); in GetContent()
71 IFWL_Content* CFWL_PanelImp::GetContent() { in GetContent() function in CFWL_PanelImp
87 virtual IFWL_Content* GetContent();
115 IFWL_Content* CFWL_CustomPanelImp::GetContent() { in GetContent() function in CFWL_CustomPanelImp
140 IFWL_Content* IFWL_CustomPanel::GetContent() { in GetContent() function in IFWL_CustomPanel
141 return static_cast<CFWL_CustomPanelImp*>(GetImpl())->GetContent(); in GetContent()
Dfwl_formimp.cpp1162 m_pOwner->GetContent()->GetMaxSize(fWidthMax, fHeightMax); in OnMouseMove()
1163 m_pOwner->GetContent()->GetMinSize(fWidthMin, fHeightMin); in OnMouseMove()
Dfwl_widgetimp.cpp156 IFWL_Content* pContent = pForm->GetContent(); in Finalize()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.cpp92 wsDtSymbol = pNumberSymbols->GetContent(0); in GetDateTimeSymbols()
132 wsSymbolName = pSymbolName->GetContent(0); in GetCalendarSymbol()
217 wsPattern = pChild->GetContent(0); in GetPattern()
262 wsDtSymbol = pSymbols ? pSymbols->GetContent() : CFX_WideString(); in GetDateTimeSymbols()
359 return pSymbol ? pSymbol->GetContent() : CFX_WideString(); in GetSymbol()
371 return pSymbol ? pSymbol->GetContent() : CFX_WideString(); in GetCalendarSymbol()
Dxfa_objectacc_imp.cpp859 void CXFA_Text::GetContent(CFX_WideString& wsText) { in GetContent() function in CXFA_Text
895 void CXFA_ExData::GetContent(CFX_WideString& wsText) { in GetContent() function in CXFA_ExData
946 FX_BOOL CXFA_Image::GetContent(CFX_WideString& wsText) { in GetContent() function in CXFA_Image
989 text.GetContent(wsMessage); in GetMessageText()
1484 return m_pNode->GetContent(); in GetRawValue()
1889 CFX_WideString text = pItemchild->GetContent(); in SetCheckState()
1894 wsChildValue = pItemchild->GetContent(); in SetCheckState()
1981 CFX_WideString wsChildValue = pItemchild->GetContent(); in SetSelectedMemberByValue()
1985 wsChildValue = pItemchild->GetContent(); in SetSelectedMemberByValue()
3100 wsValue = m_pNode->GetContent(); in GetValue()
[all …]
Dxfa_document_datamerger_imp.cpp122 image.GetContent(wsValue); in XFA_DataMerge_CreateDataBinding()
Dxfa_object_imp.cpp4423 CFX_WideString CXFA_Node::GetContent() { in GetContent() function in CXFA_Node
/external/pdfium/xfa/include/fwl/core/
Dfwl_panel.h21 IFWL_Content* GetContent();
33 IFWL_Content* GetContent();
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_panelimp.h23 virtual IFWL_Content* GetContent();
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.cpp281 wsValidateStr = pValidateNode->GetContent(); in ProcessWidgetEvent()
804 wsValue = refNode->GetContent(); in RunBindItems()
808 wsValue = refNode->GetContent(); in RunBindItems()
810 wsValue = nodeValue->GetContent(); in RunBindItems()
815 wsLabel = refNode->GetContent(); in RunBindItems()
819 wsLabel = nodeLabel->GetContent(); in RunBindItems()
Dxfa_ffwidgetacc.cpp223 image.GetContent(wsValue); in ResetData()
250 itemText = pItems->GetChild(1, XFA_ELEMENT_UNKNOWN)->GetContent(); in ResetData()
558 capText.GetContent(wsCaptionName); in GetValidateCaptionName()
Dxfa_textlayout.cpp901 wsText = m_pTextDataNode->GetContent(); in GetText()
1365 CFX_WideString wsText = pNode->GetContent(); in LoadText()
Dxfa_ffwidget.cpp967 pImage->GetContent(wsImage); in XFA_LoadImageData()
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp107 CFX_WideString wsContent = pVersion->GetContent(0); // == 1.1 in CheckSharedForm()
/external/pdfium/core/include/fxcrt/
Dfx_xml.h138 CFX_WideString GetContent(FX_DWORD index) const;
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h335 void GetContent(CFX_WideString& wsText);
349 void GetContent(CFX_WideString& wsText);
367 FX_BOOL GetContent(CFX_WideString& wsText);
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp701 CFX_WideString CXML_Element::GetContent(FX_DWORD index) const { in GetContent() function in CXML_Element
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h864 virtual IFDE_CSSValueList* GetContent() const = 0;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h465 virtual IFDE_CSSValueList* GetContent() const { in GetContent() function
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h155 CFX_WideString GetContent();
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp100 return pDatePattern->GetContent(0); in FX_GetXMLContent()
129 wsDtSymbol = pNumberSymbols->GetContent(0); in GetDateTimeSymbols()
153 wsName = pSymbolName->GetContent(0); in FX_GetCalendarSymbol()
214 CFX_WideString wsTimeZone = pxmlTimeZone->GetContent(0); in GetTimeZone()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp54 swSection += pSubElement->GetContent(j); in SetText()
/external/libxml2/
DChangeLog11784 * tree.c: minimized the memory allocated for GetContent