/aoo42x/main/unodevtools/source/skeletonmaker/ |
H A D | javatypemaker.cxx | 159 options, manager, in printConstructorParameters() 209 printType(o, options, manager, in printMethodParameters() 244 options, manager, in printExceptionSpecification() 391 manager.getTypeReader( in printMethods() 423 options, manager, in printMethods() 479 options, manager, in printMethods() 514 options, manager, in printMethods() 541 options, manager, in printMethods() 576 options, manager, in printConstructionMethods() 728 if ( (manager.getTypeReader( in generateDocumentation() [all …]
|
H A D | cpptypemaker.cxx | 166 printType(o, options, manager, in printConstructorParameters() 226 printType(o, options, manager, in printMethodParameters() 250 printType(o, options, manager, in printExceptionSpecification() 463 manager.getTypeReader( in printMethods() 490 printType(o, options, manager, in printMethods() 550 printType(o, options, manager, in printMethods() 592 printType(o, options, manager, in printMethods() 656 options, manager, in printConstructionMethods() 811 if ((manager.getTypeReader( in generateDocumentation() 941 ((manager.getTypeReader( in generateDocumentation() [all …]
|
H A D | skeletoncommon.cxx | 144 void checkAttributes(TypeManager const & manager, in checkAttributes() argument 186 void checkType(TypeManager const & manager, in checkType() argument 317 manager.getTypeReader( in checkServiceProperties() 331 TypeManager const & manager, in checkPropertyHelper() argument 356 manager.getTypeReader( in checkPropertyHelper() 400 manager.getTypeReader( in checkXComponentSupport() 487 bool checkAddinType(TypeManager const & manager, in checkAddinType() argument 537 void checkAddInTypes(TypeManager const & manager, in checkAddInTypes() argument 608 checkAddInTypes(manager, reader); in generateFunctionParamterMap() 612 manager.getTypeReader( in generateFunctionParamterMap() [all …]
|
H A D | cppcompskeleton.cxx | 589 TypeManager const & manager, in generateMemberInitialization() argument 616 TypeManager const & manager, in generateMemberDeclaration() argument 631 TypeManager const & manager, in generateClassDefinition() argument 801 generateAddinConstructorAndHelper(o, options, manager, in generateClassDefinition() 894 TypeManager const & manager, in generateMethodBodies() argument 919 TypeManager const & manager, in generateQueryInterface() argument 968 TypeManager const & manager, in generateSkeleton() argument 974 generateCalcAddin(options, manager, types); in generateSkeleton() 999 checkType(manager, "com.sun.star.frame.XDispatch", in generateSkeleton() 1108 TypeManager const & manager, in generateCalcAddin() argument [all …]
|
H A D | javacompskeleton.cxx | 521 TypeManager const & manager, in generateMethodBodies() argument 593 TypeManager const & manager, const OString & classname, in generateAddinConstructorAndHelper() argument 650 generateFunctionParameterMap(o, options, manager, interfaces); in generateAddinConstructorAndHelper() 738 TypeManager const & manager, in generateClassDefinition() argument 834 registerProperties(o, manager, properties, " "); in generateClassDefinition() 850 generateMethodBodies(o, options, manager, interfaces, in generateClassDefinition() 858 TypeManager const & manager, in generateSkeleton() argument 872 checkType(manager, *iter, interfaces, services, properties); in generateSkeleton() 881 checkType(manager, "com.sun.star.frame.ProtocolHandler", in generateSkeleton() 883 checkType(manager, "com.sun.star.frame.XDispatch", in generateSkeleton() [all …]
|
H A D | skeletoncpp.hxx | 41 ProgramOptions const & options, TypeManager const & manager, 55 TypeManager const & manager, 63 TypeManager const & manager, 70 TypeManager const & manager, 78 TypeManager const & manager, 96 TypeManager const & manager, 102 TypeManager const & manager, 110 TypeManager const & manager, 121 TypeManager const & manager, 127 TypeManager const & manager, [all …]
|
H A D | skeletonjava.hxx | 34 ProgramOptions const & options, TypeManager const & manager, 41 ProgramOptions const & options, TypeManager const & manager, 47 TypeManager const & manager, 53 ProgramOptions const & options, TypeManager const & manager, 59 TypeManager const & manager, 67 TypeManager const & manager, 72 ProgramOptions const & options, TypeManager const & manager, 82 TypeManager const & manager, 87 TypeManager const & manager, 94 TypeManager const & manager, [all …]
|
H A D | skeletoncommon.hxx | 104 TypeManager const & manager, rtl::OString const & type, 109 void checkType(TypeManager const & manager, 121 ProgramOptions const & options, TypeManager const & manager, 136 void checkAddInTypes(TypeManager const & manager, 150 bool checkXComponentSupport(TypeManager const & manager, 160 TypeManager const & manager,
|
H A D | skeletonmaker.cxx | 291 UnoTypeManager manager; variable 292 if ( !manager.init(registries) ) { 307 java::generateDocumentation(std::cout, options, manager, 311 cpp::generateDocumentation(std::cout, options, manager, 324 java::generateSkeleton(options, manager, types, delegate); 327 cpp::generateSkeleton(options, manager, types, delegate);
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | XUIConfigurationManager.idl | 82 manager. 88 the user interface configuration manager. 125 user interface configuration manager. 226 manager. 229 Every user interface configuration manager has one image manager 234 the image manager of the user interface configuration manager. 239 configuration manager. 247 the short cut manager of the user interface configuration manager. 251 /** retrieves the events manager from the user interface configuration manager. 254 Every user interface configuration manager has one events manager [all …]
|
H A D | XImageManager.idl | 65 /** specifies access functions to an images manager interface to add, 69 An image manager controls a number of image sets which are specified 76 /** resets the image manager to default data. 90 all command URLs within the images manager that have an image 168 /** inserts new image/command associations to a image manager. 184 is thrown. If the configuration manager is read-only a 197 image manager. 215 /** allows controlling or observing the lifetime of an imahge manager 224 /** initializes an image manager instance. 226 An image manager instance must be initialized using [all …]
|
H A D | XUIConfigurationPersistence.idl | 43 the user interface configuration manager instance with this data. 55 user interface configuration manager instance with the newly 75 /** provides the current modify state of the configuration manager 79 <TRUE/> if the configuration manager has changed since the 81 manager has not been changed. 86 manager. Storing a user interface configuration to a read-only storage 87 is not possible. A read-only configuration manager instance will also 91 <TRUE/> if the configuration manager storage is read-only otherwise
|
H A D | ModuleUIConfigurationManager.idl | 48 /** specifies a user interface configuration manager which gives access to user interface 52 A module user interface configuratio manager supports two layers of configuration settings 67 /** provides a function to initialize a module user interface configuration manager instance. 70 A module user interface configuration manager instance needs the following arguments as 82 A non-initialized module user interface configuration manager cannot be used, it is treated 94 from a module user interface configuration manager. 99 manager. 104 interface configuration manager.
|
H A D | XModuleUIConfigurationManager.idl | 50 configuration manager interface. 53 A module user interface configuration manager supports, unlike a 54 document based ui configration manager, two layers of configuration 65 configuration manager uses.</br> 74 of the default layer of the user interface configuration manager. 89 configuration manager if it has a default layer.
|
H A D | UIConfigurationManager.idl | 48 /** specifies a user interface configuration manager which controls 57 associated to the user interface configuration manager. 67 from a user interface configuration manager. 72 interface configuration manager. 76 /** allows controlling or observing the lifetime of a user interface configuration manager
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 1977 manager, className, in handleAggregatingType() 1987 manager, className, in handleAggregatingType() 2012 manager, className, in handleAggregatingType() 2023 manager, className, in handleAggregatingType() 2102 tree->add(type, manager); in createExceptionsAttribute() 2222 manager, dependencies, in handleInterfaceType() 2258 manager, dependencies, in handleInterfaceType() 2414 manager, in addConstant() 2519 manager, dependencies, in addConstant() 3234 || type.equals(manager.getBase()) in produceType() [all …]
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | SessionManager.idl | 35 /** The SessionManager service provides an interface to the session manager 36 of the desktop. A session manager keeps track of applications that are 39 to do this the session manager needs cooperation from applications; 46 <li>The session manager informs all its connected applications 52 time only one application can iteract with the user. The session manager 55 <li>try to cancel the whole shutdown; the session manager may or may 59 <li>After saving is done the session manager signals all applications 62 session manager.</li> 64 session manager kills all remaining applications and finally lets the 70 process) provides an application's interface to the session manager. [all …]
|
H A D | XLayoutManager.idl | 66 interface elements which are bound to a layout manager. 69 Every user interface element which is controlled by a layout manager has 99 /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager. 102 specifies the frame that should be attached to the layout manager 105 A layout manager needs a <type scope="com::sun::star::frame">XFrame</type> to be 111 /** resets the layout manager and remove all of its internal user interface 116 be destroyed and the layout manager is reseted to a state after a 119 The layout manager itself calls reset after a component has been attached 125 /** provides the current docking area size of the layout manager. 485 provide <FALSE/> to make layout manager invisible otherwise this must be [all …]
|
H A D | LayoutManagerEvents.idl | 31 /** provides information about layout manager events 44 /** specifies that the layout manager processed a lock call, which 55 /** specifies that the layout manager processed an unlock call, which 66 /** specifies that the layout manager refreshed the layout of 76 /** specifies that the layout manager container frame window 86 /** specifies that the layout manager container frame window 96 /** A merged menu bar has been set at the layout manager.
|
H A D | XLayoutManagerEventBroadcaster.idl | 35 /** makes it possible to receive events from a layout manager. 44 /** adds a layout manager event listener to the object's listener list. 48 elements that are controlled by a layout manager. 52 /** removes a layout manager event listener from the object's listener 57 interface elements that are controlled by a layout manager.
|
H A D | XSessionManagerListener.idl | 36 /** doSave gets called when a save event was issued by the session manager 47 on the session manager client service object.</p> 69 interaction request was processed by the session manager 76 on the session manager client service object. 86 on the session manager client service object will
|
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | VclExplorer.java | 246 public void menuAboutToShow(IMenuManager manager) { in hookContextMenu() 247 VclExplorer.this.fillContextMenu(manager); in hookContextMenu() 261 private void fillLocalPullDown(IMenuManager manager) { in fillLocalPullDown() argument 262 manager.add(inspectAction); in fillLocalPullDown() 263 manager.add(new Separator()); in fillLocalPullDown() 264 manager.add(launchAction); in fillLocalPullDown() 267 private void fillContextMenu(IMenuManager manager) { in fillContextMenu() argument 268 manager.add(inspectAction); in fillContextMenu() 269 manager.add(launchAction); in fillContextMenu() 275 manager.add(inspectAction); in fillLocalToolBar() [all …]
|
/aoo42x/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 131 css::uno::Reference< css::container::XHierarchicalNameAccess > manager( in run() local 145 manager, css::uno::UNO_QUERY_THROW ); in run() 185 manager->getByHierarchicalName( in run() 197 manager->getByHierarchicalName( in run() 234 manager->getByHierarchicalName( in run() 268 manager->getByHierarchicalName( in run() 275 manager->getByHierarchicalName( in run() 284 manager->getByHierarchicalName( in run()
|
/aoo42x/main/offapi/com/sun/star/document/ |
H A D | XUndoManager.idl | 66 <p>An Undo manager can be locked and unlocked, using the <member>XLockable::lock</member> and 74 /** allows <a href="#locking">locking</a> the undo manager. 78 /** allows accessing the component, usually a document, which the undo manager works for. 89 …it will not be directly accessible at the Undo manager, not appear in any user interface, and cann… 118 manager, not appear in any user interface, and cannot be separately undone or re-done.</p> 160 …<p>The Undo manager takes ownership of any actions pushed onto the undo stack. This means that if … 161 …action is finally removed from the Undo manager's control (e.g. by calling <member>clear</member> … 191 of the undo manager will have been cleared. 216 of the undo manager will have been cleared. 295 /** resets the Undo manager [all …]
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 333 TypeManager const & manager): in ConstructiveType() argument 334 CppuType(reader, name, manager) {} in ConstructiveType() 348 TypeManager const & manager): in ServiceType() argument 349 ConstructiveType(reader, name, manager) {} in ServiceType() 372 TypeManager const & manager): in SingletonType() argument 373 ConstructiveType(reader, name, manager) {} in SingletonType()
|