Lines Matching refs:fTop
1250 double fTop(maWorkRange.getMinY()); in IMPL_LINK_INLINE_END() local
1278 fTop += maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END()
1286 fTop += maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END()
1293 fTop += maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END()
1300 fTop += maRange.getHeight(); in IMPL_LINK_INLINE_END()
1307 fTop += maRange.getHeight(); in IMPL_LINK_INLINE_END()
1313 fTop += maRange.getHeight(); in IMPL_LINK_INLINE_END()
1321 fTop = (fTop > fMaxLong) ? fMaxLong : (fTop < -fMaxLong) ? -fMaxLong : fTop; in IMPL_LINK_INLINE_END()
1329 maMtrPosY.SetMin(basegfx::fround64(fTop)); in IMPL_LINK_INLINE_END()
1330 maMtrPosY.SetFirst(basegfx::fround64(fTop)); in IMPL_LINK_INLINE_END()
1336 fTop = maWorkRange.getMinY(); in IMPL_LINK_INLINE_END()
1347 fNewY = maWorkRange.getHeight() - ( maRange.getMinY() - fTop ); in IMPL_LINK_INLINE_END()
1353 fNewY = maWorkRange.getHeight() - ( maRange.getMinY() - fTop ); in IMPL_LINK_INLINE_END()
1359 fNewY = maWorkRange.getHeight() - ( maRange.getMinY() - fTop ); in IMPL_LINK_INLINE_END()
1365 … fNewY = std::min( maRange.getCenter().getY() - fTop, fBottom - maRange.getCenter().getY() ) * 2.0; in IMPL_LINK_INLINE_END()
1373 const double f4(maRange.getCenter().getY() - fTop); in IMPL_LINK_INLINE_END()
1385 … fNewY = std::min( maRange.getCenter().getY() - fTop, fBottom - maRange.getCenter().getY() ) * 2.0; in IMPL_LINK_INLINE_END()
1565 double fTop(maRange.getMinY()); in GetRect() local
1567 double fBottom(fTop + (double)maMtrHeight.GetValue()); in GetRect()
1587 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect()
1593 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect()
1599 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect()
1604 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect()
1610 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect()
1616 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect()
1621 …return Rectangle(basegfx::fround(fLeft), basegfx::fround(fTop), basegfx::fround(fRight), basegfx::… in GetRect()