interface XExtendedFilterDetection in module com::sun::star::frame::

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

extended filter detection for frame loader factories.

Method Summary

detect control agreement of a frameloader with given URL or arguments

Method Details



detect

Syntax

string detect (
string sURL,
sequence< com::sun::star::beans::PropertyValue > aArgumentlist );

Description

control agreement of a frameloader with given URL or arguments

Implement it as an extra service for your frameloader to give information about your responsibility for a given URL. If you can handle these documents return a valid name for a filter or an empty string otherwise.

Top of Page