Searched refs:CXFA_Caption (Results 1 – 8 of 8) sorted by relevance
37 CXFA_Caption::CXFA_Caption(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Caption() function in CXFA_Caption47 CXFA_Caption::~CXFA_Caption() = default;49 bool CXFA_Caption::IsVisible() { in IsVisible()54 bool CXFA_Caption::IsHidden() { in IsHidden()59 XFA_AttributeValue CXFA_Caption::GetPlacementType() { in GetPlacementType()64 float CXFA_Caption::GetReserve() const { in GetReserve()68 CXFA_Margin* CXFA_Caption::GetMarginIfExists() { in GetMarginIfExists()72 CXFA_Font* CXFA_Caption::GetFontIfExists() { in GetFontIfExists()76 CXFA_Value* CXFA_Caption::GetValueIfExists() { in GetValueIfExists()
16 class CXFA_Caption final : public CXFA_Node {21 CXFA_Caption(CXFA_Document* doc, XFA_PacketType packet);22 ~CXFA_Caption() override;
30 class CXFA_Caption; variable236 CXFA_Caption* GetCaptionIfExists() const;
893 CXFA_Caption* caption = pNode->GetCaptionIfExists(); in LoadCaption()2221 CXFA_Caption* CXFA_Node::GetCaptionIfExists() const { in GetCaptionIfExists()2222 return JSObject()->GetProperty<CXFA_Caption>(0, XFA_Element::Caption); in GetCaptionIfExists()2674 CXFA_Caption* caption = GetCaptionIfExists(); in GetValidateCaptionName()3123 CXFA_Caption* caption = GetCaptionIfExists(); in CalcCaptionSize()3188 CXFA_Caption* caption = GetCaptionIfExists(); in CalculateFieldAutoSize()3191 : CXFA_Caption::kDefaultPlacementType; in CalculateFieldAutoSize()3289 CXFA_Caption* caption = GetCaptionIfExists(); in CalculateTextEditAutoSize()3291 : CXFA_Caption::kDefaultPlacementType; in CalculateTextEditAutoSize()3610 CXFA_Caption* caption = GetCaptionIfExists(); in FindSplitPos()[all …]
74 CXFA_Caption* pCaptionNode = in GetTextNode()75 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetTextNode()120 CXFA_Caption* pNode = in GetParaIfExists()121 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetParaIfExists()129 CXFA_Caption* pNode = in GetFontIfExists()130 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetFontIfExists()
101 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout()131 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in LoadHighlightCaption()166 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderHighlightCaption()
103 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout()
210 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CapPlacement()620 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderCaption()