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.cxx128 const awt::Rectangle& rOutputRectangle, in paint() argument
147 aPos.X = ( rOutputRectangle.Width + nOffset ) / 2 - aGraphicSize.Width / 2; in paint()
148 aPos.Y = rOutputRectangle.Height / 2 - aGraphicSize.Height / 2; in paint()
150 xGraphics->drawImage( rOutputRectangle.X + aPos.X, in paint()
151 rOutputRectangle.Y + aPos.Y, in paint()
159 xGraphics->clear( rOutputRectangle ); in paint()
/trunk/main/reportdesign/source/ui/misc/
H A Dstatusbarcontroller.cxx192 const ::com::sun::star::awt::Rectangle& rOutputRectangle, in paint()
196 m_rController->paint( xGraphics, rOutputRectangle, nStyle ); in paint()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx387 const awt::Rectangle& rOutputRectangle, in paint() argument
395 ::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.hxx95 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,