Searched refs:rOutputRectangle (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/framework/source/uielement/ |
| H A D | genericstatusbarcontroller.cxx | 128 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 D | statusbarcontroller.cxx | 192 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 D | stbitem.cxx | 387 const awt::Rectangle& rOutputRectangle, in paint() argument 395 ::Rectangle aRect = VCLRectangle( rOutputRectangle ); in paint()
|
| /trunk/main/framework/inc/uielement/ |
| H A D | genericstatusbarcontroller.hxx | 49 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
|
| /trunk/main/reportdesign/source/ui/inc/ |
| H A D | statusbarcontroller.hxx | 80 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | stbitem.hxx | 95 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | statusbarcontroller.hxx | 103 const ::com::sun::star::awt::Rectangle& rOutputRectangle,
|
| /trunk/main/offapi/com/sun/star/frame/ |
| H A D | XStatusbarController.idl | 192 [in] ::com::sun::star::awt::Rectangle rOutputRectangle,
|