XStringResourceWithLocation.idl (d1766043) | XStringResourceWithLocation.idl (a893be29) |
---|---|
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 --- 53 unchanged lines hidden (view full) --- 62 63 <p> 64 This call has to be used carefully as it removes the location 65 previously connected to the StringResourceWithStorage. It may 66 force the implementation to reload data from the previous 67 location before releasing it. The StringResourceManager will 68 be modified after calling this method as the data isn't stored 69 to the new location yet. <member>storeAsURL</member> should | 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 --- 53 unchanged lines hidden (view full) --- 62 63 <p> 64 This call has to be used carefully as it removes the location 65 previously connected to the StringResourceWithStorage. It may 66 force the implementation to reload data from the previous 67 location before releasing it. The StringResourceManager will 68 be modified after calling this method as the data isn't stored 69 to the new location yet. <member>storeAsURL</member> should |
70 be prefered as it directly stores the data to the new location | 70 be preferred as it directly stores the data to the new location |
71 and afterwards this location is in sync with the resource data. 72 </p> 73 74 @throws <type scope="com::sun::star::lang">IllegalArgumentException</type> 75 if an empty string is passed as URL 76 */ 77 void setURL( [in] string URL ) 78 raises( ::com::sun::star::lang::IllegalArgumentException ); 79}; 80 81//============================================================================= 82 83}; }; }; }; 84 85#endif | 71 and afterwards this location is in sync with the resource data. 72 </p> 73 74 @throws <type scope="com::sun::star::lang">IllegalArgumentException</type> 75 if an empty string is passed as URL 76 */ 77 void setURL( [in] string URL ) 78 raises( ::com::sun::star::lang::IllegalArgumentException ); 79}; 80 81//============================================================================= 82 83}; }; }; }; 84 85#endif |