Searched refs:E3dCubeObj (Results 1 – 10 of 10) sorted by relevance
43 TYPEINIT1(E3dCubeObj, E3dCompoundObject);53 E3dCubeObj::E3dCubeObj(E3dDefaultAttributes& rDefault, basegfx::B3DPoint aPos, const basegfx::B3DVe… in E3dCubeObj() function in E3dCubeObj64 E3dCubeObj::E3dCubeObj() in E3dCubeObj() function in E3dCubeObj86 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 …]
83 pObjFactory->pNewObj = new E3dCubeObj(); in IMPL_LINK()
105 else if(pObj->ISA(E3dCubeObj)) in Imp_E3dView_InorderRun3DObjects()
1809 pNewObj = new E3dCubeObj; in MergeScenes()1810 *(E3dCubeObj*)pNewObj = *(E3dCubeObj*)pSubObj; in MergeScenes()
34 class E3dCubeObj;46 ViewContactOfE3dCube(E3dCubeObj& rCubeObj);50 E3dCubeObj& GetE3dCubeObj() const in GetE3dCubeObj()52 return (E3dCubeObj&)GetE3dObject(); in GetE3dCubeObj()
48 class SVX_DLLPUBLIC E3dCubeObj : public E3dCompoundObject class65 …E3dCubeObj(E3dDefaultAttributes& rDefault, basegfx::B3DPoint aPos, const basegfx::B3DVector& r3DSi…66 E3dCubeObj();
531 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()
40 ViewContactOfE3dCube::ViewContactOfE3dCube(E3dCubeObj& rCubeObj) in ViewContactOfE3dCube()
223 mp3DObj = new E3dCubeObj( in SetObjectType()326 mpExpansionObject = new E3dCubeObj( in Construct2()
112 p3DObj = new E3dCubeObj( in ImpCreateBasic3DShape()
Completed in 49 milliseconds