Searched defs:fRight (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | cropprimitive2d.cxx | 95 const double fRight(getCropRight() * fBackScaleX); 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 void B3dTransformationSet::Frustum(basegfx::B3DHomMatrix& rTarget, double fLeft, double fRight, dou… in Frustum() 106 void B3dTransformationSet::Ortho(basegfx::B3DHomMatrix& rTarget, double fLeft, double fRight, doubl… in Ortho() 296 double fRight(mfRightBound); in CalcViewport() local
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 76 const double fRight((aBitmapSize.getWidth() - getCenterX()) * getDiscreteUnit()); in create2DDecomposition() local
|
/aoo41x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1251 double fRight(maWorkRange.getMaxX()); in IMPL_LINK_INLINE_END() local 1566 double fRight(fLeft + (double)maMtrWidth.GetValue()); in GetRect() local
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 530 … double fRight = getLimitedValue< double, double >( fLeft + aFocusSize.first, fLeft, 1.0 ); in pushToPropMap() local
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 843 sal_uInt16 fRight = (pHeadFootLine->Frame & 0x0F00) / 0x0100; in PutToDoc() local 1279 sal_uInt16 fRight = ( pPattern->Frame & 0x0F00 ) / 0x0100; in LoadPatternCollection() local 1928 sal_uInt16 fRight = ( nValue & 0x0F00 ) >> 8; 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 69 milliseconds