diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-08-11 09:58:31 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-08-11 11:12:11 +0200 |
commit | 74012c48d99634a7556a86f77e9522024f2afdb2 (patch) | |
tree | 3f3659d8e8d7bfba43c4eee60521841e2ee74bf3 /offapi | |
parent | 7211f0d15d5a982a37cfb9e58da323177ae7e350 (diff) |
LayoutManager: Document available properties
Change-Id: I1ce4a4d00383bf7ebe91482cd29828da778dc43d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100464
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/LayoutManager.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/frame/LayoutManager.idl b/offapi/com/sun/star/frame/LayoutManager.idl index 0b4490cbc1ab..beb5bd595ae7 100644 --- a/offapi/com/sun/star/frame/LayoutManager.idl +++ b/offapi/com/sun/star/frame/LayoutManager.idl @@ -36,6 +36,17 @@ the size and position of those user interface elements. </p> + <p> + Available properties: + <ul> + <li>boolean <code>MenuBarCloser</code>: Whether the small "Close" button in the menubar is displayed</li> + <li>boolean <code>AutomaticToolbars</code>: Whether automatic toolbars do appear</li> + <li>boolean <code>RefreshContextToolbarVisibility</code>: Set to true to refresh visibility of context toolbars</li> + <li>boolean <code>HideCurrentUI</code>: Hide/Show current UI elements (Toolbar, Statusbar, Menubar, etc)</li> + <li>boolean <code>PreserveContentSize</code>: When true, the the outer window is resized the content/document size is preserved</li> + <ul> + </p> + @since OOo 2.0 */ |