Searched refs:maWorkRange (Results 1 – 2 of 2) sorted by relevance
804 …maWorkRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bo… in Construct()833 …maWorkRange = basegfx::B2DRange(maWorkRange.getMinimum() - maAnchor, maWorkRange.getMaximum() - ma… in Construct()862 lcl_ScaleRect( maWorkRange, aUIScale ); in Construct()867 lcl_ConvertRect( maWorkRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()1249 double fLeft(maWorkRange.getMinX()); in IMPL_LINK_INLINE_END()1250 double fTop(maWorkRange.getMinY()); in IMPL_LINK_INLINE_END()1251 double fRight(maWorkRange.getMaxX()); in IMPL_LINK_INLINE_END()1252 double fBottom(maWorkRange.getMaxY()); in IMPL_LINK_INLINE_END()1335 fLeft = maWorkRange.getMinX(); in IMPL_LINK_INLINE_END()1336 fTop = maWorkRange.getMinY(); in IMPL_LINK_INLINE_END()[all …]
125 basegfx::B2DRange maWorkRange; member in SvxPositionSizeTabPage