Home
last modified time | relevance | path

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

/trunk/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.cxx1431 void SdrGrafObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly ) in AdjustToMaxRect() argument
1434 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect()
1444 Point aPos( rMaxRect.TopLeft() ); in AdjustToMaxRect()
1470 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()
/trunk/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.hxx809 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
/trunk/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 81 milliseconds