[Libreoffice-commits] core.git: offapi/com
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 11 09:12:59 UTC 2020
offapi/com/sun/star/frame/LayoutManager.idl | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 74012c48d99634a7556a86f77e9522024f2afdb2
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Aug 11 09:58:31 2020 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Aug 11 11:12:11 2020 +0200
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 at cib.de>
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
*/
More information about the Libreoffice-commits
mailing list