Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx199 int nYHDelta = aSize.Height() - aBoundRect.Bottom(); in Paint() local
202 else if( nYHDelta <= 0 ) in Paint()
203 aPoint.Y() += nYHDelta - 1; in Paint()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx382 int nYHDelta = (y + nY) - aBoundRect.Bottom(); in DrawChars_Impl() local
385 else if( nYHDelta <= 0 ) in DrawChars_Impl()
386 aPointTxTy.Y() += nYHDelta - 1; in DrawChars_Impl()

Completed in 20 milliseconds