/trunk/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 82 if(fLeft == fRight) in Frustum() 85 fRight += 1.0; in Frustum() 96 aTemp.set(0, 2, (fRight + fLeft) / (fRight - fLeft)); in Frustum() 113 if(fLeft == fRight) in Ortho() 117 fRight += 1.0; in Ortho() 127 aTemp.set(0, 0, 2.0 / (fRight - fLeft)); in Ortho() 130 aTemp.set(0, 3, -1.0 * ((fRight + fLeft) / (fRight - fLeft))); in Ortho() 296 double fRight(mfRightBound); in CalcViewport() local 323 fRight *= fFactor; in CalcViewport() 349 fRight *= fFactor; in CalcViewport() [all …]
|
/trunk/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1251 double fRight(maWorkRange.getMaxX()); in IMPL_LINK_INLINE_END() local 1258 fRight -= maRange.getWidth(); in IMPL_LINK_INLINE_END() 1265 fRight -= maRange.getWidth() / 2.0; in IMPL_LINK_INLINE_END() 1277 fRight -= maRange.getWidth(); in IMPL_LINK_INLINE_END() 1285 fRight -= maRange.getWidth() / 2.0; in IMPL_LINK_INLINE_END() 1299 fRight -= maRange.getWidth(); in IMPL_LINK_INLINE_END() 1306 fRight -= maRange.getWidth() / 2.0; in IMPL_LINK_INLINE_END() 1320 fRight = (fRight > fMaxLong) ? fMaxLong : (fRight < -fMaxLong) ? -fMaxLong : fRight; in IMPL_LINK_INLINE_END() 1327 maMtrPosX.SetMax(basegfx::fround64(fRight)); in IMPL_LINK_INLINE_END() 1328 maMtrPosX.SetLast(basegfx::fround64(fRight)); in IMPL_LINK_INLINE_END() [all …]
|
/trunk/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() argument 336 if(fTools::equal(fLeft, fRight)) in frustum() 339 fRight += fOne; in frustum() 350 aFrustumMat.set(0, 0, 2.0 * fNear / (fRight - fLeft)); in frustum() 352 aFrustumMat.set(0, 2, (fRight + fLeft) / (fRight - fLeft)); in frustum() 362 …void B3DHomMatrix::ortho(double fLeft, double fRight, double fBottom, double fTop, double fNear, d… in ortho() argument 369 if(fTools::equal(fLeft, fRight)) in ortho() 372 fRight += 1.0; in ortho() 383 aOrthoMat.set(0, 0, 2.0 / (fRight - fLeft)); in ortho() 386 aOrthoMat.set(0, 3, -1.0 * ((fRight + fLeft) / (fRight - fLeft))); in ortho()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcode.cxx | 421 double OOp_ADD::operate(const double& fLeft,const double& fRight) const in operate() 424 return fLeft + fRight; in operate() 428 double OOp_SUB::operate(const double& fLeft,const double& fRight) const in operate() 431 return fLeft - fRight; in operate() 435 double OOp_MUL::operate(const double& fLeft,const double& fRight) const in operate() 438 return fLeft * fRight; in operate() 442 double OOp_DIV::operate(const double& fLeft,const double& fRight) const in operate() 445 return fLeft / fRight; in operate()
|
/trunk/main/connectivity/source/inc/file/ |
H A D | fcode.hxx | 323 virtual double operate(const double& fLeft,const double& fRight) const = 0; 329 virtual double operate(const double& fLeft,const double& fRight) const; 335 virtual double operate(const double& fLeft,const double& fRight) const; 341 virtual double operate(const double& fLeft,const double& fRight) const; 347 virtual double operate(const double& fLeft,const double& fRight) const;
|
/trunk/main/basegfx/inc/basegfx/matrix/ |
H A D | b3dhommatrix.hxx | 98 void frustum(double fLeft = -1.0, double fRight = 1.0, 102 void ortho(double fLeft = -1.0, double fRight = 1.0,
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | cropprimitive2d.cxx | 97 const double fRight(getCropRight() * fBackScaleX); in get2DDecomposition() local 105 1.0 + fRight, in get2DDecomposition()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 1190 double fLeft = 0, fRight = 0, fTop = 0, fBottom = 0; in DrawEPS() local 1193 && ( ( fLeft == 0 && fRight == 0 && fTop == 0 && fBottom == 0 ) || in DrawEPS() 1210 fRight = StringToDouble( GetCommandLineToken( 2, aLine ) ); in DrawEPS() 1230 if( fLeft != fRight && fTop != fBottom ) in DrawEPS() 1232 double fScaleX = (double)rBoundingBox.GetWidth()/(fRight-fLeft); in DrawEPS()
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 843 sal_uInt16 fRight = (pHeadFootLine->Frame & 0x0F00) / 0x0100; in PutToDoc() local 853 if (fRight > 1) in PutToDoc() 855 else if (fRight > 0) in PutToDoc() 1279 sal_uInt16 fRight = ( pPattern->Frame & 0x0F00 ) / 0x0100; in LoadPatternCollection() local 1292 if( fRight > 1 ) in LoadPatternCollection() 1294 else if( fRight > 0 ) in LoadPatternCollection() 1928 sal_uInt16 fRight = ( nValue & 0x0F00 ) >> 8; in LoadColAttr() local 1941 if( fRight > 1 ) in LoadColAttr() 1943 else if( fRight > 0 ) in LoadColAttr()
|
/trunk/main/tools/inc/tools/ |
H A D | b3dtrans.hxx | 232 double fLeft = -1.0, double fRight = 1.0, 237 double fLeft = -1.0, double fRight = 1.0,
|
/trunk/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 76 const double fRight((aBitmapSize.getWidth() - getCenterX()) * getDiscreteUnit()); in create2DDecomposition() local 82 aTransform.set(0, 0, fRight - fLeft); in create2DDecomposition()
|
/trunk/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 530 … double fRight = getLimitedValue< double, double >( fLeft + aFocusSize.first, fLeft, 1.0 ); in pushToPropMap() local 535 static_cast< sal_Int32 >( (1.0 - fRight) * ::oox::drawingml::MAX_PERCENT ), in pushToPropMap()
|