DocumentScriptLibraryContainer.idl (d1766043) DocumentScriptLibraryContainer.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

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

39
40module com { module sun { module star { module script {
41
42//=============================================================================
43
44/** defines a container of StarBasic script libraries, which is to be made
45 persistent in a sub storage of a document storage.
46
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

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

39
40module com { module sun { module star { module script {
41
42//=============================================================================
43
44/** defines a container of StarBasic script libraries, which is to be made
45 persistent in a sub storage of a document storage.
46
47 @since OOo 2.3
47 @since OpenOffice 2.3
48 */
49service DocumentScriptLibraryContainer : XStorageBasedLibraryContainer
50{
51 /** creates an instance of the <code>DocumentScriptLibraryContainer</code>, belonging to a document
52
53 <p>The current storage of the document will be set as initial root storage
54 (see <member>XPersistentLibraryContainer::RootStorage</member>) of the container.</p>
55

--- 24 unchanged lines hidden ---
48 */
49service DocumentScriptLibraryContainer : XStorageBasedLibraryContainer
50{
51 /** creates an instance of the <code>DocumentScriptLibraryContainer</code>, belonging to a document
52
53 <p>The current storage of the document will be set as initial root storage
54 (see <member>XPersistentLibraryContainer::RootStorage</member>) of the container.</p>
55

--- 24 unchanged lines hidden ---