LibreOffice Module sfx2 (master) 1
|
#include <sidebar/DeckLayouter.hxx>
#include <sidebar/DeckTitleBar.hxx>
#include <sidebar/PanelTitleBar.hxx>
#include <sfx2/sidebar/Panel.hxx>
#include <sfx2/sidebar/Theme.hxx>
#include <sfx2/sidebar/SidebarDockingWindow.hxx>
#include <sfx2/sidebar/SidebarController.hxx>
#include <sfx2/viewsh.hxx>
#include <comphelper/lok.hxx>
#include <osl/diagnose.h>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XDesktop2.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/ui/XSidebarPanel.hpp>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | sfx2 |
namespace | sfx2::sidebar |
css::ui::LayoutSize maLayoutSize |
Definition at line 59 of file DeckLayouter.cxx.
bool mbShowTitleBar |
Definition at line 62 of file DeckLayouter.cxx.
sal_Int32 mnDistributedHeight |
Definition at line 60 of file DeckLayouter.cxx.
sal_Int32 mnWeight |
Definition at line 61 of file DeckLayouter.cxx.
std::shared_ptr<Panel> mpPanel |
Definition at line 58 of file DeckLayouter.cxx.
Referenced by sfx2::sidebar::IMPL_LINK().