/aoo41x/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 976 TYPEINIT1(E3dCompoundObject, E3dObject); 984 E3dCompoundObject::E3dCompoundObject() in E3dCompoundObject() function in E3dCompoundObject 995 E3dCompoundObject::E3dCompoundObject(E3dDefaultAttributes& rDefault) in E3dCompoundObject() function in E3dCompoundObject 1020 E3dCompoundObject::~E3dCompoundObject () in ~E3dCompoundObject() 1055 sal_uInt32 E3dCompoundObject::GetHdlCount() const in GetHdlCount() 1126 sal_uInt16 E3dCompoundObject::GetObjIdentifier() const in GetObjIdentifier() 1137 void E3dCompoundObject::RecalcSnapRect() in RecalcSnapRect() 1187 void E3dCompoundObject::operator=(const SdrObject& rObj) in operator =() 1193 const E3dCompoundObject& r3DObj = (const E3dCompoundObject&) rObj; in operator =() 1206 void E3dCompoundObject::SetCreateNormals(sal_Bool bNew) in SetCreateNormals() [all …]
|
H A D | helperhittest3d.cxx | 46 const E3dCompoundObject* mpObject; 50 ImplPairDephAndObject(const E3dCompoundObject* pObject, double fDepth) in ImplPairDephAndObject() 62 const E3dCompoundObject* getObject() const { return mpObject; } in getObject() 71 const E3dCompoundObject& rObject, in getAllHit3DObjectWithRelativePoint() 107 …awinglayer::geometry::ViewInformation3D& o_rViewInformation3D, const E3dCompoundObject& rCandidate) in fillViewInformation3DForCompoundObject() 172 ::std::vector< const E3dCompoundObject* >& o_rResult) in getAllHit3DObjectsSortedFrontToBack() 197 … const E3dCompoundObject* pCandidate = dynamic_cast< const E3dCompoundObject* >(aIterator.Next()); in getAllHit3DObjectsSortedFrontToBack() 248 const E3dCompoundObject& rCandidate) in checkHitSingle3DObject()
|
H A D | view3d.cxx | 261 if(pObj && pObj->ISA(E3dCompoundObject)) in DrawMarkedObj() 264 pScene = ((E3dCompoundObject*)pObj)->GetScene(); in DrawMarkedObj() 285 if(pObj && pObj->ISA(E3dCompoundObject)) in DrawMarkedObj() 324 if(pObj && pObj->ISA(E3dCompoundObject)) in DrawMarkedObj() 398 if(pObj && pObj->ISA(E3dCompoundObject)) in GetMarkedObjModel() 401 E3dCompoundObject* p3DObj = (E3dCompoundObject*)pObj; in GetMarkedObjModel() 539 …E3dCompoundObject* pCompoundObj = dynamic_cast< E3dCompoundObject* >(pSrcScene->GetSubList()->GetO… in ImpCloneAll3DObjectsToDestScene() 544 E3dCompoundObject* pNewCompoundObj = dynamic_cast< E3dCompoundObject* >(pCompoundObj->Clone()); in ImpCloneAll3DObjectsToDestScene() 1829 pNewObj = new E3dCompoundObject; in MergeScenes() 1830 *(E3dCompoundObject*)pNewObj = *(E3dCompoundObject*)pSubObj; in MergeScenes() [all …]
|
H A D | polygn3d.cxx | 34 TYPEINIT1(E3dPolygonObj, E3dCompoundObject); 54 : E3dCompoundObject(rDefault), in E3dPolygonObj() 78 : E3dCompoundObject(rDefault), in E3dPolygonObj() 101 : E3dCompoundObject(rDefault), in E3dPolygonObj() 116 : E3dCompoundObject(), in E3dPolygonObj() 331 E3dCompoundObject::operator=(rObj); in operator =()
|
H A D | cube3d.cxx | 43 TYPEINIT1(E3dCubeObj, E3dCompoundObject); 54 : E3dCompoundObject(rDefault) in E3dCubeObj() 65 : E3dCompoundObject() in E3dCubeObj() 111 E3dCompoundObject::operator=(rObj); in operator =()
|
H A D | sphere3d.cxx | 59 TYPEINIT1(E3dSphereObj, E3dCompoundObject); 68 : E3dCompoundObject(rDefault) in E3dSphereObj() 79 : E3dCompoundObject() in E3dSphereObj() 158 E3dCompoundObject::operator=(rObj); in operator =()
|
H A D | lathe3d.cxx | 61 TYPEINIT1(E3dLatheObj, E3dCompoundObject); 71 : E3dCompoundObject(rDefault), in E3dLatheObj() 107 : E3dCompoundObject() in E3dLatheObj() 143 E3dCompoundObject::operator=(rObj); in operator =()
|
H A D | extrud3d.cxx | 63 TYPEINIT1(E3dExtrudeObj, E3dCompoundObject); 73 : E3dCompoundObject(rDefault), in E3dExtrudeObj() 89 : E3dCompoundObject() in E3dExtrudeObj() 129 E3dCompoundObject::operator=(rObj); in operator =()
|
H A D | scene3d.cxx | 148 if(pCandidate->ISA(E3dCompoundObject)) in Imp3DDepthRemapper() 151 …e fMinimalDepth(getMinimalDepthInViewCoordinates(static_cast< const E3dCompoundObject& >(*pCandida… in Imp3DDepthRemapper() 514 else if(pObj->ISA(E3dCompoundObject)) in removeAllNonSelectedObjects() 516 E3dCompoundObject* pCompound = (E3dCompoundObject*)pObj; in removeAllNonSelectedObjects()
|
H A D | helperminimaldepth3d.hxx | 32 class E3dCompoundObject; 50 double getMinimalDepthInViewCoordinates(const E3dCompoundObject& rObject);
|
H A D | objfac3d.cxx | 99 pObjFactory->pNewObj = new E3dCompoundObject(); in IMPL_LINK()
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | e3dcompoundproperties.cxx | 65 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in GetMergedItemSet() 86 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in SetMergedItemSet() 119 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in PostItemChange()
|
H A D | e3dsceneproperties.cxx | 89 if(pObj && pObj->ISA(E3dCompoundObject)) in GetMergedItemSet() 144 if(pObj && pObj->ISA(E3dCompoundObject)) in SetMergedItemSet()
|
/aoo41x/main/svx/inc/svx/ |
H A D | helperhittest3d.hxx | 42 class E3dCompoundObject; 65 const E3dCompoundObject& rCandidate); 85 ::std::vector< const E3dCompoundObject* >& o_rResult); 100 const E3dCompoundObject& rCandidate);
|
H A D | obj3d.hxx | 218 class SVX_DLLPUBLIC E3dCompoundObject : public E3dObject class 246 E3dCompoundObject(); 247 E3dCompoundObject(E3dDefaultAttributes& rDefault); 248 virtual ~E3dCompoundObject();
|
H A D | cube3d.hxx | 48 class SVX_DLLPUBLIC E3dCubeObj : public E3dCompoundObject
|
H A D | sphere3d.hxx | 37 class SVX_DLLPUBLIC E3dSphereObj : public E3dCompoundObject
|
H A D | polygn3d.hxx | 30 class SVX_DLLPUBLIC E3dPolygonObj : public E3dCompoundObject
|
H A D | extrud3d.hxx | 36 class SVX_DLLPUBLIC E3dExtrudeObj : public E3dCompoundObject
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fucon3d.cxx | 103 E3dCompoundObject* FuConstruct3dObject::ImpCreateBasic3DShape() in ImpCreateBasic3DShape() 105 E3dCompoundObject* p3DObj = NULL; in ImpCreateBasic3DShape() 260 void FuConstruct3dObject::ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene) in ImpPrepareBasic3DShape() 336 E3dCompoundObject* p3DObj = NULL; in MouseButtonDown() 451 E3dCompoundObject* p3DObj = ImpCreateBasic3DShape(); in CreateDefaultObject()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | fucon3d.hxx | 29 class E3dCompoundObject; 66 void ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene); 67 E3dCompoundObject* ImpCreateBasic3DShape();
|
/aoo41x/main/svx/source/svdraw/ |
H A D | sdrhittesthelper.cxx | 63 const E3dCompoundObject* pE3dCompoundObject = dynamic_cast< const E3dCompoundObject* >(&rObject); in SdrObjectPrimitiveHit() 71 pResult = const_cast< E3dCompoundObject* >(pE3dCompoundObject); in SdrObjectPrimitiveHit()
|
/aoo41x/main/chart2/source/controller/drawinglayer/ |
H A D | DrawViewWrapper.cxx | 261 ::std::vector< const E3dCompoundObject* > aHitList; in getHitObject() 268 pRet = const_cast< E3dCompoundObject* >(aHitList[0]); in getHitObject()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 336 std::vector< E3dCompoundObject* > aPlaceholderObjectList; in Create3DObject() 512 …E3dCompoundObject* p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, bUseTwoFillStyles ? 0 : … in Create3DObject() 771 std::vector< E3dCompoundObject* >::iterator aObjectListIter( aPlaceholderObjectList.begin() ); in Create3DObject()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviewsj.cxx | 252 if(pObj->ISA(E3dCompoundObject)) in GetMenuStateSel() 402 else if(pObj->ISA(E3dCompoundObject)) in GetMenuStateSel()
|