exception AmbigousFilterRequest in module com::sun::star::document::

(Global Index)

Syntax

exception AmbigousFilterRequest : com::sun::star::uno::Exception ;

Description

should be used for interaction to handle states of ambigous filter detection to ask user of operation for his decision

Field Summary

URL transport URL which couldn't be detected right

SelectedFilter two filters as possible result of user decision

DetectedFilter

Field Details



URL

Syntax

string URL;

Description

transport URL which couldn't be detected right


SelectedFilter

Syntax

string SelectedFilter;

Description

two filters as possible result of user decision


DetectedFilter

Syntax

string DetectedFilter;
Top of Page