Searched refs:maWorkRange (Results 1 – 2 of 2) sorted by relevance
794 …maWorkRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bo… in Construct()823 …maWorkRange = basegfx::B2DRange(maWorkRange.getMinimum() - maAnchor, maWorkRange.getMaximum() - ma… in Construct()852 lcl_ScaleRect( maWorkRange, aUIScale ); in Construct()857 lcl_ConvertRect( maWorkRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()1239 double fLeft(maWorkRange.getMinX()); in IMPL_LINK_INLINE_END()1240 double fTop(maWorkRange.getMinY()); in IMPL_LINK_INLINE_END()1241 double fRight(maWorkRange.getMaxX()); in IMPL_LINK_INLINE_END()1242 double fBottom(maWorkRange.getMaxY()); in IMPL_LINK_INLINE_END()1325 fLeft = maWorkRange.getMinX(); in IMPL_LINK_INLINE_END()1326 fTop = maWorkRange.getMinY(); in IMPL_LINK_INLINE_END()[all …]
125 basegfx::B2DRange maWorkRange; member in SvxPositionSizeTabPage