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

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

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

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

37/** a service which provides information about user interface commands of modules.
38
39 <p>
40 OpenOffice.org has an amount of commands that can be used by user interface
41 elements. This service provides access to the user interface commands that
42 are part of OpenOffice.org modules, like Writer or Calc.
43 </p>
44
45 @since OOo 2.0
45 @since OpenOffice 2.0
46*/
47
48service UICommandDescription
49{
50 /** provides access to user interface commands of the installed modules.
51
52 <p>
53 To access the user interface command description of a module, a unique module specifier

--- 14 unchanged lines hidden ---
46*/
47
48service UICommandDescription
49{
50 /** provides access to user interface commands of the installed modules.
51
52 <p>
53 To access the user interface command description of a module, a unique module specifier

--- 14 unchanged lines hidden ---