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