Lines Matching refs:E3dCompoundObject
969 sdr::properties::BaseProperties* E3dCompoundObject::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
976 TYPEINIT1(E3dCompoundObject, E3dObject);
984 E3dCompoundObject::E3dCompoundObject() in E3dCompoundObject() function in E3dCompoundObject
995 E3dCompoundObject::E3dCompoundObject(E3dDefaultAttributes& rDefault) in E3dCompoundObject() function in E3dCompoundObject
1005 void E3dCompoundObject::SetDefaultAttributes(E3dDefaultAttributes& rDefault) in SetDefaultAttributes()
1020 E3dCompoundObject::~E3dCompoundObject () in ~E3dCompoundObject()
1030 basegfx::B2DPolyPolygon E3dCompoundObject::TakeXorPoly() const in TakeXorPoly()
1055 sal_uInt32 E3dCompoundObject::GetHdlCount() const in GetHdlCount()
1067 void E3dCompoundObject::AddToHdlList(SdrHdlList& rHdlList) const in AddToHdlList()
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()
1215 void E3dCompoundObject::SetCreateTexture(sal_Bool bNew) in SetCreateTexture()
1230 void E3dCompoundObject::SetMaterialAmbientColor(const Color& rColor) in SetMaterialAmbientColor()
1244 basegfx::B2DPolyPolygon E3dCompoundObject::TransformToScreenCoor(const basegfx::B3DPolyPolygon& rCa… in TransformToScreenCoor()
1262 sal_Bool E3dCompoundObject::IsAOrdNumRemapCandidate(E3dScene*& prScene) const in IsAOrdNumRemapCandidate()