interface XPlugin in module com::sun::star::plugin::

(Global Index)

Syntax

interface XPlugin : com::sun::star::uno::XInterface ;

Description

allows the container to control the plugin.

Method Summary

provideNewStream tells the plugin instance that a new stream is requested.

Method Details



provideNewStream

Syntax

boolean provideNewStream (
string mimetype,
com::sun::star::io::XActiveDataSource aSource,
string url,
long length,
long lastmodified,
boolean isfile )
raises ( com::sun::star::plugin::PluginException );

Description

tells the plugin instance that a new stream is requested.

Top of Page