Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/tabpages/
H A Dtransfrm.cxx833maWorkRange = basegfx::B2DRange(maWorkRange.getMinimum() - maAnchor, maWorkRange.getMaximum() - ma… in Construct()
862 lcl_ScaleRect( maWorkRange, aUIScale ); 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()
1337 fRight = maWorkRange.getMaxX(); in IMPL_LINK_INLINE_END()
1338 fBottom = maWorkRange.getMaxY(); in IMPL_LINK_INLINE_END()
[all …]
/aoo41x/main/cui/source/inc/
H A Dtransfrm.hxx125 basegfx::B2DRange maWorkRange; member in SvxPositionSizeTabPage

Completed in 37 milliseconds