Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3785 sal_Int32 nHalfHeight = ( rBoundRect.GetHeight() + 1) >> 1; in ImportFontWork() local
3786 Point aTopLeft( rBoundRect.Left() + nHalfWidth - nHalfHeight, in ImportFontWork()
3787 rBoundRect.Top() + nHalfHeight - nHalfWidth); in ImportFontWork()
4211 sal_Int32 nHalfHeight = ( aClientRect.GetHeight() + 1 ) >> 1; in ImportGroup() local
4212 Point aTopLeft( aClientRect.Left() + nHalfWidth - nHalfHeight, in ImportGroup()
4213 aClientRect.Top() + nHalfHeight - nHalfWidth ); in ImportGroup()
4407 sal_Int32 nHalfHeight = ( aObjData.aBoundRect.GetHeight() + 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 65 milliseconds