Home
last modified time | relevance | path

Searched refs:rTextSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dstatus.cxx106 static Point ImplGetItemTextPos( const Size& rRectSize, const Size& rTextSize, in ImplGetItemTextPos() argument
111 long delta = (rTextSize.Height()/4) + 1; in ImplGetItemTextPos()
112 if( delta + rTextSize.Width() > rRectSize.Width() ) in ImplGetItemTextPos()
118 nX = rRectSize.Width()-rTextSize.Width()-delta; in ImplGetItemTextPos()
120 nX = (rRectSize.Width()-rTextSize.Width())/2; in ImplGetItemTextPos()
121 nY = (rRectSize.Height()-rTextSize.Height())/2 + 1; in ImplGetItemTextPos()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx821 void CGMImpressOutAct::DrawText( awt::Point& rTextPos, awt::Size& rTextSize, char* pString, sal_uIn… in DrawText() argument
826 long nWidth = rTextSize.Width; in DrawText()
827 long nHeight = rTextSize.Height; in DrawText()

Completed in 21 milliseconds