LibreOffice Module sfx2 (master) 1
|
get the Panel More...
#include <UnoPanel.hxx>
Public Member Functions | |
SfxUnoPanel (css::uno::Reference< css::frame::XFrame >, OUString, OUString) | |
virtual OUString SAL_CALL | getId () override |
virtual OUString SAL_CALL | getTitle () override |
virtual void SAL_CALL | setTitle (const OUString &newTitle) override |
virtual sal_Bool SAL_CALL | isExpanded () override |
virtual void SAL_CALL | expand (const sal_Bool bCollapseOther) override |
virtual void SAL_CALL | collapse () override |
virtual sal_Int32 SAL_CALL | getOrderIndex () override |
virtual void SAL_CALL | setOrderIndex (const sal_Int32 newOrderIndex) override |
virtual void SAL_CALL | moveFirst () override |
virtual void SAL_CALL | moveLast () override |
virtual void SAL_CALL | moveUp () override |
virtual void SAL_CALL | moveDown () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | getDialog () override |
Private Member Functions | |
sfx2::sidebar::SidebarController * | getSidebarController () |
sal_Int32 | GetMaxOrderIndex (const sfx2::sidebar::ResourceManager::PanelContextDescriptorContainer &rPanels) |
sal_Int32 | GetMinOrderIndex (const sfx2::sidebar::ResourceManager::PanelContextDescriptorContainer &rPanels) |
Private Attributes | |
const css::uno::Reference< css::frame::XFrame > | xFrame |
const OUString | mPanelId |
const OUString | mDeckId |
VclPtr< sfx2::sidebar::Deck > | mpDeck |
std::weak_ptr< sfx2::sidebar::Panel > | mxPanel |
get the Panel
Definition at line 29 of file UnoPanel.hxx.
SfxUnoPanel::SfxUnoPanel | ( | css::uno::Reference< css::frame::XFrame > | , |
OUString | , | ||
OUString | |||
) |
Definition at line 28 of file UnoPanel.cxx.
References getSidebarController(), mDeckId, mPanelId, mpDeck, mxPanel, and xFrame.
|
overridevirtual |
Definition at line 114 of file UnoPanel.cxx.
References getSidebarController(), and mxPanel.
|
overridevirtual |
Definition at line 90 of file UnoPanel.cxx.
References getSidebarController(), mPanelId, mpDeck, and mxPanel.
|
overridevirtual |
Definition at line 125 of file UnoPanel.cxx.
References mxPanel.
|
overridevirtual |
Definition at line 45 of file UnoPanel.cxx.
References mPanelId.
|
private |
Definition at line 280 of file UnoPanel.cxx.
References getSidebarController(), and index.
Referenced by moveDown(), and moveLast().
|
private |
Definition at line 265 of file UnoPanel.cxx.
References getSidebarController(), and index.
Referenced by moveFirst(), and moveUp().
|
overridevirtual |
Definition at line 133 of file UnoPanel.cxx.
References getSidebarController(), index, and mPanelId.
Referenced by moveDown(), moveFirst(), moveLast(), and moveUp().
|
private |
Definition at line 40 of file UnoPanel.cxx.
References xFrame.
Referenced by collapse(), expand(), GetMaxOrderIndex(), GetMinOrderIndex(), getOrderIndex(), moveDown(), moveFirst(), moveLast(), moveUp(), setOrderIndex(), setTitle(), and SfxUnoPanel().
|
overridevirtual |
Definition at line 52 of file UnoPanel.cxx.
References mxPanel.
|
overridevirtual |
Definition at line 81 of file UnoPanel.cxx.
References mxPanel.
|
overridevirtual |
Definition at line 234 of file UnoPanel.cxx.
References GetMaxOrderIndex(), getOrderIndex(), getSidebarController(), index, mDeckId, and mPanelId.
|
overridevirtual |
Definition at line 157 of file UnoPanel.cxx.
References GetMinOrderIndex(), getOrderIndex(), getSidebarController(), mDeckId, and mPanelId.
|
overridevirtual |
Definition at line 180 of file UnoPanel.cxx.
References GetMaxOrderIndex(), getOrderIndex(), getSidebarController(), mDeckId, and mPanelId.
|
overridevirtual |
Definition at line 203 of file UnoPanel.cxx.
References GetMinOrderIndex(), getOrderIndex(), getSidebarController(), index, mDeckId, and mPanelId.
|
overridevirtual |
Definition at line 142 of file UnoPanel.cxx.
References getSidebarController(), and mPanelId.
|
overridevirtual |
Definition at line 64 of file UnoPanel.cxx.
References getSidebarController(), mPanelId, and mxPanel.
|
private |
Definition at line 60 of file UnoPanel.hxx.
Referenced by moveDown(), moveFirst(), moveLast(), moveUp(), and SfxUnoPanel().
|
private |
Definition at line 59 of file UnoPanel.hxx.
Referenced by expand(), getId(), getOrderIndex(), moveDown(), moveFirst(), moveLast(), moveUp(), setOrderIndex(), setTitle(), and SfxUnoPanel().
|
private |
Definition at line 62 of file UnoPanel.hxx.
Referenced by expand(), and SfxUnoPanel().
|
private |
Definition at line 63 of file UnoPanel.hxx.
Referenced by collapse(), expand(), getDialog(), getTitle(), isExpanded(), setTitle(), and SfxUnoPanel().
|
private |
Definition at line 56 of file UnoPanel.hxx.
Referenced by getSidebarController().