Home
last modified time | relevance | path

Searched refs:maWorkRange (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx794maWorkRange = 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()
[all …]
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx125 basegfx::B2DRange maWorkRange; member in SvxPositionSizeTabPage