Searched refs:nHalfWidth (Results 1 – 3 of 3) sorted by relevance
232 int nHalfWidth = aPageSize.Width / 2; in Demo_ShapeCreation() local236 int nRndObjWidth = aRndGen.nextInt( nHalfWidth ); in Demo_ShapeCreation()239 int nRndObjPosX = aRndGen.nextInt( nHalfWidth - nRndObjWidth ); in Demo_ShapeCreation()
1039 sal_uLong nHalfWidth = nWidthPerChar / 2; in DrawText() local1053 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()
3797 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork() local3799 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() local4225 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() local4421 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape()4422 aObjData.aBoundRect.Top() + nHalfHeight - nHalfWidth ); in ImportShape()
Completed in 66 milliseconds