Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvdomedia.cxx148 void SdrMediaObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly /* = false */ ) in AdjustToMaxRect() argument
151 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect()
155 Point aPos( rMaxRect.TopLeft() ); in AdjustToMaxRect()
181 aPos = rMaxRect.Center(); in AdjustToMaxRect()
H A Dsvdograf.cxx1428 void SdrGrafObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly ) in AdjustToMaxRect() argument
1431 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect()
1441 Point aPos( rMaxRect.TopLeft() ); in AdjustToMaxRect()
1467 aPos = rMaxRect.Center(); in AdjustToMaxRect()
H A Dsvdobj.cxx1689 void SdrObject::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnly = false */ ) in AdjustToMaxRect() argument
1691 SetLogicRect( rMaxRect ); in AdjustToMaxRect()
/aoo4110/main/svx/inc/svx/
H A Dsvdomedia.hxx62 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
H A Dsvdograf.hxx208 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
H A Dsvdotable.hxx235 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
H A Dsvdobj.hxx817 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
/aoo4110/main/svx/source/table/
H A Dsvdotable.cxx2182 void SdrTableObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnly = false */ ) in AdjustToMaxRect() argument
2184 Rectangle aAdjustRect( rMaxRect ); in AdjustToMaxRect()

Completed in 80 milliseconds