| /trunk/main/svx/source/sdr/contact/ |
| H A D | viewcontactofsdrobj.cxx | 51 …ViewObjectContact& ViewContactOfSdrObj::CreateObjectSpecificViewObjectContact(ObjectContact& rObje… in CreateObjectSpecificViewObjectContact() 59 ViewContactOfSdrObj::ViewContactOfSdrObj(SdrObject& rObj) in ViewContactOfSdrObj() function in sdr::contact::ViewContactOfSdrObj 72 ViewContactOfSdrObj::~ViewContactOfSdrObj() in ~ViewContactOfSdrObj() 77 sal_uInt32 ViewContactOfSdrObj::GetObjectCount() const in GetObjectCount() 87 ViewContact& ViewContactOfSdrObj::GetViewContact(sal_uInt32 nIndex) const in GetViewContact() 96 ViewContact* ViewContactOfSdrObj::GetParentContact() const in GetParentContact() 122 void ViewContactOfSdrObj::ActionChanged() in ActionChanged() 141 SdrObject* ViewContactOfSdrObj::TryToGetSdrObject() const in TryToGetSdrObject() 150 …drawinglayer::primitive2d::Primitive2DSequence ViewContactOfSdrObj::createGluePointPrimitive2DSequ… in createGluePointPrimitive2DSequence() 188 …drawinglayer::primitive2d::Primitive2DSequence ViewContactOfSdrObj::embedToObjectSpecificInformati… in embedToObjectSpecificInformation()
|
| H A D | viewcontactofpageobj.cxx | 57 : ViewContactOfSdrObj(rPageObj) in ViewContactOfPageObj() 76 ViewContactOfSdrObj::ActionChanged(); in ActionChanged()
|
| H A D | viewcontactofe3dscene.cxx | 162 : ViewContactOfSdrObj(rScene), in ViewContactOfE3dScene() 362 ViewContactOfSdrObj::ActionChanged(); in ActionChanged()
|
| H A D | viewcontactoftextobj.cxx | 36 : ViewContactOfSdrObj(rTextObj) in ViewContactOfTextObj()
|
| H A D | viewcontactofvirtobj.cxx | 46 : ViewContactOfSdrObj(rObj) in ViewContactOfVirtObj()
|
| H A D | viewcontactofgroup.cxx | 54 : ViewContactOfSdrObj(rGroup) in ViewContactOfGroup()
|
| H A D | viewobjectcontactofsdrobj.cxx | 45 return static_cast< ViewContactOfSdrObj& >(GetViewContact()).GetSdrObject(); in getSdrObject()
|
| H A D | viewcontactofunocontrol.cxx | 92 :ViewContactOfSdrObj( _rUnoObject ) in DBG_NAME()
|
| H A D | viewcontactofsdrmediaobj.cxx | 39 ViewContactOfSdrObj( rMediaObj ) in ViewContactOfSdrMediaObj()
|
| H A D | viewcontactofe3d.cxx | 142 : ViewContactOfSdrObj(rSdrObject) in ViewContactOfE3d()
|
| /trunk/main/svx/inc/svx/sdr/contact/ |
| H A D | viewcontactofsdrobj.hxx | 45 class SVX_DLLPUBLIC ViewContactOfSdrObj : public ViewContact class 68 ViewContactOfSdrObj(SdrObject& rObj); 69 virtual ~ViewContactOfSdrObj();
|
| H A D | viewcontactoftextobj.hxx | 40 class ViewContactOfTextObj : public ViewContactOfSdrObj
|
| H A D | viewcontactofvirtobj.hxx | 39 class SVX_DLLPUBLIC ViewContactOfVirtObj : public ViewContactOfSdrObj
|
| H A D | viewcontactofgroup.hxx | 40 class ViewContactOfGroup : public ViewContactOfSdrObj
|
| H A D | viewcontactofpageobj.hxx | 42 class SVX_DLLPUBLIC ViewContactOfPageObj : public ViewContactOfSdrObj
|
| H A D | viewcontactofsdrmediaobj.hxx | 42 class SVX_DLLPUBLIC ViewContactOfSdrMediaObj : public ViewContactOfSdrObj
|
| H A D | viewcontactofe3d.hxx | 54 class ViewContactOfE3d : public ViewContactOfSdrObj
|
| H A D | viewcontactofunocontrol.hxx | 53 class SVX_DLLPRIVATE ViewContactOfUnoControl : public ViewContactOfSdrObj
|
| H A D | viewcontactofe3dscene.hxx | 49 class SVX_DLLPUBLIC ViewContactOfE3dScene : public ViewContactOfSdrObj
|
| /trunk/main/svx/source/table/ |
| H A D | viewcontactoftableobj.hxx | 43 class ViewContactOfTableObj : public ViewContactOfSdrObj
|
| H A D | viewcontactoftableobj.cxx | 723 : ViewContactOfSdrObj(rTableObj) in ViewContactOfTableObj()
|
| /trunk/main/sw/source/core/draw/ |
| H A D | dflyobj.cxx | 98 class VCOfSwFlyDrawObj : public ViewContactOfSdrObj 108 : ViewContactOfSdrObj(rObj) in VCOfSwFlyDrawObj()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdobj.cxx | 355 return new sdr::contact::ViewContactOfSdrObj(*this); in CreateObjectSpecificViewContact()
|