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

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

43#include <com/sun/star/ui/XUIConfigurationStorage.idl>
44#endif
45
46module com { module sun { module star { module ui {
47
48/** specifies a user interface configuration manager which controls
49 all customizeable user interface elements of an object.
50
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

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

43#include <com/sun/star/ui/XUIConfigurationStorage.idl>
44#endif
45
46module com { module sun { module star { module ui {
47
48/** specifies a user interface configuration manager which controls
49 all customizeable user interface elements of an object.
50
51 @since OOo 2.0
51 @since OpenOffice 2.0
52*/
53
54service UIConfigurationManager
55{
56 /** provides access to set a storage and to check if a storage has been
57 associated to the user interface configuration manager.
58 */
59 interface com::sun::star::ui::XUIConfigurationStorage;

--- 31 unchanged lines hidden ---
52*/
53
54service UIConfigurationManager
55{
56 /** provides access to set a storage and to check if a storage has been
57 associated to the user interface configuration manager.
58 */
59 interface com::sun::star::ui::XUIConfigurationStorage;

--- 31 unchanged lines hidden ---