Home
last modified time | relevance | path

Searched refs:CXFA_Caption (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.cpp111 CXFA_Caption caption = m_pDataAcc->GetCaption(); in PerformLayout()
139 CXFA_Caption caption = m_pDataAcc->GetCaption(); in LoadHighlightCaption()
177 CXFA_Caption caption = m_pDataAcc->GetCaption(); in RenderHighlightCaption()
Dxfa_fffield.h73 void CapTopBottomPlacement(CXFA_Caption caption,
76 void CapLeftRightPlacement(CXFA_Caption caption,
Dxfa_fffield.cpp187 CXFA_Caption caption = m_pDataAcc->GetCaption(); in CapPlacement()
271 void CXFA_FFField::CapTopBottomPlacement(CXFA_Caption caption, in CapTopBottomPlacement()
298 void CXFA_FFField::CapLeftRightPlacement(CXFA_Caption caption, in CapLeftRightPlacement()
661 CXFA_Caption caption = m_pDataAcc->GetCaption(); in RenderCaption()
Dxfa_ffwidgetacc.cpp128 CXFA_Caption caption = pAcc->GetCaption(); in LoadCaption()
552 CXFA_Caption caption = GetCaption(); in GetValidateCaptionName()
762 CXFA_Caption caption = this->GetCaption(); in CalcCaptionSize()
1243 CXFA_Caption caption = GetCaption(); in FindSplitPos()
Dxfa_ffcheckbutton.cpp95 CXFA_Caption caption = m_pDataAcc->GetCaption(); in PerformLayout()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp373 CXFA_Caption::CXFA_Caption(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_Caption() function in CXFA_Caption
374 int32_t CXFA_Caption::GetPresence() { in GetPresence()
379 int32_t CXFA_Caption::GetPlacementType() { in GetPlacementType()
384 FX_FLOAT CXFA_Caption::GetReserve() { in GetReserve()
389 CXFA_Margin CXFA_Caption::GetMargin() { in GetMargin()
392 CXFA_Font CXFA_Caption::GetFont() { in GetFont()
395 CXFA_Value CXFA_Caption::GetValue() { in GetValue()
398 CXFA_Para CXFA_Caption::GetPara() { in GetPara()
401 FX_BOOL CXFA_Caption::SetPresence(int32_t iPresence) { in SetPresence()
404 FX_BOOL CXFA_Caption::SetPlacementType(int32_t iType) { in SetPlacementType()
[all …]
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h18 class CXFA_Caption; variable
167 class CXFA_Caption : public CXFA_Data {
169 CXFA_Caption(CXFA_Node* pNode);
589 CXFA_Caption GetCaption(FX_BOOL bModified = FALSE);