Lines Matching refs:maWorkRange

794maWorkRange = basegfx::B2DRange(aTempRect.Left(), aTempRect.Top(), aTempRect.Right(), aTempRect.Bo…  in Construct()
823maWorkRange = 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()
1327 fRight = maWorkRange.getMaxX(); in IMPL_LINK_INLINE_END()
1328 fBottom = maWorkRange.getMaxY(); in IMPL_LINK_INLINE_END()
1336 fNewX = maWorkRange.getWidth() - ( maRange.getMinX() - fLeft ); in IMPL_LINK_INLINE_END()
1337 fNewY = maWorkRange.getHeight() - ( maRange.getMinY() - fTop ); in IMPL_LINK_INLINE_END()
1343 fNewY = maWorkRange.getHeight() - ( maRange.getMinY() - fTop ); in IMPL_LINK_INLINE_END()
1348 fNewX = maWorkRange.getWidth() - ( fRight - maRange.getMaxX() ); in IMPL_LINK_INLINE_END()
1349 fNewY = maWorkRange.getHeight() - ( maRange.getMinY() - fTop ); in IMPL_LINK_INLINE_END()
1354 fNewX = maWorkRange.getWidth() - ( maRange.getMinX() - fLeft ); in IMPL_LINK_INLINE_END()
1374 fNewX = maWorkRange.getWidth() - ( fRight - maRange.getMaxX() ); in IMPL_LINK_INLINE_END()
1380 fNewX = maWorkRange.getWidth() - ( maRange.getMinX() - fLeft ); in IMPL_LINK_INLINE_END()
1381 fNewY = maWorkRange.getHeight() - ( fBottom - maRange.getMaxY() ); in IMPL_LINK_INLINE_END()
1387 fNewY = maWorkRange.getHeight() - ( maRange.getMaxY() - fBottom ); in IMPL_LINK_INLINE_END()
1392 fNewX = maWorkRange.getWidth() - ( fRight - maRange.getMaxX() ); in IMPL_LINK_INLINE_END()
1393 fNewY = maWorkRange.getHeight() - ( fBottom - maRange.getMaxY() ); in IMPL_LINK_INLINE_END()