Home
last modified time | relevance | path

Searched refs:nHalfWidth (Results 1 – 3 of 3) sorted by relevance

/aoo41x/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()
/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3784 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork() local
3786 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3787 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
4210 sal_Int32 nHalfWidth = ( aClientRect.GetWidth() + 1 ) >> 1; in ImportGroup() local
4212 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup()
4213 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup()
4406 sal_Int32 nHalfWidth = ( aObjData.aBoundRect.GetWidth() + 1 ) >> 1; in ImportShape() local
4408 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape()
4409 aObjData.aBoundRect.Top() + nHalfHeight - nHalfWidth ); in ImportShape()

Completed in 78 milliseconds