Searched refs:GetPresence (Results 1 – 15 of 15) sorted by relevance
29 bool IsVisible() const { return GetPresence() == XFA_ATTRIBUTEENUM_Visible; } in IsVisible()30 int32_t GetPresence() const;
21 int32_t GetPresence();
14 int32_t CXFA_Caption::GetPresence() { in GetPresence() function in CXFA_Caption
30 int32_t GetPresence() const;
12 int32_t CXFA_Stroke::GetPresence() const { in GetPresence() function in CXFA_Stroke
15 int32_t CXFA_Fill::GetPresence() { in GetPresence() function in CXFA_Fill
84 int32_t CXFA_Box::GetPresence() const { in GetPresence() function in CXFA_Box
26 if (strokes[nIndex * 2 + 1].GetPresence() == XFA_ATTRIBUTEENUM_Visible) { in GetEdgeThickness()419 if (border && border.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in GetUIMargin()
122 if (border && border.GetPresence() == XFA_ATTRIBUTEENUM_Visible) { in GetLineWidth()136 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in LoadHighlightCaption()172 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderHighlightCaption()
71 if (edge.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderWidget()
176 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in CapPlacement()579 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in RenderCaption()
98 if (caption && caption.GetPresence()) { in PerformLayout()
119 if (!caption || caption.GetPresence() == XFA_ATTRIBUTEENUM_Hidden) in LoadCaption()715 if (!caption || caption.GetPresence() != XFA_ATTRIBUTEENUM_Visible) { in CalcCaptionSize()1195 if (caption && caption.GetPresence() != XFA_ATTRIBUTEENUM_Hidden) { in FindSplitPos()
1638 if (!fill || fill.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in XFA_BOX_Fill()2032 if (!box || box.GetPresence() != XFA_ATTRIBUTEENUM_Visible) in XFA_DrawBox()