LibreOffice
LibreOffice 24.8 SDK API Reference
|
a content provider which creates and manages XContents. More...
import <XContentProvider.idl;
Public Member Functions | |
com::sun::star::ucb::XContent | queryContent ([in] com::sun::star::ucb::XContentIdentifier Identifier) raises ( com::sun::star::ucb::IllegalIdentifierException ) |
creates a new XContent instance, if the given XContentIdentifier matches a content provided by the implementation of this interface. | |
long | compareContentIds ([in] com::sun::star::ucb::XContentIdentifier Id1, [in] com::sun::star::ucb::XContentIdentifier Id2) |
compares two XContentIdentifiers. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
a content provider which creates and manages XContents.
long compareContentIds | ( | [in] com::sun::star::ucb::XContentIdentifier | Id1, |
[in] com::sun::star::ucb::XContentIdentifier | Id2 ) |
compares two XContentIdentifiers.
Id1 | first content identifier. |
Id2 | second content identifier. |
0
is returned, if the identifiers are equal. A value less than 0
indicates, that the Id1 is less than Id2. A value greater than 0
is returned, if Id1 is greater than Id2. com::sun::star::ucb::XContent queryContent | ( | [in] com::sun::star::ucb::XContentIdentifier | Identifier | ) | ||
raises | ( | com::sun::star::ucb::IllegalIdentifierException ) |
creates a new XContent instance, if the given XContentIdentifier matches a content provided by the implementation of this interface.
Identifier | an identifier for the content to query. |
IllegalIdentifierException | if the given identifier does not match a content provided by the implementation of this interface |