Searched refs:rPlaceableBound (Results 1 – 1 of 1) sorted by relevance
1191 static void GetWinExtMax( const Point& rSource, Rectangle& rPlaceableBound, const sal_Int16 nMapMod… in GetWinExtMax() argument1196 if ( aSource.X() < rPlaceableBound.Left() ) in GetWinExtMax()1197 rPlaceableBound.Left() = aSource.X(); in GetWinExtMax()1198 if ( aSource.X() > rPlaceableBound.Right() ) in GetWinExtMax()1199 rPlaceableBound.Right() = aSource.X(); in GetWinExtMax()1200 if ( aSource.Y() < rPlaceableBound.Top() ) in GetWinExtMax()1201 rPlaceableBound.Top() = aSource.Y(); in GetWinExtMax()1202 if ( aSource.Y() > rPlaceableBound.Bottom() ) in GetWinExtMax()1203 rPlaceableBound.Bottom() = aSource.Y(); in GetWinExtMax()1206 static void GetWinExtMax( const Rectangle& rSource, Rectangle& rPlaceableBound, const sal_Int16 nMa… in GetWinExtMax() argument[all …]