ModuleUICommandDescription.idl (d1766043) ModuleUICommandDescription.idl (f431c806)
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

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

38 a single module.
39
40 <p>
41 Every OpenOffice.org module has an amount of commands that can be used by
42 user interface elements. This service provides access to the user interface commands
43 that are part of a single OpenOffice.org module, like Writer or Calc.
44 </p>
45
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

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

38 a single module.
39
40 <p>
41 Every OpenOffice.org module has an amount of commands that can be used by
42 user interface elements. This service provides access to the user interface commands
43 that are part of a single OpenOffice.org module, like Writer or Calc.
44 </p>
45
46 @since OOo 2.0
46 @since OpenOffice 2.0
47*/
48
49service ModuleUICommandDescription
50{
51 /** provides access to user interface commands of an installed module.
52
53 <p>
54 An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which

--- 26 unchanged lines hidden ---
47*/
48
49service ModuleUICommandDescription
50{
51 /** provides access to user interface commands of an installed module.
52
53 <p>
54 An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which

--- 26 unchanged lines hidden ---