Lines Matching refs:aTxt
456 Rectangle aTxt(aTextLine); in DrawInnerFrame_Impl() local
457 sal_Int32 nStep = aTxt.GetHeight() + 2; in DrawInnerFrame_Impl()
463 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in DrawInnerFrame_Impl()
464 DrawRect_Impl(aTxt, m_aTxtCol, m_aTransColor); in DrawInnerFrame_Impl()
465 aTxt.Move(0, nStep); in DrawInnerFrame_Impl()
616 Rectangle aTxt(aTextLine); in Paint() local
622 aTxt.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in Paint()
623 aTxt.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in Paint()
624 aTxt.Top() = aFrameAtFrame.Top() + FLYINFLY_BORDER; in Paint()
625 aTxt.Bottom() = aTxt.Top() + aTextLine.GetHeight() - 1; in Paint()
627 nStep = aTxt.GetHeight() + 2; in Paint()
629 / (aTxt.GetHeight() + 2)); in Paint()
633 nStep = aTxt.GetHeight() + 2; in Paint()
641 const long nOldR = aTxt.Right(); in Paint()
642 const long nOldL = aTxt.Left(); in Paint()
652 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in Paint()
654 … if (aTxt.IsOver(aFrmRect) && nAnchor != TextContentAnchorType_AS_CHARACTER && !bIgnoreWrap) in Paint()
659 aTxt.Top() = aFrmRect.Bottom() + nTxtLineHeight; in Paint()
660 aTxt.Bottom() = aTxt.Top() + nTxtLineHeight - 1; in Paint()
664 aTxt.Right() = aFrmRect.Left(); in Paint()
668 aTxt.Left() = aFrmRect.Right(); in Paint()
672 if (pOuterFrame->IsInside(aTxt)) in Paint()
673 DrawRect_Impl( aTxt, m_aTxtCol, m_aTransColor ); in Paint()
675 aTxt.Move(0, nStep); in Paint()
676 aTxt.Right() = nOldR; in Paint()
677 aTxt.Left() = nOldL; in Paint()
679 aTxt.Move(0, -nStep); in Paint()
681 if (nAnchor != TextContentAnchorType_AT_FRAME && aTxt.Bottom() > aParaPrtArea.Bottom()) in Paint()
684 sal_uIntPtr nDiff = aTxt.Bottom() - aParaPrtArea.Bottom(); in Paint()