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

#include <unopage.hxx>

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

Public Member Functions

 SdPageLinkTargets (SdGenericDrawPage *pUnoPage) noexcept
 
virtual ~SdPageLinkTargets () noexcept override
 
SdrObjectFindObject (std::u16string_view rName) const noexcept
 
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
 
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
 

Private Attributes

css::uno::Reference< css::drawing::XDrawPage > mxPage
 
SdGenericDrawPagempUnoPage
 

Detailed Description

Definition at line 278 of file unopage.hxx.

Constructor & Destructor Documentation

◆ SdPageLinkTargets()

SdPageLinkTargets::SdPageLinkTargets ( SdGenericDrawPage pUnoPage)
noexcept

Definition at line 1910 of file unopage.cxx.

◆ ~SdPageLinkTargets()

SdPageLinkTargets::~SdPageLinkTargets ( )
overridevirtualnoexcept

Definition at line 1916 of file unopage.cxx.

Member Function Documentation

◆ FindObject()

SdrObject * SdPageLinkTargets::FindObject ( std::u16string_view  rName) const
noexcept

Definition at line 2021 of file unopage.cxx.

References aStr, SdrObject::GetName(), SdrObjListIter::IsMore(), and SdrObjListIter::Next().

Referenced by getByName(), and hasByName().

◆ getByName()

Any SAL_CALL SdPageLinkTargets::getByName ( const OUString &  aName)
overridevirtual

◆ getElementNames()

Sequence< OUString > SAL_CALL SdPageLinkTargets::getElementNames ( )
overridevirtual

◆ getElementType()

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

Definition at line 1921 of file unopage.cxx.

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

◆ getImplementationName()

OUString SAL_CALL SdPageLinkTargets::getImplementationName ( )
overridevirtual

Definition at line 2044 of file unopage.cxx.

◆ getSupportedServiceNames()

Sequence< OUString > SAL_CALL SdPageLinkTargets::getSupportedServiceNames ( )
overridevirtual

Definition at line 2054 of file unopage.cxx.

◆ hasByName()

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

Definition at line 2014 of file unopage.cxx.

References aName, and FindObject().

◆ hasElements()

sal_Bool SAL_CALL SdPageLinkTargets::hasElements ( )
overridevirtual

◆ supportsService()

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

Definition at line 2049 of file unopage.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ mpUnoPage

SdGenericDrawPage* SdPageLinkTargets::mpUnoPage
private

Definition at line 283 of file unopage.hxx.

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

◆ mxPage

css::uno::Reference< css::drawing::XDrawPage > SdPageLinkTargets::mxPage
private

Definition at line 282 of file unopage.hxx.


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