LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
11
12
module
com
{ module sun { module star { module ui {
13
17
interface
XSidebarProvider
:
com::sun::star::uno::XInterface
18
{
24
void
setVisible
( [in]
boolean
bVisible);
25
28
boolean
isVisible
();
29
32
com::sun::star::frame::XFrame
getFrame
();
33
34
/* Decks collection attached to the sidebar
35
*/
36
com::sun::star::ui::XDecks
getDecks
();
37
47
void
showDecks
([in]
boolean
bVisible);
48
52
com::sun::star::ui::XSidebar
getSidebar
();
53
} ;
54
55
} ; } ; } ; } ;
56
57
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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:39
com::sun::star::ui::XDecks
provides access to Decks of a Sidebar.
Definition
XDecks.idl:19
com::sun::star::ui::XSidebarProvider
Interface of the sidebar.
Definition
XSidebarProvider.idl:18
com::sun::star::ui::XSidebarProvider::setVisible
void setVisible([in] boolean bVisible)
Display the sidebar.
com::sun::star::ui::XSidebarProvider::getDecks
com::sun::star::ui::XDecks getDecks()
com::sun::star::ui::XSidebarProvider::isVisible
boolean isVisible()
Is the sidebar visible.
com::sun::star::ui::XSidebarProvider::getFrame
com::sun::star::frame::XFrame getFrame()
Get the XFrame owner.
com::sun::star::ui::XSidebarProvider::showDecks
void showDecks([in] boolean bVisible)
Decks container visibility.
com::sun::star::ui::XSidebarProvider::getSidebar
com::sun::star::ui::XSidebar getSidebar()
Returns the sidebar object.
com::sun::star::ui::XSidebar
Interface of the sidebar that allows its elements like panels to eg request layouts.
Definition
XSidebar.idl:25
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition
XInterface.idl:46
com
Definition
Ambiguous.idl:20
com
sun
star
ui
XSidebarProvider.idl
Generated by
1.17.0