Home
last modified time | relevance | path

Searched refs:rOutputRectangle (Results 1 – 8 of 8) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx130 const awt::Rectangle& rOutputRectangle, in paint() argument
150 aPos.X = ( rOutputRectangle.Width + nOffset ) / 2 - aGraphicSize.Width / 2; in paint()
151 aPos.Y = rOutputRectangle.Height / 2 - aGraphicSize.Height / 2; in paint()
153 xGraphics->drawImage( rOutputRectangle.X + aPos.X, in paint()
154 rOutputRectangle.Y + aPos.Y, in paint()
162 xGraphics->clear( rOutputRectangle ); in paint()
/trunk/main/reportdesign/source/ui/misc/
H A Dstatusbarcontroller.cxx193 const ::com::sun::star::awt::Rectangle& rOutputRectangle, in paint()
198 m_rController->paint( xGraphics, rOutputRectangle, nStyle ); in paint()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx398 const awt::Rectangle& rOutputRectangle, in paint() argument
407 ::Rectangle aRect = VCLRectangle( rOutputRectangle ); in paint()
/trunk/main/framework/inc/uielement/
H A Dgenericstatusbarcontroller.hxx49 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
/trunk/main/reportdesign/source/ui/inc/
H A Dstatusbarcontroller.hxx80 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
/trunk/main/sfx2/inc/sfx2/
H A Dstbitem.hxx97 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
/trunk/main/svtools/inc/svtools/
H A Dstatusbarcontroller.hxx103 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl192 [in] ::com::sun::star::awt::Rectangle rOutputRectangle,

Completed in 47 milliseconds