Home
last modified time | relevance | path

Searched refs:ViewContactOfSdrPage (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofsdrpage.hxx35 class ViewContactOfSdrPage;
47 ViewContactOfSdrPage& mrParentViewContactOfSdrPage;
50 ViewContactOfPageSubObject(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
72 ViewContactOfPageBackground(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
91 ViewContactOfPageShadow(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
110 ViewContactOfPageFill(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
129 ViewContactOfMasterPage(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
148 ViewContactOfOuterPageBorder(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
167 ViewContactOfInnerPageBorder(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
186 ViewContactOfPageHierarchy(ViewContactOfSdrPage& rParentViewContactOfSdrPage);
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx53 …ViewContactOfPageSubObject::ViewContactOfPageSubObject(ViewContactOfSdrPage& rParentViewContactOfS… in ViewContactOfPageSubObject()
101 …ViewContactOfPageBackground::ViewContactOfPageBackground(ViewContactOfSdrPage& rParentViewContactO… in ViewContactOfPageBackground()
183 …ViewContactOfPageShadow::ViewContactOfPageShadow(ViewContactOfSdrPage& rParentViewContactOfSdrPage) in ViewContactOfPageShadow()
262 …ViewContactOfMasterPage::ViewContactOfMasterPage(ViewContactOfSdrPage& rParentViewContactOfSdrPage) in ViewContactOfMasterPage()
305 … ViewContactOfPageFill::ViewContactOfPageFill(ViewContactOfSdrPage& rParentViewContactOfSdrPage) in ViewContactOfPageFill()
374 …ViewContactOfOuterPageBorder::ViewContactOfOuterPageBorder(ViewContactOfSdrPage& rParentViewContac… in ViewContactOfOuterPageBorder()
428 …ViewContactOfInnerPageBorder::ViewContactOfInnerPageBorder(ViewContactOfSdrPage& rParentViewContac… in ViewContactOfInnerPageBorder()
471 …ViewContactOfPageHierarchy::ViewContactOfPageHierarchy(ViewContactOfSdrPage& rParentViewContactOfS… in ViewContactOfPageHierarchy()
515 …ViewContactOfGrid::ViewContactOfGrid(ViewContactOfSdrPage& rParentViewContactOfSdrPage, bool bFron… in ViewContactOfGrid()
548 …ViewContactOfHelplines::ViewContactOfHelplines(ViewContactOfSdrPage& rParentViewContactOfSdrPage, … in ViewContactOfHelplines()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1159 return new sdr::contact::ViewContactOfSdrPage(*this); in CreateObjectSpecificViewContact()