Home
last modified time | relevance | path

Searched refs:E3dCompoundObject (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx976 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 Dhelperhittest3d.cxx46 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 Dview3d.cxx261 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()
539E3dCompoundObject* 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 Dpolygn3d.cxx34 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 Dcube3d.cxx43 TYPEINIT1(E3dCubeObj, E3dCompoundObject);
54 : E3dCompoundObject(rDefault) in E3dCubeObj()
65 : E3dCompoundObject() in E3dCubeObj()
111 E3dCompoundObject::operator=(rObj); in operator =()
H A Dsphere3d.cxx59 TYPEINIT1(E3dSphereObj, E3dCompoundObject);
68 : E3dCompoundObject(rDefault) in E3dSphereObj()
79 : E3dCompoundObject() in E3dSphereObj()
158 E3dCompoundObject::operator=(rObj); in operator =()
H A Dlathe3d.cxx61 TYPEINIT1(E3dLatheObj, E3dCompoundObject);
71 : E3dCompoundObject(rDefault), in E3dLatheObj()
107 : E3dCompoundObject() in E3dLatheObj()
143 E3dCompoundObject::operator=(rObj); in operator =()
H A Dextrud3d.cxx63 TYPEINIT1(E3dExtrudeObj, E3dCompoundObject);
73 : E3dCompoundObject(rDefault), in E3dExtrudeObj()
89 : E3dCompoundObject() in E3dExtrudeObj()
129 E3dCompoundObject::operator=(rObj); in operator =()
H A Dscene3d.cxx148 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 Dhelperminimaldepth3d.hxx32 class E3dCompoundObject;
50 double getMinimalDepthInViewCoordinates(const E3dCompoundObject& rObject);
H A Dobjfac3d.cxx99 pObjFactory->pNewObj = new E3dCompoundObject(); in IMPL_LINK()
/trunk/main/svx/source/sdr/properties/
H A De3dcompoundproperties.cxx65 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in GetMergedItemSet()
86 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in SetMergedItemSet()
119 E3dCompoundObject& rObj = (E3dCompoundObject&)GetSdrObject(); in PostItemChange()
H A De3dsceneproperties.cxx89 if(pObj && pObj->ISA(E3dCompoundObject)) in GetMergedItemSet()
144 if(pObj && pObj->ISA(E3dCompoundObject)) in SetMergedItemSet()
/trunk/main/svx/inc/svx/
H A Dhelperhittest3d.hxx42 class E3dCompoundObject;
65 const E3dCompoundObject& rCandidate);
85 ::std::vector< const E3dCompoundObject* >& o_rResult);
100 const E3dCompoundObject& rCandidate);
H A Dobj3d.hxx218 class SVX_DLLPUBLIC E3dCompoundObject : public E3dObject class
246 E3dCompoundObject();
247 E3dCompoundObject(E3dDefaultAttributes& rDefault);
248 virtual ~E3dCompoundObject();
H A Dcube3d.hxx48 class SVX_DLLPUBLIC E3dCubeObj : public E3dCompoundObject
H A Dsphere3d.hxx37 class SVX_DLLPUBLIC E3dSphereObj : public E3dCompoundObject
H A Dpolygn3d.hxx30 class SVX_DLLPUBLIC E3dPolygonObj : public E3dCompoundObject
H A Dextrud3d.hxx36 class SVX_DLLPUBLIC E3dExtrudeObj : public E3dCompoundObject
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx103 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()
/trunk/main/sd/source/ui/inc/
H A Dfucon3d.hxx29 class E3dCompoundObject;
66 void ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene);
67 E3dCompoundObject* ImpCreateBasic3DShape();
/trunk/main/svx/source/svdraw/
H A Dsdrhittesthelper.cxx63 const E3dCompoundObject* pE3dCompoundObject = dynamic_cast< const E3dCompoundObject* >(&rObject); in SdrObjectPrimitiveHit()
71 pResult = const_cast< E3dCompoundObject* >(pE3dCompoundObject); in SdrObjectPrimitiveHit()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx261 ::std::vector< const E3dCompoundObject* > aHitList; in getHitObject()
268 pRet = const_cast< E3dCompoundObject* >(aHitList[0]); in getHitObject()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx336 std::vector< E3dCompoundObject* > aPlaceholderObjectList; in Create3DObject()
512E3dCompoundObject* p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, bUseTwoFillStyles ? 0 : … in Create3DObject()
771 std::vector< E3dCompoundObject* >::iterator aObjectListIter( aPlaceholderObjectList.begin() ); in Create3DObject()
/trunk/main/sd/source/ui/view/
H A Ddrviewsj.cxx252 if(pObj->ISA(E3dCompoundObject)) in GetMenuStateSel()
402 else if(pObj->ISA(E3dCompoundObject)) in GetMenuStateSel()

Completed in 87 milliseconds

12