Searched refs:GetPhysTxtSize (Results 1 – 3 of 3) sorted by relevance
/trunk/main/editeng/source/items/ |
H A D | svxfont.cxx | 396 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt, in GetPhysTxtSize() function in SvxFont 436 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt ) in GetPhysTxtSize() function in SvxFont 500 else aTxtSize = GetPhysTxtSize(pOut,rTxt,nIdx,nTmp); in GetTxtSize() 529 Size aSize = GetPhysTxtSize( pOut, rTxt, nIdx, nTmp ); in DrawText() 574 Size aSize = GetPhysTxtSize( pOut, rTxt, nIdx, nLen ); in QuickDrawText() 624 Size aSize = GetPhysTxtSize( pPrinter, rTxt, nIdx, nTmp ); in DrawPrev()
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxfont.hxx | 93 Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt, 96 Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt );
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 841 nTextLineHeight = aTmpFont.GetPhysTxtSize( GetRefDevice(), String() ).Height(); in CreateLines() 1275 aTextSize.Height() = aTmpFont.GetPhysTxtSize( pRefDev, String() ).Height(); in CreateLines() 1637 pDummyPortion->GetSize() = aTmpFont.GetPhysTxtSize( pRefDev, String() ); in CreateAndInsertEmptyLine() 3394 Size aSz = aTmpFont.GetPhysTxtSize( pOutDev, aText, nTextStart, nTextLen ); in Paint()
|
Completed in 75 milliseconds