Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx215 int nXHDelta = aSize.Width() - aBoundRect.Right(); in Paint() local
218 else if( nXHDelta <= 0 ) in Paint()
219 aPoint.X() += nXHDelta - 1; in Paint()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx390 int nXHDelta = (x + nX) - aBoundRect.Right(); in DrawChars_Impl() local
393 else if( nXHDelta <= 0 ) in DrawChars_Impl()
394 aPointTxTy.X() += nXHDelta - 1; in DrawChars_Impl()

Completed in 14 milliseconds