Home
last modified time | relevance | path

Searched refs:E3dCubeObj (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dcube3d.cxx43 TYPEINIT1(E3dCubeObj, E3dCompoundObject);
53 E3dCubeObj::E3dCubeObj(E3dDefaultAttributes& rDefault, basegfx::B3DPoint aPos, const basegfx::B3DVe… in E3dCubeObj() function in E3dCubeObj
64 E3dCubeObj::E3dCubeObj() in E3dCubeObj() function in E3dCubeObj
86 sal_uInt16 E3dCubeObj::GetObjIdentifier() const in GetObjIdentifier()
108 void E3dCubeObj::operator=(const SdrObject& rObj) in operator =()
114 const E3dCubeObj& r3DObj = (const E3dCubeObj&)rObj; in operator =()
128 void E3dCubeObj::SetCubePos(const basegfx::B3DPoint& rNew) in SetCubePos()
146 void E3dCubeObj::SetPosIsCenter(sal_Bool bNew) in SetPosIsCenter()
155 void E3dCubeObj::SetSideFlags(sal_uInt16 nNew) in SetSideFlags()
170 void E3dCubeObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()
[all …]
H A Dobjfac3d.cxx83 pObjFactory->pNewObj = new E3dCubeObj(); in IMPL_LINK()
H A Dview3d.cxx1809 pNewObj = new E3dCubeObj; in MergeScenes()
1810 *(E3dCubeObj*)pNewObj = *(E3dCubeObj*)pSubObj; in MergeScenes()
H A Dview3d1.cxx105 else if(pObj->ISA(E3dCubeObj)) in Imp_E3dView_InorderRun3DObjects()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofe3dcube.hxx34 class E3dCubeObj;
46 ViewContactOfE3dCube(E3dCubeObj& rCubeObj);
50 E3dCubeObj& GetE3dCubeObj() const in GetE3dCubeObj()
52 return (E3dCubeObj&)GetE3dObject(); in GetE3dCubeObj()
/trunk/main/svx/inc/svx/
H A Dcube3d.hxx48 class SVX_DLLPUBLIC E3dCubeObj : public E3dCompoundObject class
65E3dCubeObj(E3dDefaultAttributes& rDefault, basegfx::B3DPoint aPos, const basegfx::B3DVector& r3DSi…
66 E3dCubeObj();
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx531 static_cast< E3dCubeObj* >( mpObj.get() )->SetCubePos(aPos); in setPropertyValueImpl()
543 static_cast< E3dCubeObj* >( mpObj.get() )->SetCubeSize(aSize); in setPropertyValueImpl()
554 static_cast< E3dCubeObj* >( mpObj.get() )->SetPosIsCenter(bNew); in setPropertyValueImpl()
581 const basegfx::B3DPoint& rPos = ((E3dCubeObj*)mpObj.get())->GetCubePos(); in getPropertyValueImpl()
594 const basegfx::B3DVector& rSize = static_cast<E3dCubeObj*>(mpObj.get())->GetCubeSize(); in getPropertyValueImpl()
606 rValue <<= static_cast<E3dCubeObj*>(mpObj.get())->GetPosIsCenter(); in getPropertyValueImpl()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dcube.cxx40 ViewContactOfE3dCube::ViewContactOfE3dCube(E3dCubeObj& rCubeObj) in ViewContactOfE3dCube()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx223 mp3DObj = new E3dCubeObj( in SetObjectType()
326 mpExpansionObject = new E3dCubeObj( in Construct2()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx112 p3DObj = new E3dCubeObj( in ImpCreateBasic3DShape()

Completed in 55 milliseconds