DefaultProvider.idl (d1766043) DefaultProvider.idl (0d3a54ff)
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

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

48
49/**
50 is a <type>ConfigurationProvider</type>, that is
51 the default <type>ConfigurationProvider</type> for its
52 <type scope="com::sun::star::uno">XComponentContext</type>.
53
54 <p>This object is accessible as singleton within the context</p>.
55
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

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

48
49/**
50 is a <type>ConfigurationProvider</type>, that is
51 the default <type>ConfigurationProvider</type> for its
52 <type scope="com::sun::star::uno">XComponentContext</type>.
53
54 <p>This object is accessible as singleton within the context</p>.
55
56 @since OOo 1.1.2
56 @since OpenOffice 1.1.2
57*/
58published service DefaultProvider
59{
60 //-------------------------------------------------------------------------
61
62 /** characterizes the functionality.
63 */
64 service ConfigurationProvider ;

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

69 [optional] interface com::sun::star::util::XRefreshable;
70
71 /** Enables the data to be flushed from the in-memory cache to the backend(s).
72 */
73 [optional] interface com::sun::star::util::XFlushable;
74
75 /** Enable setting/getting locale for Provider
76
57*/
58published service DefaultProvider
59{
60 //-------------------------------------------------------------------------
61
62 /** characterizes the functionality.
63 */
64 service ConfigurationProvider ;

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

69 [optional] interface com::sun::star::util::XRefreshable;
70
71 /** Enables the data to be flushed from the in-memory cache to the backend(s).
72 */
73 [optional] interface com::sun::star::util::XFlushable;
74
75 /** Enable setting/getting locale for Provider
76
77 @since OOo 2.0
77 @since OpenOffice 2.0
78 */
79
80 [optional] interface com::sun::star::lang::XLocalizable;
81
82 /** Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
83
78 */
79
80 [optional] interface com::sun::star::lang::XLocalizable;
81
82 /** Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
83
84 @since OOo 2.0
84 @since OpenOffice 2.0
85 */
86
87 [optional,property] boolean EnableAsync;
88
89 //-------------------------------------------------------------------------
90} ;
91
92//=============================================================================
93
94} ; } ; } ; } ;
95
96#endif
85 */
86
87 [optional,property] boolean EnableAsync;
88
89 //-------------------------------------------------------------------------
90} ;
91
92//=============================================================================
93
94} ; } ; } ; } ;
95
96#endif