/trunk/main/editeng/source/items/ |
H A D | svxfont.cxx | 532 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nTmp ); in DrawText() 534 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), in DrawText() 577 pOut->DrawStretchText( aPos, aSize.Width(), rTxt, nIdx, nLen ); in QuickDrawText() 579 pOut->DrawStretchText( aPos, aSize.Width(), CalcCaseMap( rTxt ), nIdx, nLen ); in QuickDrawText() 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() 786 pOut->DrawStretchText( aSpacePos, nDiff, XubString( sDoubleSpace, in DoSpace() 827 pOut->DrawStretchText(aPos,nWidth-nKern,_rTxt,_nIdx,_nLen); in Do()
|
/trunk/main/sw/source/core/inc/ |
H A D | drawdev.hxx | 54 inline void DrawStretchText( const Point& rStart, sal_uInt16 nWidth, 88 inline void SwDrawDev::DrawStretchText( const Point& rStart, sal_uInt16 nWidth, in DrawStretchText() function in SwDrawDev 92 pOut->DrawStretchText( rStart, nWidth, rTxt, nIdx, nLen ); in DrawStretchText() 94 pOut->DrawStretchText( rStart - *pPos, nWidth, rTxt, nIdx, nLen ); in DrawStretchText()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcap.cxx | 361 GetOut().DrawStretchText( aPos, nDiff, in DrawSpace() 523 GetOut().DrawStretchText( aPos, nPartWidth, in Do()
|
H A D | swfont.cxx | 1028 rInf.GetOut().DrawStretchText( aPos, rInf.GetWidth(), in _DrawStretchText() 1031 rInf.GetOut().DrawStretchText( aPos, rInf.GetWidth(), CalcCaseMap( in _DrawStretchText()
|
H A D | fntcache.cxx | 1441 rInf.GetOut().DrawStretchText( aPos, nTmpWidth, in DrawText() 1458 rInf.GetOut().DrawStretchText( aPos, (sal_uInt16)nTmpWidth, in DrawText()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 104 void PDFWriter::DrawStretchText( in DrawStretchText() function in PDFWriter
|
H A D | pdfwriter_impl2.cxx | 871 …m_rOuterFace.DrawStretchText( pA->GetPoint(), pA->GetWidth(), pA->GetText(), pA->GetIndex(), pA->G… in playMetafile()
|
H A D | outdev3.cxx | 5829 void OutputDevice::DrawStretchText( const Point& rStartPt, sal_uLong nWidth, in DrawStretchText() function in OutputDevice 5850 mpAlphaVDev->DrawStretchText( rStartPt, nWidth, rStr, nIndex, nLen ); in DrawStretchText()
|
H A D | metaact.cxx | 1511 pOut->DrawStretchText( maPt, mnWidth, maStr, mnIndex, mnLen ); in Execute()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 752 void DrawStretchText( const Point& rStartPt, sal_uLong nWidth,
|
H A D | outdev.hxx | 620 void DrawStretchText( const Point& rStartPt, sal_uLong nWidth,
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 3404 pOutDev->DrawStretchText( aUnderlinePos, aSz.Width(), aBlanks, 0, nTextLen ); in Paint() 3627 … pOutDev->DrawStretchText(aTmpPos,pTextPortion->GetSize().Width(),aText); in Paint()
|
/trunk/main/starmath/source/ |
H A D | node.cxx | 2554 rDev.DrawStretchText(aPos, GetWidth(), aText); in Draw()
|