LibreOffice Module sfx2 (master) 1
|
get the decks More...
#include <UnoPanels.hxx>
Public Member Functions | |
SfxUnoPanels (css::uno::Reference< css::frame::XFrame >, const OUString &) | |
virtual OUString SAL_CALL | getDeckId () 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 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::SidebarController * | getSidebarController () |
Private Attributes | |
const css::uno::Reference< css::frame::XFrame > | xFrame |
const OUString & | mDeckId |
get the decks
Definition at line 21 of file UnoPanels.hxx.
SfxUnoPanels::SfxUnoPanels | ( | css::uno::Reference< css::frame::XFrame > | , |
const OUString & | |||
) |
Definition at line 28 of file UnoPanels.cxx.
References xFrame.
|
overridevirtual |
Definition at line 125 of file UnoPanels.cxx.
References getElementNames(), mDeckId, and xFrame.
|
overridevirtual |
Definition at line 48 of file UnoPanels.cxx.
References aName, hasByName(), mDeckId, and xFrame.
|
overridevirtual |
Definition at line 117 of file UnoPanels.cxx.
References getElementNames().
|
overridevirtual |
Definition at line 39 of file UnoPanels.cxx.
References mDeckId.
|
overridevirtual |
Definition at line 60 of file UnoPanels.cxx.
References getSidebarController(), mDeckId, and xFrame.
Referenced by getByIndex(), getCount(), and hasElements().
|
overridevirtual |
Definition at line 143 of file UnoPanels.cxx.
|
private |
Definition at line 34 of file UnoPanels.cxx.
References xFrame.
Referenced by getElementNames(), and hasByName().
|
overridevirtual |
Definition at line 86 of file UnoPanels.cxx.
References aName, getSidebarController(), mDeckId, and xFrame.
Referenced by getByName().
|
overridevirtual |
Definition at line 148 of file UnoPanels.cxx.
References getElementNames().
|
private |
Definition at line 53 of file UnoPanels.hxx.
Referenced by getByIndex(), getByName(), getDeckId(), getElementNames(), and hasByName().
|
private |
Definition at line 51 of file UnoPanels.hxx.
Referenced by getByIndex(), getByName(), getElementNames(), getSidebarController(), and hasByName().