Lines Matching refs:nAnchor

51     nAnchor     (TextContentAnchorType_AT_PAGE),  in SvxSwFrameExample()
113 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
161 …if (nAnchor == TextContentAnchorType_AS_CHARACTER || nAnchor == TextContentAnchorType_AT_CHARACTER) in InitAllRects_Impl()
170 if (nAnchor == TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
194 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
196 sal_uIntPtr nLFBorder = nAnchor == TextContentAnchorType_AT_PAGE ? nLBorder : nLTxtBorder; in InitAllRects_Impl()
197 sal_uIntPtr nRFBorder = nAnchor == TextContentAnchorType_AT_PAGE ? nRBorder : nRTxtBorder; in InitAllRects_Impl()
231 switch (nAnchor) in CalcBoundRect_Impl()
449 if (nAnchor == TextContentAnchorType_AT_FRAME && &rRect == &aPagePrtArea) in DrawInnerFrame_Impl()
483 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
491 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
521 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
597 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
616 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
633 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
641 const bool bIgnoreWrap = nAnchor == TextContentAnchorType_AT_CHARACTER && in Paint()
650 … if (aTxt.IsOver(aFrmRect) && nAnchor != TextContentAnchorType_AS_CHARACTER && !bIgnoreWrap) in Paint()
677 if (nAnchor != TextContentAnchorType_AT_FRAME && aTxt.Bottom() > aParaPrtArea.Bottom()) in Paint()
689 if (nAnchor == TextContentAnchorType_AT_CHARACTER && bIgnoreWrap) in Paint()
702 …sal_Bool bDontFill = (nAnchor == TextContentAnchorType_AT_CHARACTER && aFrmRect.IsOver(aAutoCharFr… in Paint()