27#include <sfx2/sfxsids.hrc>
28#include <com/sun/star/frame/XDispatch.hpp>
40 bool bInitiallyVisible = pSidebarChildWindow && pSidebarChildWindow->
IsVisible();
41 if (!bInitiallyVisible)
49 if (bToggle && bInitiallyVisible && pController->
IsDeckVisible(rsDeckId))
55 xDispatch->dispatch(
aURL, css::uno::Sequence<beans::PropertyValue>());
65 std::u16string_view rsPanelId,
66 const css::uno::Reference<frame::XFrame>& rxFrame,
bool bFocus)
74 if (!xPanelDescriptor)
90 std::u16string_view rsPanelId,
91 const css::uno::Reference<frame::XFrame>& rxFrame)
99 if (!xPanelDescriptor)
112 std::u16string_view rsPanelId,
113 const css::uno::Reference<frame::XFrame>& rxFrame)
120 if (!xPanelDescriptor)
123 return pController->
IsDeckVisible(xPanelDescriptor->msDeckId);
const css::uno::Reference< css::frame::XFrame > & GetFrameInterface() const
SfxChildWindow * GetChildWindow(sal_uInt16)
SfxFrame & GetFrame() const
void ShowChildWindow(sal_uInt16, bool bVisible=true)
Reference< XDispatch > xDispatch