LibreOffice
LibreOffice 6.4 SDK API Reference
com
sun
star
ui
XSidebarProvider.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
*/
10
#ifndef __com_sun_star_ui_XSidebarProvider_idl__
11
#define __com_sun_star_ui_XSidebarProvider_idl__
12
13
#include <
com/sun/star/uno/XInterface.idl
>
14
#include <
com/sun/star/frame/XFrame.idl
>
15
#include <
com/sun/star/awt/XWindow2.idl
>
16
17
#include <
com/sun/star/ui/XSidebar.idl
>
18
#include <
com/sun/star/ui/XDecks.idl
>
19
20
21
module
com
{ module sun { module star { module ui {
22
26
interface
XSidebarProvider
:
com::sun::star::uno::XInterface
27
{
33
void
setVisible
( [in]
boolean
bVisible);
34
37
boolean
isVisible
();
38
41
com::sun::star::frame::XFrame
getFrame
();
42
43
/* Decks collection attached to the sidebar
44
*/
45
com::sun::star::ui::XDecks
getDecks
();
46
56
void
showDecks
([in]
boolean
bVisible);
57
61
com::sun::star::ui::XSidebar
getSidebar
();
62
} ;
63
64
} ; } ; } ; } ;
65
66
#endif
67
68
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XInterface.idl
com::sun::star::ui::XSidebarProvider::showDecks
void showDecks([in] boolean bVisible)
Decks container visibility.
XWindow2.idl
com::sun::star::ui::XSidebarProvider::getFrame
com::sun::star::frame::XFrame getFrame()
Get the XFrame owner.
XSidebar.idl
com::sun::star::ui::XSidebarProvider::getSidebar
com::sun::star::ui::XSidebar getSidebar()
Returns the sidebar object.
com::sun::star::ui::XDecks
provides access to Decks of a Sidebar.
Definition:
XDecks.idl:24
com::sun::star::ui::XSidebar
Interface of the sidebar that allows its elements like panels to eg request layouts.
Definition:
XSidebar.idl:29
XDecks.idl
XFrame.idl
com::sun::star::ui::XSidebarProvider
Interface of the sidebar.
Definition:
XSidebarProvider.idl:27
com::sun::star::frame::XFrame
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition:
XFrame.idl:44
com
Definition:
Ambiguous.idl:22
com::sun::star::ui::XSidebarProvider::getDecks
com::sun::star::ui::XDecks getDecks()
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition:
XInterface.idl:48
com::sun::star::ui::XSidebarProvider::setVisible
void setVisible([in] boolean bVisible)
Display the sidebar.
com::sun::star::ui::XSidebarProvider::isVisible
boolean isVisible()
Is the sidebar visible.
Generated by
1.8.18