LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a content with a type and an identifier, which is able to manage listeners for events that are related to contents. More...
import"XContent.idl";
Public Member Functions | |
com::sun::star::ucb::XContentIdentifier | getIdentifier () |
returns the identifier of the content. More... | |
string | getContentType () |
returns a type string, which is unique for that type of content (e.g. More... | |
void | addContentEventListener ([in] com::sun::star::ucb::XContentEventListener Listener) |
adds a listener for content events. More... | |
void | removeContentEventListener ([in] com::sun::star::ucb::XContentEventListener Listener) |
removes a listener for content events. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
specifies a content with a type and an identifier, which is able to manage listeners for events that are related to contents.
void addContentEventListener | ( | [in] com::sun::star::ucb::XContentEventListener | Listener | ) |
string getContentType | ( | ) |
returns a type string, which is unique for that type of content (e.g.
"application/vnd.sun.star.hierarchy-folder").
com::sun::star::ucb::XContentIdentifier getIdentifier | ( | ) |
returns the identifier of the content.
void removeContentEventListener | ( | [in] com::sun::star::ucb::XContentEventListener | Listener | ) |
removes a listener for content events.
Listener | the listener to remove. |