Searched refs:rPlaceableBound (Results 1 – 1 of 1) sorted by relevance
1196 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()1216 rPlaceableBound.Left() = (sal_Int32)0x7fffffff; in GetPlaceableBound()1217 rPlaceableBound.Top() = (sal_Int32)0x7fffffff; in GetPlaceableBound()[all …]
Completed in 38 milliseconds