LibreOffice
LibreOffice 5.1 SDK API Reference
|
This interface allows the container, e.g. More...
import"XPlugin.idl";
Public Member Functions | |
boolean | provideNewStream ([in] string mimetype, [in] com::sun::star::io::XActiveDataSource aSource, [in] string url, [in] long length, [in] long lastmodified, [in] boolean isfile) raises ( com::sun::star::plugin::PluginException ) |
Tells the plugin instance that a new stream is requested. More... | |
![]() | |
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... | |
This interface allows the container, e.g.
document to control the plugin.
boolean provideNewStream | ( | [in] string | mimetype, |
[in] com::sun::star::io::XActiveDataSource | aSource, | ||
[in] string | url, | ||
[in] long | length, | ||
[in] long | lastmodified, | ||
[in] boolean | isfile | ||
) | |||
raises | ( | com::sun::star::plugin::PluginException | |
) |
Tells the plugin instance that a new stream is requested.
mimetype | mime type of provided data |
aSource | data source |
url | url |
length | number of bytes (if file) |
lastmodified | time stamp of last modification (if file) |
isfile | whether data comes from a file |