Home
last modified time | relevance | path

Searched refs:rNewBounds (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/canvas/inc/canvas/base/
H A Dbufferedgraphicdevicebase.hxx224 const ::com::sun::star::awt::Rectangle& rNewBounds( in boundsChanged() local
231 if( rNewBounds.X != maBounds.X || in boundsChanged()
232 rNewBounds.Y != maBounds.Y || in boundsChanged()
233 rNewBounds.Width != maBounds.Width || in boundsChanged()
234 rNewBounds.Height != maBounds.Height ) in boundsChanged()
236 maBounds = rNewBounds; in boundsChanged()
/aoo4110/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx204 bool ViewMediaShape::resize( const ::basegfx::B2DRectangle& rNewBounds ) const in resize()
206 maBounds = rNewBounds; in resize()
233 rNewBounds, in resize()
H A Dviewmediashape.hxx141 bool resize( const ::basegfx::B2DRectangle& rNewBounds ) const;

Completed in 30 milliseconds