[Libreoffice-commits] core.git: offapi/com

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 17 12:05:35 UTC 2019


 offapi/com/sun/star/ui/XUIElementFactory.idl |   23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

New commits:
commit 6375774faa22a82477681b8737f6109d21599025
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Jul 17 09:42:23 2019 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Jul 17 14:04:35 2019 +0200

    Add some missing properties to createUIElement doc
    
    Change-Id: I7f0a868a3648ad65029daf6c6961fe81a4d16a58
    Reviewed-on: https://gerrit.libreoffice.org/75754
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/offapi/com/sun/star/ui/XUIElementFactory.idl b/offapi/com/sun/star/ui/XUIElementFactory.idl
index e976024e80f5..9ca679b0c541 100644
--- a/offapi/com/sun/star/ui/XUIElementFactory.idl
+++ b/offapi/com/sun/star/ui/XUIElementFactory.idl
@@ -81,9 +81,28 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
                     the UI element. Depending on the concrete UI element type, this parameter
                     might be required or ignored by an implementation.
                 </li>
-                <li><b>Persistent</b><br>specifies if changes to a configurable
+                <li><b>Persistent</b><br>
+                    specifies if changes to a configurable
                     user interface element should be persistent. This is an
-                    optional argument. The default value is `TRUE`.</li>
+                    optional argument. The default value is `TRUE`.
+                </li>
+                <li><b>Module</b><br>
+                    specifies the current module name (as a string).
+                    May be empty.
+                </li>
+                <li><b>Controller</b><br>
+                    (Sidebar only) specifies the current com::sun::star::frame::XController2 instance.
+                    May be empty.
+                </li>
+                <li><b>Canvas</b><br>
+                    (Sidebar only) specifies the current com::sun::star::rendering::XSpriteCanvas instance.
+                </li>
+                <li><b>ApplicationName</b><br>
+                    (Sidebar only) Specifies the current application application name (as a string)
+                </li>
+                <li><b>ContextName</b><br>
+                    (Sidebar only) Specifies the current context (as a string)
+                </li>
             </ul>
 
         <p>


More information about the Libreoffice-commits mailing list