Home
last modified time | relevance | path

Searched defs:EmuRectangle (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx191 struct EmuRectangle : public EmuPoint, public EmuSize struct
193 inline explicit EmuRectangle() {} in EmuRectangle() function
194 …inline explicit EmuRectangle( const EmuPoint& rPos, const EmuSize& rSize ) : EmuPoint( rPos ),… in EmuRectangle() argument
195 …inline explicit EmuRectangle( sal_Int64 nX, sal_Int64 nY, sal_Int64 nWidth, sal_Int64 nHeight … in EmuRectangle() argument
197 inline void setPos( const EmuPoint& rPos ) { static_cast< EmuPoint& >( *this ) = rPos; } in setPos()
198 … inline void setSize( const EmuSize& rSize ) { static_cast< EmuSize& >( *this ) = rSize; } in setSize()

Completed in 42 milliseconds