OfflineBackend.idl (0d3a54ff) OfflineBackend.idl (6e9cccf4)
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 @since OpenOffice 1.1.2
44*/
45published service OfflineBackend
46{
47 //-------------------------------------------------------------------------
48
49 /** provides access to configuration data from a <type>SingleBackend</type>.
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 @since OpenOffice 1.1.2
44*/
45published service OfflineBackend
46{
47 //-------------------------------------------------------------------------
48
49 /** provides access to configuration data from a <type>SingleBackend</type>.
50
51 <p>If no backend is provided during initalization or if the context
51 <p>If no backend is provided during initialization or if the context
52 contains an <code>Offline</code> flag that is <TRUE/>, then offline mode
53 is activated. This may fail, if the offline cache has not been filled
54 during a previous execution.
55 </p>
56 <p>Less entities may be available from <type>XBackendEntities</type>,
57 when operating in offline mode than when operating with an online
58 <type>SingleBackend</type>.
59 </p>

--- 15 unchanged lines hidden ---
52 contains an <code>Offline</code> flag that is <TRUE/>, then offline mode
53 is activated. This may fail, if the offline cache has not been filled
54 during a previous execution.
55 </p>
56 <p>Less entities may be available from <type>XBackendEntities</type>,
57 when operating in offline mode than when operating with an online
58 <type>SingleBackend</type>.
59 </p>

--- 15 unchanged lines hidden ---