LibreOffice
LibreOffice 6.3 SDK API Reference
com
sun
star
ui
XPanel.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_XPanel_idl__
11
#define __com_sun_star_ui_XPanel_idl__
12
13
#include <
com/sun/star/ui/XPanel.idl
>
14
#include <
com/sun/star/awt/XWindow.idl
>
15
16
17
module
com
{ module sun { module star { module ui {
18
23
interface
XPanel
24
25
{
28
string
getId();
29
32
string
getTitle();
33
39
void
setTitle( [in]
string
newTitle );
40
43
boolean
isExpanded();
44
47
void
collapse ();
48
57
void
expand ( [in]
boolean
bCollapseOther );
58
61
long
getOrderIndex();
62
65
void
setOrderIndex( [in]
long
newOrderIndex );
66
69
void
moveFirst();
70
73
void
moveLast();
74
77
void
moveUp();
78
81
void
moveDown();
82
85
com::sun::star::awt::XWindow
getDialog();
86
87
};
88
89
90
}; }; }; };
91
92
#endif
93
94
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XWindow.idl
XPanel.idl
com::sun::star::ui::XPanel
provides access to Panel
Definition:
XPanel.idl:23
com::sun::star::awt::XWindow
specifies the basic operations for a window component.
Definition:
XWindow.idl:50
com
Definition:
Ambiguous.idl:22
Generated by
1.8.17