LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
10 #ifndef __com_sun_star_ui_XPanel_idl__
11 #define __com_sun_star_ui_XPanel_idl__
17 module
com { module sun { module star { module ui {
57 void expand ( [in]
boolean bCollapseOther );
void collapse()
Collapse the panel to only show its title bar.
provides access to Panel
Definition: XPanel.idl:25
specifies the basic operations for a window component.
Definition: XWindow.idl:51
long getOrderIndex()
Get the ordering index of the panel in the deck.
void moveUp()
Move panel one step up in the deck.
string getTitle()
Get the panel title string.
boolean isExpanded()
Is the panel expanded.
void setTitle([in] string newTitle)
Set the panel title string.
void setOrderIndex([in] long newOrderIndex)
Set the ordering index of the panel in the deck.
com::sun::star::awt::XWindow getDialog()
Get the panel dialog element.
void expand([in] boolean bCollapseOther)
Expand and display the panel.
void moveDown()
Move the panel one step down in the deck.
Definition: Ambiguous.idl:22
string getId()
The panel identifier.
void moveFirst()
Move panel as first item of the deck.
void moveLast()
Move panel as last item of the deck.