:: com :: sun :: star :: script ::
|
deprecated |
interface XStarBasicLibraryInfo |
|
|
|
- Usage Restrictions
- deprecated
- Description
- Interface representing a library and provides access to its modules
|
Methods' Summary |
getName |
returns the library's name
|
getModuleContainer |
returns
the module container giving access to the modules stored in the library.
The container has to be returned in any case, no matter if the library is
stored embedded, external, or linked.
|
getDialogContainer |
returns
the dialog container giving access to the dialogs stored in the library.
The container has to be returned in any case, no matter if the library is
stored embedded, external, or linked.
|
getPassword |
returns
the password, if the library is protected with one,
an empty string otherwise.
|
getExternalSourceURL |
returns an
URL describing the location where the library is stored if the library
is stored separately (for example not in the main XML file but in a
special library format file), an empty string otherwise.
This information can be useful to optimize the access to the library,
e.g., for loading on demand.
|
getLinkTargetURL |
returns an
URL describing the location of the library linked to.
|
Methods' Details |
getName
- Description
- returns the library's name
|
|
getModuleContainer
- Description
- returns
the module container giving access to the modules stored in the library.
The container has to be returned in any case, no matter if the library is
stored embedded, external, or linked.
- See also
- getExternalSourceURL, getLinkTargetURL
|
|
getDialogContainer
- Description
- returns
the dialog container giving access to the dialogs stored in the library.
The container has to be returned in any case, no matter if the library is
stored embedded, external, or linked.
- See also
- getExternalSourceURL, getLinkTargetURL
|
|
getPassword
- Description
- returns
the password, if the library is protected with one,
an empty string otherwise.
|
|
getExternalSourceURL
string |
getExternalSourceURL(); |
- Description
- returns an
URL describing the location where the library is stored if the library
is stored separately (for example not in the main XML file but in a
special library format file), an empty string otherwise.
This information can be useful to optimize the access to the library,
e.g., for loading on demand.
|
|
getLinkTargetURL
string |
getLinkTargetURL(); |
- Description
- returns an
URL describing the location of the library linked to.
HINT: This method can be removed when there is a generic interface
for linking. Then the implementation will simply support this
"XLinked" interface and it can be checked by queryInterface().
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.