summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/PopupMenuControllerFactory.idl')
-rw-r--r--offapi/com/sun/star/frame/PopupMenuControllerFactory.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
index b0d6d71bb1bd..675b09f7e80d 100644
--- a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
+++ b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,17 +36,17 @@
#include <com/sun/star/frame/XUIControllerRegistration.idl>
#endif
-//=============================================================================
+//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
+//=============================================================================
/** specifies a factory that creates instances of registered popup menu controller.
<p>
- A popup menu controller can be registered for a command URL and a model service name.
- A menu bar or context menu will automatically create a popup menu controller if
+ A popup menu controller can be registered for a command URL and a model service name.
+ A menu bar or context menu will automatically create a popup menu controller if
it contains a registered command URL.
</p>
@@ -56,17 +56,17 @@ module com { module sun { module star { module frame {
service PopupMenuControllerFactory
{
/** this interface provides functions to create new instances of a registered popup menu controller.
-
+
<p>
Use <member scope="com.sun.star.lang">XMultiComponentFactory::createInstanceWithArguments()</member> to create
a new popup menu controller instance. Use the CommandURL as the service specifier.
-
+
This call supports the following arguments provided as <type scope="com::sun::star::beans">PropertyValue</type>:
<ul>
- <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type>
+ <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type>
instance to which the popup menu controller belongs to. This property must be provided to
the popup menu controller, otherwise it cannot dispatch its internal commands.</li>
- <li><b>ModuleIdentifier</b><br>optional string that specifies in which module context the popup menu
+ <li><b>ModuleIdentifier</b><br>optional string that specifies in which module context the popup menu
controller should be created.</li>
</ul>
</p>
@@ -80,6 +80,6 @@ service PopupMenuControllerFactory
}; }; }; };
-//=============================================================================
+//=============================================================================
#endif