/aoo4110/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 87 if(fTop == fBottom) in Frustum() 89 fBottom -= 1.0; in Frustum() 97 aTemp.set(1, 2, (fTop + fBottom) / (fTop - fBottom)); in Frustum() 119 if(fTop == fBottom) in Ortho() 122 fBottom -= 1.0; in Ortho() 128 aTemp.set(1, 1, 2.0 / (fTop - fBottom)); in Ortho() 131 aTemp.set(1, 3, -1.0 * ((fTop + fBottom) / (fTop - fBottom))); in Ortho() 297 double fBottom(mfBottomBound); in CalcViewport() local 331 fBottom *= fFactor; in CalcViewport() 343 fBottom *= fFactor; in CalcViewport() [all …]
|
/aoo4110/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1252 double fBottom(maWorkRange.getMaxY()); in IMPL_LINK_INLINE_END() local 1259 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END() 1266 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END() 1272 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END() 1279 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END() 1287 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END() 1294 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END() 1322 fBottom = (fBottom > fMaxLong) ? fMaxLong : (fBottom < -fMaxLong) ? -fMaxLong : fBottom; in IMPL_LINK_INLINE_END() 1331 maMtrPosY.SetMax(basegfx::fround64(fBottom)); in IMPL_LINK_INLINE_END() 1332 maMtrPosY.SetLast(basegfx::fround64(fBottom)); in IMPL_LINK_INLINE_END() [all …]
|
/aoo4110/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 342 if(fTools::equal(fTop, fBottom)) in frustum() 344 fBottom -= fOne; in frustum() 351 aFrustumMat.set(1, 1, 2.0 * fNear / (fTop - fBottom)); in frustum() 353 aFrustumMat.set(1, 2, (fTop + fBottom) / (fTop - fBottom)); in frustum() 362 …void B3DHomMatrix::ortho(double fLeft, double fRight, double fBottom, double fTop, double fNear, d… in ortho() argument 375 if(fTools::equal(fTop, fBottom)) in ortho() 377 fBottom -= 1.0; in ortho() 384 aOrthoMat.set(1, 1, 2.0 / (fTop - fBottom)); in ortho() 387 aOrthoMat.set(1, 3, -1.0 * ((fTop + fBottom) / (fTop - fBottom))); in ortho()
|
/aoo4110/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() 1209 fBottom = StringToDouble( GetCommandLineToken( 1, aLine ) ); in DrawEPS() 1230 if( fLeft != fRight && fTop != fBottom ) in DrawEPS() 1233 double fScaleY = -(double)rBoundingBox.GetHeight()/(fTop-fBottom); in DrawEPS() 1235 (int)(rBoundingBox.Bottom()+1-fBottom*fScaleY) ); in DrawEPS()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | cropprimitive2d.cxx | 96 const double fBottom(getCropBottom() * fBackScaleY); in get2DDecomposition() local 104 1.0 + fBottom); in get2DDecomposition()
|
/aoo4110/main/basegfx/inc/basegfx/matrix/ |
H A D | b3dhommatrix.hxx | 98 double fBottom = -1.0, double fTop = 1.0, 102 double fBottom = -1.0, double fTop = 1.0,
|
/aoo4110/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 844 sal_uInt16 fBottom = (pHeadFootLine->Frame & 0xF000) / 0x1000; in PutToDoc() local 857 if (fBottom > 1) in PutToDoc() 859 else if (fBottom > 0) in PutToDoc() 1280 sal_uInt16 fBottom = ( pPattern->Frame & 0xF000 ) / 0x1000; in LoadPatternCollection() local 1297 if( fBottom > 1 ) in LoadPatternCollection() 1299 else if( fBottom > 0 ) in LoadPatternCollection() 1929 sal_uInt16 fBottom = ( nValue & 0xF000 ) >> 12; in LoadColAttr() local 1946 if( fBottom > 1 ) in LoadColAttr() 1948 else if( fBottom > 0 ) in LoadColAttr()
|
/aoo4110/main/tools/inc/tools/ |
H A D | b3dtrans.hxx | 233 double fBottom = -1.0, double fTop = 1.0, 238 double fBottom = -1.0, double fTop = 1.0,
|
/aoo4110/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 77 const double fBottom((aBitmapSize.getHeight() - getCenterY()) * getDiscreteUnit()); in create2DDecomposition() local 83 aTransform.set(1, 1, fBottom - fTop); in create2DDecomposition()
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 531 … double fBottom = getLimitedValue< double, double >( fTop + aFocusSize.second, fTop, 1.0 ); in pushToPropMap() local 536 … static_cast< sal_Int32 >( (1.0 - fBottom) * ::oox::drawingml::MAX_PERCENT ) ); in pushToPropMap()
|