XModule.idl (c4dc0a1a) XModule.idl (2e3a1b6e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39//===============================================
40
41module com { module sun { module star { module frame {
42
43//===============================================
44/** can be used to overrule identification of office modules.
45
46 <p>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39//===============================================
40
41module com { module sun { module star { module frame {
42
43//===============================================
44/** can be used to overrule identification of office modules.
45
46 <p>
47 Normaly an office module will be identified by it's service name
47 Normally an office module will be identified by its service name
48 in combination with a set of configuration data.
49 But sometimes whole existing office modules will be used as black box components
50 to implement a different office module on top of it. Patching a service name
51 is not possible. So this optional interface can be used to overwrite identification
52 of a module.
53 </p>
54
55 @see XModuleManager

--- 20 unchanged lines hidden ---
48 in combination with a set of configuration data.
49 But sometimes whole existing office modules will be used as black box components
50 to implement a different office module on top of it. Patching a service name
51 is not possible. So this optional interface can be used to overwrite identification
52 of a module.
53 </p>
54
55 @see XModuleManager

--- 20 unchanged lines hidden ---