Searched refs:rMaxRect (Results 1 – 8 of 8) sorted by relevance
148 void SdrMediaObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly /* = false */ ) in AdjustToMaxRect() argument151 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect()155 Point aPos( rMaxRect.TopLeft() ); in AdjustToMaxRect()181 aPos = rMaxRect.Center(); in AdjustToMaxRect()
1431 void SdrGrafObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly ) in AdjustToMaxRect() argument1434 Size aMaxSize( rMaxRect.GetSize() ); in AdjustToMaxRect()1444 Point aPos( rMaxRect.TopLeft() ); in AdjustToMaxRect()1470 aPos = rMaxRect.Center(); in AdjustToMaxRect()
1689 void SdrObject::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnly = false */ ) in AdjustToMaxRect() argument1691 SetLogicRect( rMaxRect ); in AdjustToMaxRect()
62 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
208 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
235 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
809 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
2182 void SdrTableObj::AdjustToMaxRect( const Rectangle& rMaxRect, bool /* bShrinkOnly = false */ ) in AdjustToMaxRect() argument2184 Rectangle aAdjustRect( rMaxRect ); in AdjustToMaxRect()
Completed in 47 milliseconds