LibreOffice Module sd (master) 1
|
#include <unomodel.hxx>
Public Member Functions | |
SdDocLinkTarget (SdXImpressDocument *pModel, sal_uInt16 nT) | |
virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
SdPage * | FindPage (std::u16string_view rName) const |
Private Attributes | |
SdXImpressDocument * | mpModel |
sal_uInt16 | mnType |
Definition at line 457 of file unomodel.hxx.
SdDocLinkTarget::SdDocLinkTarget | ( | SdXImpressDocument * | pModel, |
sal_uInt16 | nT | ||
) |
Definition at line 3579 of file unomodel.cxx.
References mnType.
SdPage * SdDocLinkTarget::FindPage | ( | std::u16string_view | rName | ) | const |
std::exception |
Definition at line 3461 of file unomodel.cxx.
References Draw, SdXImpressDocument::GetDoc(), SdDrawDocument::GetDocumentType(), SdrModel::GetMasterPage(), SdrModel::GetMasterPageCount(), SdPage::GetName(), SdrModel::GetPage(), SdrModel::GetPageCount(), SdPage::GetPageKind(), mpModel, and Standard.
Referenced by getByName(), and hasByName().
|
overridevirtual |
Definition at line 3587 of file unomodel.cxx.
References aName, FindPage(), SdrPage::getUnoPage(), and mpModel.
|
overridevirtual |
Definition at line 3608 of file unomodel.cxx.
References aSeq, Draw, SdXImpressDocument::GetDoc(), SdDrawDocument::GetDocumentType(), SdrModel::GetMasterPage(), SdrModel::GetMasterPageCount(), SdDrawDocument::GetMasterSdPage(), SdDrawDocument::GetMasterSdPageCount(), SdPage::GetName(), SdDrawDocument::GetSdPage(), SdDrawDocument::GetSdPageCount(), Handout, MasterPage, mnType, mpModel, Notes, oox::core::Notes, Page, and Standard.
|
overridevirtual |
Definition at line 3709 of file unomodel.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 3725 of file unomodel.cxx.
|
overridevirtual |
Definition at line 3735 of file unomodel.cxx.
|
overridevirtual |
Definition at line 3697 of file unomodel.cxx.
References aName, FindPage(), and mpModel.
|
overridevirtual |
Definition at line 3714 of file unomodel.cxx.
References SdXImpressDocument::GetDoc(), and mpModel.
|
overridevirtual |
Definition at line 3730 of file unomodel.cxx.
References ServiceName, and cppu::supportsService().
|
private |
Definition at line 462 of file unomodel.hxx.
Referenced by getElementNames().
|
private |
Definition at line 461 of file unomodel.hxx.
Referenced by FindPage(), getByName(), getElementNames(), hasByName(), and hasElements().