LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
SdDocLinkTarget Class Referencefinal

#include <unomodel.hxx>

Inheritance diagram for SdDocLinkTarget:
[legend]
Collaboration diagram for SdDocLinkTarget:
[legend]

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
 
SdPageFindPage (std::u16string_view rName) const
 

Private Attributes

SdXImpressDocumentmpModel
 
sal_uInt16 mnType
 

Detailed Description

Definition at line 457 of file unomodel.hxx.

Constructor & Destructor Documentation

◆ SdDocLinkTarget()

SdDocLinkTarget::SdDocLinkTarget ( SdXImpressDocument pModel,
sal_uInt16  nT 
)

Definition at line 3579 of file unomodel.cxx.

References mnType.

Member Function Documentation

◆ FindPage()

SdPage * SdDocLinkTarget::FindPage ( std::u16string_view  rName) const

◆ getByName()

uno::Any SAL_CALL SdDocLinkTarget::getByName ( const OUString &  aName)
overridevirtual

Definition at line 3587 of file unomodel.cxx.

References aName, FindPage(), SdrPage::getUnoPage(), and mpModel.

◆ getElementNames()

uno::Sequence< OUString > SAL_CALL SdDocLinkTarget::getElementNames ( )
overridevirtual

◆ getElementType()

uno::Type SAL_CALL SdDocLinkTarget::getElementType ( )
overridevirtual

Definition at line 3709 of file unomodel.cxx.

References cppu::UnoType< typename T >::get().

◆ getImplementationName()

OUString SAL_CALL SdDocLinkTarget::getImplementationName ( )
overridevirtual

Definition at line 3725 of file unomodel.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL SdDocLinkTarget::getSupportedServiceNames ( )
overridevirtual

Definition at line 3735 of file unomodel.cxx.

◆ hasByName()

sal_Bool SAL_CALL SdDocLinkTarget::hasByName ( const OUString &  aName)
overridevirtual

Definition at line 3697 of file unomodel.cxx.

References aName, FindPage(), and mpModel.

◆ hasElements()

sal_Bool SAL_CALL SdDocLinkTarget::hasElements ( )
overridevirtual

Definition at line 3714 of file unomodel.cxx.

References SdXImpressDocument::GetDoc(), and mpModel.

◆ supportsService()

sal_Bool SAL_CALL SdDocLinkTarget::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 3730 of file unomodel.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ mnType

sal_uInt16 SdDocLinkTarget::mnType
private

Definition at line 462 of file unomodel.hxx.

Referenced by getElementNames().

◆ mpModel

SdXImpressDocument* SdDocLinkTarget::mpModel
private

Definition at line 461 of file unomodel.hxx.

Referenced by FindPage(), getByName(), getElementNames(), hasByName(), and hasElements().


The documentation for this class was generated from the following files: