Home
last modified time | relevance | path

Searched refs:_GetTxtSize (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Ditratr.cxx413 long nAktWidth = pFnt->_GetTxtSize( aDrawInf ).Width(); in lcl_MinMaxString()
703 nAktWidth = aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetMinMaxSize()
938 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText()
955 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText()
964 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText()
976 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText()
987 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText()
1034 ( nWidth ? ((100 * aIter.GetFnt()->_GetTxtSize( aDrawInf ).Height()) / nWidth ) : 0 ); in GetScalingOfSelectedText()
H A Dfrmpaint.cxx242 Size aSize = pTmpFnt->_GetTxtSize( aDrawInf ); in PaintExtra()
258 aTmpPos.X() -= pTmpFnt->_GetTxtSize( aDrawInf ).Width(); in PaintExtra()
H A Dinftxt.cxx454 SwPosSize aSize = pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize()
480 return pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize()
496 SwPosSize aSize = pFnt->_GetTxtSize( aDrawInf ); in GetTxtSize()
H A Dporfld.cxx1276 Size aSize = aTmpFont._GetTxtSize( aDrawInf ); in Format()
H A Dfrmcrsr.cxx1544 nSpace = pFnt->_GetTxtSize( aDrawInf ).Width()/2; in FillCrsrPos()
/aoo42x/main/sw/source/core/inc/
H A Dswfont.hxx78 Size _GetTxtSize( SwDrawTextInfo& rInf );
346 Size _GetTxtSize( SwDrawTextInfo& rInf ) in _GetTxtSize() function in SwFont
347 { rInf.SetFont( this ); return aSub[nActual]._GetTxtSize( rInf ); } in _GetTxtSize()
/aoo42x/main/sw/source/core/txtnode/
H A Dswfont.cxx745 Size SwSubFont::_GetTxtSize( SwDrawTextInfo& rInf ) in _GetTxtSize() function in SwSubFont
927 Size aFontSize = _GetTxtSize( rInf ); in _DrawText()

Completed in 1125 milliseconds