XUIConfiguration.idl (d1766043) XUIConfiguration.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 interface configuration managers which need to broadcast changes
39 within the container; that means the actions of adding, replacing
40 and removing elements are broadcast to listeners.
41 </p>
42
43 <p>This can be useful for UI to enable/disable some functions without
44 actually accessing the data.</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 interface configuration managers which need to broadcast changes
39 within the container; that means the actions of adding, replacing
40 and removing elements are broadcast to listeners.
41 </p>
42
43 <p>This can be useful for UI to enable/disable some functions without
44 actually accessing the data.</p>
45
46 @since OOo 2.0
46 @since OpenOffice 2.0
47*/
48
49published interface XUIConfiguration : ::com::sun::star::uno::XInterface
50{
51 /** adds the specified listener to receive events when elements are
52 changed, inserted or removed.
53
54 <p>

--- 27 unchanged lines hidden ---
47*/
48
49published interface XUIConfiguration : ::com::sun::star::uno::XInterface
50{
51 /** adds the specified listener to receive events when elements are
52 changed, inserted or removed.
53
54 <p>

--- 27 unchanged lines hidden ---