LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface of the sidebar. More...
import"XSidebarProvider.idl";
Public Member Functions | |
void | setVisible ([in] boolean bVisible) |
Display the sidebar. More... | |
boolean | isVisible () |
Is the sidebar visible. More... | |
com::sun::star::frame::XFrame | getFrame () |
Get the XFrame owner. More... | |
com::sun::star::ui::XDecks | getDecks () |
void | showDecks ([in] boolean bVisible) |
Decks container visibility. More... | |
com::sun::star::ui::XSidebar | getSidebar () |
Returns the sidebar object. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface of the sidebar.
com::sun::star::ui::XDecks getDecks | ( | ) |
com::sun::star::frame::XFrame getFrame | ( | ) |
Get the XFrame owner.
com::sun::star::ui::XSidebar getSidebar | ( | ) |
Returns the sidebar object.
boolean isVisible | ( | ) |
Is the sidebar visible.
void setVisible | ( | [in] boolean | bVisible | ) |
Display the sidebar.
bVisible | the requested visible state |
void showDecks | ( | [in] boolean | bVisible | ) |
Decks container visibility.
bVisible | the requested visible state
|