XPersistentLibraryContainer.idl (d1766043) | XPersistentLibraryContainer.idl (96af39f7) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 44 45 <p>The type of persistence of the container elements is not defined here, 46 but in derived interfaces or services using 47 <code>XPersistentLibraryContainer</code>.</p> 48 49 <p>The actual libraries are stored in some object - a sub folder, or a sub storage, 50 for example - below the root location.</p> 51 | 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 --- 35 unchanged lines hidden (view full) --- 44 45 <p>The type of persistence of the container elements is not defined here, 46 but in derived interfaces or services using 47 <code>XPersistentLibraryContainer</code>.</p> 48 49 <p>The actual libraries are stored in some object - a sub folder, or a sub storage, 50 for example - below the root location.</p> 51 |
52 @since OOo 2.3 | 52 @since OpenOffice 2.3 |
53 */ 54interface XPersistentLibraryContainer 55{ 56 interface ::com::sun::star::util::XModifiable; 57 interface XLibraryContainer2; 58 59 /** denotes the root location associated with the container. 60 --- 40 unchanged lines hidden --- | 53 */ 54interface XPersistentLibraryContainer 55{ 56 interface ::com::sun::star::util::XModifiable; 57 interface XLibraryContainer2; 58 59 /** denotes the root location associated with the container. 60 --- 40 unchanged lines hidden --- |