Lines Matching refs:nAnchor

55     nAnchor     (TextContentAnchorType_AT_PAGE),  in SvxSwFrameExample()
117 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
165 …if (nAnchor == TextContentAnchorType_AS_CHARACTER || nAnchor == TextContentAnchorType_AT_CHARACTER) in InitAllRects_Impl()
174 if (nAnchor == TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
198 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in InitAllRects_Impl()
200 sal_uIntPtr nLFBorder = nAnchor == TextContentAnchorType_AT_PAGE ? nLBorder : nLTxtBorder; in InitAllRects_Impl()
201 sal_uIntPtr nRFBorder = nAnchor == TextContentAnchorType_AT_PAGE ? nRBorder : nRTxtBorder; in InitAllRects_Impl()
235 switch (nAnchor) in CalcBoundRect_Impl()
453 if (nAnchor == TextContentAnchorType_AT_FRAME && &rRect == &aPagePrtArea) in DrawInnerFrame_Impl()
487 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
495 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
525 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
601 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
620 if (nAnchor == TextContentAnchorType_AT_FRAME) in Paint()
637 if (nAnchor != TextContentAnchorType_AS_CHARACTER) in Paint()
645 const bool bIgnoreWrap = nAnchor == TextContentAnchorType_AT_CHARACTER && in Paint()
654 … if (aTxt.IsOver(aFrmRect) && nAnchor != TextContentAnchorType_AS_CHARACTER && !bIgnoreWrap) in Paint()
681 if (nAnchor != TextContentAnchorType_AT_FRAME && aTxt.Bottom() > aParaPrtArea.Bottom()) in Paint()
693 if (nAnchor == TextContentAnchorType_AT_CHARACTER && bIgnoreWrap) in Paint()
706 …sal_Bool bDontFill = (nAnchor == TextContentAnchorType_AT_CHARACTER && aFrmRect.IsOver(aAutoCharFr… in Paint()