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()
3784 sal_Int32 nHalfWidth = ( rBoundRect.GetWidth() + 1) >> 1; in ImportFontWork() local3786 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() local4212 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() local4408 Point aTopLeft( aObjData.aBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportShape()4409 aObjData.aBoundRect.Top() + nHalfHeight - nHalfWidth ); in ImportShape()
Completed in 87 milliseconds