Searched defs:fBottom (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | cropprimitive2d.cxx | 96 const double fBottom(getCropBottom() * fBackScaleY); in get2DDecomposition() local
|
/aoo41x/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 316 …void B3DHomMatrix::frustum(double fLeft, double fRight, double fBottom, double fTop, double fNear,… in frustum() 362 …void B3DHomMatrix::ortho(double fLeft, double fRight, double fBottom, double fTop, double fNear, d… in ortho()
|
/aoo41x/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 68 …Frustum(basegfx::B3DHomMatrix& rTarget, double fLeft, double fRight, double fBottom, double fTop, … in Frustum() 106 …::Ortho(basegfx::B3DHomMatrix& rTarget, double fLeft, double fRight, double fBottom, double fTop, … in Ortho() 297 double fBottom(mfBottomBound); in CalcViewport() local
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 77 const double fBottom((aBitmapSize.getHeight() - getCenterY()) * getDiscreteUnit()); in create2DDecomposition() local
|
/aoo41x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1252 double fBottom(maWorkRange.getMaxY()); in IMPL_LINK_INLINE_END() local 1567 double fBottom(fTop + (double)maMtrHeight.GetValue()); in GetRect() local
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 531 … double fBottom = getLimitedValue< double, double >( fTop + aFocusSize.second, fTop, 1.0 ); in pushToPropMap() local
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 844 sal_uInt16 fBottom = (pHeadFootLine->Frame & 0xF000) / 0x1000; in PutToDoc() local 1280 sal_uInt16 fBottom = ( pPattern->Frame & 0xF000 ) / 0x1000; in LoadPatternCollection() local 1929 sal_uInt16 fBottom = ( nValue & 0xF000 ) >> 12; in LoadColAttr() local
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 1190 double fLeft = 0, fRight = 0, fTop = 0, fBottom = 0; in DrawEPS() local
|
Completed in 106 milliseconds