diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-17 09:42:23 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-17 14:04:35 +0200 |
commit | 6375774faa22a82477681b8737f6109d21599025 (patch) | |
tree | 5ffa08ef34e4c092dbdda284ed3e81dcda517a24 /offapi | |
parent | 7ec4f191fd454bbbad830df2229578c9ae7a77df (diff) |
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@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/XUIElementFactory.idl | 23 |
1 files changed, 21 insertions, 2 deletions
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> |