LibreOffice Module svx (master)
1
|
#include <objectcontactofobjlistpainter.hxx>
Public Member Functions | |
ObjectContactOfPagePainter (ObjectContact &rOriginalObjectContact) | |
virtual | ~ObjectContactOfPagePainter () override |
void | SetStartPage (const SdrPage *pPage) |
const SdrPage * | GetStartPage () const |
SdrPage * | GetStartPage () |
virtual OutputDevice * | TryToGetOutputDevice () const override |
Protected Member Functions | |
virtual sal_uInt32 | GetPaintObjectCount () const override |
virtual ViewContact & | GetPaintObjectViewContact (sal_uInt32 nIndex) override |
Private Attributes | |
ObjectContact & | mrOriginalObjectContact |
unotools::WeakReference< SdrPage > | mxStartPage |
Definition at line 84 of file objectcontactofobjlistpainter.hxx.
sdr::contact::ObjectContactOfPagePainter::ObjectContactOfPagePainter | ( | ObjectContact & | rOriginalObjectContact | ) |
Definition at line 157 of file objectcontactofobjlistpainter.cxx.
|
overridevirtual |
Definition at line 163 of file objectcontactofobjlistpainter.cxx.
|
overrideprotectedvirtual |
Definition at line 146 of file objectcontactofobjlistpainter.cxx.
References GetStartPage().
|
overrideprotectedvirtual |
Definition at line 151 of file objectcontactofobjlistpainter.cxx.
References DBG_ASSERT, GetStartPage(), and SdrPage::GetViewContact().
|
inline |
Definition at line 104 of file objectcontactofobjlistpainter.hxx.
References unotools::WeakReference< class >::get().
Referenced by GetPaintObjectCount(), GetPaintObjectViewContact(), and SetStartPage().
|
inline |
Definition at line 105 of file objectcontactofobjlistpainter.hxx.
References unotools::WeakReference< class >::get().
Definition at line 167 of file objectcontactofobjlistpainter.cxx.
References GetStartPage(), and mxStartPage.
|
overridevirtual |
Reimplemented in sdr::contact::PagePrimitiveExtractor.
Definition at line 175 of file objectcontactofobjlistpainter.cxx.
References mrOriginalObjectContact, and sdr::contact::ObjectContact::TryToGetOutputDevice().
|
private |
Definition at line 87 of file objectcontactofobjlistpainter.hxx.
Referenced by TryToGetOutputDevice().
|
private |
Definition at line 90 of file objectcontactofobjlistpainter.hxx.
Referenced by SetStartPage().