Searched refs:ViewContactOfPageSubObject (Results 1 – 3 of 3) sorted by relevance
44 class ViewContactOfPageSubObject : public ViewContact class50 ViewContactOfPageSubObject(ViewContactOfSdrPage& rParentViewContactOfSdrPage);51 virtual ~ViewContactOfPageSubObject();65 class ViewContactOfPageBackground : public ViewContactOfPageSubObject84 class ViewContactOfPageShadow : public ViewContactOfPageSubObject103 class ViewContactOfPageFill : public ViewContactOfPageSubObject122 class ViewContactOfMasterPage : public ViewContactOfPageSubObject141 class ViewContactOfOuterPageBorder : public ViewContactOfPageSubObject160 class ViewContactOfInnerPageBorder : public ViewContactOfPageSubObject179 class ViewContactOfPageHierarchy : public ViewContactOfPageSubObject[all …]
53 …ViewContactOfPageSubObject::ViewContactOfPageSubObject(ViewContactOfSdrPage& rParentViewContactOfS… in ViewContactOfPageSubObject() function in sdr::contact::ViewContactOfPageSubObject58 ViewContactOfPageSubObject::~ViewContactOfPageSubObject() in ~ViewContactOfPageSubObject()62 ViewContact* ViewContactOfPageSubObject::GetParentContact() const in GetParentContact()67 const SdrPage& ViewContactOfPageSubObject::getPage() const in getPage()102 : ViewContactOfPageSubObject(rParentViewContactOfSdrPage) in ViewContactOfPageBackground()184 : ViewContactOfPageSubObject(rParentViewContactOfSdrPage) in ViewContactOfPageShadow()263 : ViewContactOfPageSubObject(rParentViewContactOfSdrPage) in ViewContactOfMasterPage()306 : ViewContactOfPageSubObject(rParentViewContactOfSdrPage) in ViewContactOfPageFill()375 : ViewContactOfPageSubObject(rParentViewContactOfSdrPage) in ViewContactOfOuterPageBorder()429 : ViewContactOfPageSubObject(rParentViewContactOfSdrPage) in ViewContactOfInnerPageBorder()[all …]
53 return static_cast< ViewContactOfPageSubObject& >(GetViewContact()).getPage(); in getPage()