Lines Matching refs:caption
175 CXFA_Caption caption = m_pDataAcc->GetCaption(); in CapPlacement() local
176 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in CapPlacement()
177 iCapPlacement = (XFA_ATTRIBUTEENUM)caption.GetPlacementType(); in CapPlacement()
183 fCapReserve = caption.GetReserve(); in CapPlacement()
216 CapLeftRightPlacement(caption, rtWidget, iCapPlacement); in CapPlacement()
222 CapTopBottomPlacement(caption, rtWidget, iCapPlacement); in CapPlacement()
229 CapLeftRightPlacement(caption, rtWidget, iCapPlacement); in CapPlacement()
235 CapTopBottomPlacement(caption, rtWidget, iCapPlacement); in CapPlacement()
252 void CXFA_FFField::CapTopBottomPlacement(CXFA_Caption caption, in CapTopBottomPlacement() argument
257 if (CXFA_Margin mgCap = caption.GetMargin()) { in CapTopBottomPlacement()
278 void CXFA_FFField::CapLeftRightPlacement(CXFA_Caption caption, in CapLeftRightPlacement() argument
284 if (CXFA_Margin mgCap = caption.GetMargin()) { in CapLeftRightPlacement()
578 CXFA_Caption caption = m_pDataAcc->GetCaption(); in RenderCaption() local
579 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderCaption()