Home
last modified time | relevance | path

Searched refs:nHalfWidth (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3797 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork() local
3799 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3800 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
4223 sal_Int32 nHalfWidth = ( aClientRect.GetWidth() + 1 ) >> 1; in ImportGroup() local
4225 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup()
4226 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup()
4419 sal_Int32 nHalfWidth = ( aObjData.aBoundRect.GetWidth() + 1 ) >> 1; in ImportShape() local
4421 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape()
4422 aObjData.aBoundRect.Top() + nHalfHeight - nHalfWidth ); in ImportShape()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1039 sal_uLong nHalfWidth = nWidthPerChar / 2; in DrawText() local
1053 nNextFix = nHalfWidth; in DrawText()
1057 nNextFix = nCharWidth - nHalfWidth; in DrawText()
1075 pKernArray[ j - 1 ] = nNextFix - nHalfWidth; in DrawText()
1078 pKernArray[ j - 1 ] = nNextFix + nHalfWidth - nScr; in DrawText()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java232 int nHalfWidth = aPageSize.Width / 2; in Demo_ShapeCreation() local
236 int nRndObjWidth = aRndGen.nextInt( nHalfWidth ); in Demo_ShapeCreation()
239 int nRndObjPosX = aRndGen.nextInt( nHalfWidth - nRndObjWidth ); in Demo_ShapeCreation()

Completed in 57 milliseconds