offapi/com/sun/star/ui/XUIElementFactory.idl | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-)
New commits: commit 6375774faa22a82477681b8737f6109d21599025 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Wed Jul 17 09:42:23 2019 +0200 Commit: Samuel Mehrbrodt <samuel.mehrbr...@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.mehrbr...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits