Lines Matching refs:aPos

517 	Point aPos( rPos );  in DrawText()  local
521 aPos.Y() -= ((nEsc*long(aSize.Height()))/ 100L); in DrawText()
526 DrawCapital( pOut, aPos, rTxt, nIdx, nTmp ); in DrawText()
532 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nTmp ); in DrawText()
534 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), in DrawText()
551 Point aPos( rPos ); in QuickDrawText() local
560 aPos.Y() -= nDiff; in QuickDrawText()
562 aPos.X() += nDiff; in QuickDrawText()
568 DrawCapital( pOut, aPos, rTxt, nIdx, nLen ); in QuickDrawText()
577 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nLen ); in QuickDrawText()
579 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), nIdx, nLen ); in QuickDrawText()
584 pOut->DrawTextArray( aPos, rTxt, pDXArray, nIdx, nLen ); in QuickDrawText()
586 pOut->DrawTextArray( aPos, CalcCaseMap( rTxt ), pDXArray, nIdx, nLen ); in QuickDrawText()
603 Point aPos( rPos ); in DrawPrev() local
615 aPos.Y() -= ( ( nTmpEsc * long( aSize.Height() ) ) / 100L ); in DrawPrev()
621 DrawCapital( pOut, aPos, rTxt, nIdx, nTmp ); in DrawPrev()
627 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nTmp ); in DrawPrev()
641 pOut->DrawStretchText( aPos, aSize.Width(), _aNewText, 0, _aNewText.Len() ); in DrawPrev()
645 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), nIdx, nTmp ); in DrawPrev()
755 Point aPos; member in SvxDoDrawCapital
764 aPos( rPos ), in SvxDoDrawCapital()
778 sal_uInt16 nDiff = (sal_uInt16)(aPos.X() - aSpacePos.X()); in DoSpace()
798 aSpacePos.X() = aPos.X(); in SetSpace()
824 aPos.X() += (nKern/2); in Do()
827 pOut->DrawStretchText(aPos,nWidth-nKern,_rTxt,_nIdx,_nLen); in Do()
836 aPos.X() += nWidth-(nKern/2); in Do()