Home
last modified time | relevance | path

Searched refs:nHalfHeight (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3798 sal_Int32 nHalfHeight = ( rBoundRect.GetHeight() + 1) >> 1; in ImportFontWork() local
3799 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3800 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
4224 sal_Int32 nHalfHeight = ( aClientRect.GetHeight() + 1 ) >> 1; in ImportGroup() local
4225 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup()
4226 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup()
4420 sal_Int32 nHalfHeight = ( aObjData.aBoundRect.GetHeight() + 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/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java233 int nHalfHeight = aPageSize.Height / 2; in Demo_ShapeCreation() local
237 int nRndObjHeight = aRndGen.nextInt( nHalfHeight ); in Demo_ShapeCreation()
240 int nRndObjPosY = aRndGen.nextInt( nHalfHeight - nRndObjHeight ) in Demo_ShapeCreation()
241 + nHalfHeight; in Demo_ShapeCreation()

Completed in 84 milliseconds