offapi/com/sun/star/frame/LayoutManager.idl |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 74012c48d99634a7556a86f77e9522024f2afdb2
Author:     Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
AuthorDate: Tue Aug 11 09:58:31 2020 +0200
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@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.mehrbr...@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
 */
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to