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

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

42 describes the internal structure of a configurable user interface element.
43
44 <p>
45 No assumption is made about any graphical representation:
46 You could have a menu or a toolbar working with the same UIElementSettings
47 although limitations based on the real user interface element may be visible.
48 </p>
49
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

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

42 describes the internal structure of a configurable user interface element.
43
44 <p>
45 No assumption is made about any graphical representation:
46 You could have a menu or a toolbar working with the same UIElementSettings
47 although limitations based on the real user interface element may be visible.
48 </p>
49
50 @since OOo 2.0
50 @since OpenOffice 2.0
51*/
52service UIElementSettings
53{
54 /** provides access to the structure of the user interface element.
55
56 <p>
57 The container contains the items of the user interface element. Every
58 item is stored as a sequence of <type scope="com::sun::star::beans">PropertyValue</type>.

--- 32 unchanged lines hidden ---
51*/
52service UIElementSettings
53{
54 /** provides access to the structure of the user interface element.
55
56 <p>
57 The container contains the items of the user interface element. Every
58 item is stored as a sequence of <type scope="com::sun::star::beans">PropertyValue</type>.

--- 32 unchanged lines hidden ---