:: com :: sun :: star :: script ::

interface XLibraryContainer3
Base Interfaces
XLibraryContainer3XLibraryContainer2XLibraryContainer
      ┗ ::com::sun::star::container::XNameAccess
         ┗ ::com::sun::star::container::XElementAccess

XLibraryContainer2
(referenced interface's summary:)
Extension of XLibraryContainer to provide additional information about the libraries contained in a library container
Description
Extension of XLibraryContainer2.

Methods' Summary
getOriginalLibraryLinkURL returns the location of the library link target. The returned URL is literally the same as the one provided in XLibraryContainer::createLibraryLink. Otherwise the behavior is the same as XLibraryContainer2::getLibraryLinkURL  
Methods' Details
getOriginalLibraryLinkURL
string
getOriginalLibraryLinkURL( [in] string  Name )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::NoSuchElementException );

Description
returns the location of the library link target. The returned URL is literally the same as the one provided in XLibraryContainer::createLibraryLink. Otherwise the behavior is the same as XLibraryContainer2::getLibraryLinkURL
Top of Page