LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
AmbigousFilterRequest Exception Referencepublished

should be used for interaction to handle states of ambiguous filter detection More...

import"AmbigousFilterRequest.idl";

Inheritance diagram for AmbigousFilterRequest:
Exception

Public Attributes

string URL
 transport URL which couldn't be detected right More...
 
string SelectedFilter
 transport the preselected filter More...
 
string DetectedFilter
 transport the real detected filter, which stands in conflict to the pre selected one More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed Description

should be used for interaction to handle states of ambiguous filter detection

This exception indicates, that generic filter detection can't decide which of two filters is the right one. In this case an interaction will be made. Given URL can be used to decide between given two filters. Decision can be made e.g. by a dialog, on which the user must select one of these filters. A possible continuation of type XInteractionFilterSelect transport this decision back to source of started interaction.

See also
XInteractionFilterSelect

Member Data Documentation

◆ DetectedFilter

string DetectedFilter

transport the real detected filter, which stands in conflict to the pre selected one

◆ SelectedFilter

string SelectedFilter

transport the preselected filter

◆ URL

string URL

transport URL which couldn't be detected right


The documentation for this exception was generated from the following file: