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

get the decks More...

#include <UnoDecks.hxx>

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

Public Member Functions

 SfxUnoDecks (css::uno::Reference< css::frame::XFrame >)
 
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 sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 Index) override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 

Private Member Functions

sfx2::sidebar::SidebarControllergetSidebarController ()
 

Private Attributes

const css::uno::Reference< css::frame::XFrame > xFrame
 

Detailed Description

get the decks

Definition at line 22 of file UnoDecks.hxx.

Constructor & Destructor Documentation

◆ SfxUnoDecks()

SfxUnoDecks::SfxUnoDecks ( css::uno::Reference< css::frame::XFrame >  )

Definition at line 28 of file UnoDecks.cxx.

References xFrame.

Member Function Documentation

◆ getByIndex()

uno::Any SAL_CALL SfxUnoDecks::getByIndex ( sal_Int32  Index)
overridevirtual

Definition at line 114 of file UnoDecks.cxx.

References getElementNames(), and xFrame.

◆ getByName()

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

Definition at line 40 of file UnoDecks.cxx.

References aName, hasByName(), and xFrame.

◆ getCount()

sal_Int32 SAL_CALL SfxUnoDecks::getCount ( )
overridevirtual

Definition at line 106 of file UnoDecks.cxx.

References getElementNames().

◆ getElementNames()

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

Definition at line 52 of file UnoDecks.cxx.

References getSidebarController(), and xFrame.

Referenced by getByIndex(), getCount(), and hasElements().

◆ getElementType()

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

Definition at line 131 of file UnoDecks.cxx.

◆ getSidebarController()

SidebarController * SfxUnoDecks::getSidebarController ( )
private

Definition at line 33 of file UnoDecks.cxx.

References xFrame.

Referenced by getElementNames(), and hasByName().

◆ hasByName()

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

Definition at line 78 of file UnoDecks.cxx.

References aName, getSidebarController(), and xFrame.

Referenced by getByName().

◆ hasElements()

sal_Bool SAL_CALL SfxUnoDecks::hasElements ( )
overridevirtual

Definition at line 136 of file UnoDecks.cxx.

References getElementNames().

Member Data Documentation

◆ xFrame

const css::uno::Reference<css::frame::XFrame> SfxUnoDecks::xFrame
private

Definition at line 49 of file UnoDecks.hxx.

Referenced by getByIndex(), getByName(), getElementNames(), getSidebarController(), and hasByName().


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