Searched refs:E3dLatheObj (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svx/source/engine3d/ |
H A D | lathe3d.cxx | 61 TYPEINIT1(E3dLatheObj, E3dCompoundObject); 70 E3dLatheObj::E3dLatheObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon rPoly2D) in E3dLatheObj() function in E3dLatheObj 106 E3dLatheObj::E3dLatheObj() in E3dLatheObj() function in E3dLatheObj 129 sal_uInt16 E3dLatheObj::GetObjIdentifier() const in GetObjIdentifier() 140 void E3dLatheObj::operator=(const SdrObject& rObj) in operator =() 146 const E3dLatheObj& r3DObj = (const E3dLatheObj&)rObj; in operator =() 168 void E3dLatheObj::ReSegment(sal_uInt32 nHSegs, sal_uInt32 nVSegs) in ReSegment() 216 void E3dLatheObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul() 236 void E3dLatheObj::TakeObjNamePlural(XubString& rName) const in TakeObjNamePlural() 247 sal_Bool E3dLatheObj::IsBreakObjPossible() in IsBreakObjPossible() [all …]
|
H A D | view3d.cxx | 795 p3DObj = new E3dLatheObj(aDefault, aPolyPoly2D); in ImpCreateSingle3DObjectFlat() 1824 pNewObj = new E3dLatheObj; in MergeScenes() 1825 *(E3dLatheObj*)pNewObj = *(E3dLatheObj*)pSubObj; in MergeScenes()
|
H A D | objfac3d.cxx | 96 pObjFactory->pNewObj = new E3dLatheObj(); in IMPL_LINK()
|
H A D | view3d1.cxx | 93 if(pObj->ISA(E3dLatheObj)) in Imp_E3dView_InorderRun3DObjects()
|
/trunk/main/svx/inc/svx/sdr/contact/ |
H A D | viewcontactofe3dlathe.hxx | 34 class E3dLatheObj; 46 ViewContactOfE3dLathe(E3dLatheObj& rLathe); 50 E3dLatheObj& GetE3dLatheObj() const in GetE3dLatheObj() 52 return (E3dLatheObj&)GetE3dObject(); in GetE3dLatheObj()
|
/trunk/main/sd/source/ui/func/ |
H A D | fucon3d.cxx | 138 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape() 165 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape() 176 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape() 202 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape() 226 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape() 250 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
|
/trunk/main/svx/inc/svx/ |
H A D | lathe3d.hxx | 40 class SVX_DLLPUBLIC E3dLatheObj : public E3dCompoundObject class 54 E3dLatheObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon rPoly2D); 55 E3dLatheObj();
|
/trunk/main/svx/source/sdr/properties/ |
H A D | e3dlatheproperties.cxx | 61 E3dLatheObj& rObj = (E3dLatheObj&)GetSdrObject(); in PostItemChange()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 869 … const sal_uInt32 nPrevVerticalSegs(static_cast<E3dLatheObj*>(mpObj.get())->GetVerticalSegments()); in setPropertyValueImpl() 874 static_cast<E3dLatheObj*>(mpObj.get())->SetPolyPoly2D(aB2DPolyPolygon); in setPropertyValueImpl() 875 … const sal_uInt32 nPostVerticalSegs(static_cast<E3dLatheObj*>(mpObj.get())->GetVerticalSegments()); in setPropertyValueImpl() 880 …static_cast<E3dLatheObj*>(mpObj.get())->SetMergedItem(Svx3DVerticalSegmentsItem(nPrevVerticalSegs)… in setPropertyValueImpl() 927 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dLatheObj*>(mpObj.get())->GetPolyPoly2D(); in getPropertyValueImpl()
|
H A D | unopage.cxx | 625 else if(pNewObj->ISA(E3dLatheObj)) in _CreateSdrObject() 627 E3dLatheObj* pObj = (E3dLatheObj*)pNewObj; in _CreateSdrObject()
|
H A D | unoshape.cxx | 3253 if(mpObj->ISA(E3dLatheObj) || mpObj->ISA(E3dExtrudeObj)) in setAllPropertiesToDefault()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dlathe.cxx | 40 ViewContactOfE3dLathe::ViewContactOfE3dLathe(E3dLatheObj& rLathe) in ViewContactOfE3dLathe()
|
Completed in 70 milliseconds