/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 114 double fDepth = 0, fFraction = 0; in GetExtrusionDepth() local 119 rForwardDepth = fDepth * fFraction; in GetExtrusionDepth() 120 rBackwardDepth = fDepth - rForwardDepth; in GetExtrusionDepth() 245 double fDepth(-( aPoint.getZ() * fSkew ) / 100.0); in ApplySkewSettings() local 247 aPoint.getX() + (fDepth * cos( fSkewAngle )), in ApplySkewSettings() 248 aPoint.getY() - (fDepth * sin( fSkewAngle )), in ApplySkewSettings() 340 double fDepth = fExtrusionBackward + fExtrusionForward; in Create3DObject() local 341 if ( fDepth < 1.0 ) in Create3DObject() 342 fDepth = 1.0; in Create3DObject() 562 p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, fDepth ); in Create3DObject() [all …]
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | extrusioncontrols.cxx | 304 ExtrusionDepthDialog::ExtrusionDepthDialog( Window* pParent, double fDepth, FieldUnit eDefaultUnit ) in ExtrusionDepthDialog() argument 314 maMtrDepth.SetValue( (int) fDepth * 100, FUNIT_100TH_MM ); in ExtrusionDepthDialog() 378 void ExtrusionDepthWindow::implSetDepth( double fDepth ) in implSetDepth() argument 380 mfDepth = fDepth; in implSetDepth() 386 checkEntry( i, fDepth >= 338666 ); in implSetDepth() 390 checkEntry( i, (fDepth == (IsMetric( meUnit ) ? aDepthListMM[i] : aDepthListInch[i]) ) ); in implSetDepth() 486 double fDepth; in IMPL_LINK() local 490 fDepth = 338666.6; in IMPL_LINK() 494 fDepth = IsMetric( meUnit ) ? aDepthListMM[nSelected] : aDepthListInch[nSelected]; in IMPL_LINK() 499 aArgs[0].Value <<= fDepth; in IMPL_LINK() [all …]
|
H A D | extrusioncontrols.hxx | 125 void implSetDepth( double fDepth );
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | BarChart.cxx | 156 double fDepth = fScaledUpperBarDepth; in getLabelScreenPositionAndAlignment() local 167 fDepth = bReverse ? fabs(fScaledLowerBarDepth) : fabs(fScaledUpperBarDepth); in getLabelScreenPositionAndAlignment() 184 fDepth = bReverse ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDepth); in getLabelScreenPositionAndAlignment() 201 fDepth = bReverse ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDepth); in getLabelScreenPositionAndAlignment() 218 fDepth = bReverse ? fabs(fScaledLowerBarDepth) : fabs(fScaledUpperBarDepth); in getLabelScreenPositionAndAlignment() 236 …fDepth = (fBaseValue < fScaledUpperYValue) ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDept… in getLabelScreenPositionAndAlignment() 247 …fDepth = (fBaseValue < fScaledUpperYValue) ? fabs(fScaledUpperBarDepth) : fabs(fScaledLowerBarDept… in getLabelScreenPositionAndAlignment() 258 …fDepth = (fBaseValue < fScaledUpperYValue) ? fabs(fScaledLowerBarDepth) : fabs(fScaledUpperBarDept… in getLabelScreenPositionAndAlignment() 265 fDepth = fabs(fScaledUpperBarDepth-fScaledLowerBarDepth)/2.0; in getLabelScreenPositionAndAlignment() 273 fZ -= fDepth/2.0; in getLabelScreenPositionAndAlignment()
|
H A D | PieChart.cxx | 205 , double fLogicZ, double fDepth, double fExplodePercentage in createDataPoint() argument 229 , fDepth ); in createDataPoint() 420 double fDepth = this->getTransformedDepth() * (n3DRelativeHeight / 100.0); in createShapes() local 476 … , fLogicZ, fDepth, fExplodePercentage, apOverwritePropertiesMap.get() ) ); in createShapes()
|
H A D | AreaChart.cxx | 372 double fDepth = this->getTransformedDepth(); in impl_createLine() local 388 Stripe aStripe( aPoint1, aPoint2, fDepth ); in impl_createLine() 391 , Stripe( aPoint1, aPoint2, fDepth ) in impl_createLine()
|
H A D | PieChart.hxx | 85 , double fLogicZ, double fDepth, double fExplodePercentage
|
/aoo42x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 789 p3DObj = new E3dExtrudeObj(aDefault, pPath->GetPathPoly(), fDepth); in ImpCreateSingle3DObjectFlat() 813 void E3dView::ImpCreate3DObject(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth… in ImpCreate3DObject() argument 860 ImpCreateSingle3DObjectFlat(pScene, pGroupMember, bExtrude, fDepth, rLatheMat); in ImpCreate3DObject() 864 ImpCreateSingle3DObjectFlat(pScene, pNewObj2, bExtrude, fDepth, rLatheMat); in ImpCreate3DObject() 905 double fDepth = 0.0; in ConvertMarkedObjTo3D() local 913 fDepth = sqrt(fW*fW + fH*fH) / 6.0; in ConvertMarkedObjTo3D() 996 ImpCreate3DObject(pScene, pObj, bExtrude, fDepth, aLatheMat); in ConvertMarkedObjTo3D() 1003 DoDepthArrange(pScene, fDepth); in ConvertMarkedObjTo3D() 1101 void E3dView::DoDepthArrange(E3dScene* pScene, double fDepth) in DoDepthArrange() argument 1206 double fMinDepth = fDepth * 0.8; in DoDepthArrange() [all …]
|
H A D | extrud3d.cxx | 72 …j::E3dExtrudeObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon& rPP, double fDepth) in E3dExtrudeObj() argument 85 GetProperties().SetObjectItemDirect(Svx3DDepthItem((sal_uInt32)(fDepth + 0.5))); in E3dExtrudeObj()
|
H A D | helperhittest3d.cxx | 50 ImplPairDephAndObject(const E3dCompoundObject* pObject, double fDepth) in ImplPairDephAndObject() argument 52 mfDepth(fDepth) in ImplPairDephAndObject()
|
/aoo42x/main/svx/source/toolbars/ |
H A D | extrusionbar.cxx | 308 double fDepth = ((const SvxDoubleItem*)rReq.GetArgs()->GetItem(SID_EXTRUSION_DEPTH))->GetValue(); in impl_execute() local 311 aDepthPropPair.First.Value <<= fDepth; in impl_execute() 605 … double fDepth = ((const SvxDoubleItem*)rReq.GetArgs()->GetItem(SID_EXTRUSION_DEPTH))->GetValue(); in execute() local 608 ExtrusionDepthDialog aDlg( 0L, fDepth, eUnit ); in execute() 612 fDepth = aDlg.getDepth(); in execute() 614 SvxDoubleItem aItem( fDepth, SID_EXTRUSION_DEPTH ); in execute() 973 double fDepth = 1270.0; in getExtrusionDepthState() local 979 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState() 984 fFinalDepth = fDepth; in getExtrusionDepthState() 986 else if( fFinalDepth != fDepth ) in getExtrusionDepthState()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 498 double fDepth = rSize.DirectionZ; in impl_createCube() local 499 if(fDepth<0) in impl_createCube() 500 fDepth*=-1.0; in impl_createCube() 502 , uno::makeAny((sal_Int32)fDepth) ); in impl_createCube() 561 const double fDepth = rSize.DirectionZ; in createPyramid() local 576 aBottomP3.PositionZ += fDepth; in createPyramid() 577 aBottomP4.PositionZ += fDepth; in createPyramid() 598 aTopP3.PositionZ += fDepth*fTopFactor; in createPyramid() 599 aTopP4.PositionZ += fDepth*fTopFactor; in createPyramid() 1049 , double fDepth ) in createPieSegment() argument [all …]
|
H A D | Stripe.cxx | 54 , double fDepth ) in Stripe() argument 62 m_aPoint3.PositionZ += fDepth; in Stripe() 63 m_aPoint4.PositionZ += fDepth; in Stripe()
|
/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 457 double fDepth, in createExtrudeSlices() argument 462 if(basegfx::fTools::equalZero(fDepth)) in createExtrudeSlices() 473 double fZFront(fDepth); // default depth for aFront in createExtrudeSlices() 491 const double fOffset(fDepth * fDiagonal * 0.5); in createExtrudeSlices() 492 fZFront = fDepth - fOffset; in createExtrudeSlices() 496 aTransformFront.translate(0.0, 0.0, fDepth); in createExtrudeSlices() 502 const double fOffset(fDepth * fDiagonal * 0.5); in createExtrudeSlices()
|
H A D | sdrextrudeprimitive3d.cxx | 401 double fDepth, in SdrExtrudePrimitive3D() argument 414 mfDepth(fDepth), in SdrExtrudePrimitive3D()
|
/aoo42x/main/svx/inc/svx/ |
H A D | view3d.hxx | 77 …void ImpCreate3DObject(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth, basegf… 78 …DObjectFlat(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth, basegfx::B2DHomMa… 123 void DoDepthArrange(E3dScene* pScene, double fDepth);
|
H A D | extrud3d.hxx | 53 E3dExtrudeObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon& rPP, double fDepth);
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dextrude.cxx | 69 const double fDepth((double)GetE3dExtrudeObj().GetExtrudeDepth()); in createViewIndependentPrimitive3DSequence() local 83 aPolyPolygon, fDepth, fDiagonal, fBackScale, bSmoothNormals, true, bSmoothLids, in createViewIndependentPrimitive3DSequence()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 939 double fDepth; in StartElement() local 940 if ( rDepth.Value >>= fDepth ) in StartElement() 942 fDepth /= fFactor; in StartElement() 943 rDepth.Value <<= fDepth; in StartElement()
|
H A D | shapeexport4.cxx | 563 double fDepth = 0; in ImpExportEnhancedGeometry() local 564 if ( aDepthParaPair.First.Value >>= fDepth ) in ImpExportEnhancedGeometry() 566 rExport.GetMM100UnitConverter().convertDouble( aStrBuffer, fDepth, sal_True ); in ImpExportEnhancedGeometry()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | ShapeFactory.hxx | 115 , double fDepth ); 129 , double fDepth);
|
H A D | Stripe.hxx | 50 , double fDepth );
|
/aoo42x/main/svx/inc/ |
H A D | extrusiondepthdialog.hxx | 47 ExtrusionDepthDialog( Window* pParent, double fDepth, FieldUnit eDefaultUnit );
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | sdrextrudeprimitive3d.hxx | 90 double fDepth,
|
H A D | sdrextrudelathetools3d.hxx | 104 double fDepth,
|