Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: document ::

interface XInteractionFilterSelect
Base Interfaces
XInteractionFilterSelect
┗ ::com::sun::star::task::XInteractionContinuation

::com::sun::star::task::XInteractionContinuation
(referenced interface's summary:)
Specifies a way of how to continue from an ::com::sun::star::task::XInteractionRequest.
Description
continuation used by interaction mechanism at filter detection during loading documents

If during loading time the filter can't be detected and wasn't given at calling time, a possible ::com::sun::star::task::InteractionHandler will be used. (it's a a part of used MediaDescriptor) A NoSuchFilterRequest will be used then to start right interaction on that to get a decision wich filter should be used for given URL. A possible continiuation of that can be this XInteractionFilterSelect. It will transport the decision back to generic filter detection and force using of it. Of course it's possible to abort the loading process by use another continuation ::com::sun::star::task::XInteractionAbort.

See also
MediaDescriptor, ::com::sun::star::task::InteractionHandler, NoSuchFilterRequest, ::com::sun::star::task::XInteractionAbort

Methods' Summary
setFilter used by interaction to set selected filter  
getFilter used by detection to get selected filter  
Methods' Details
setFilter
void
setFilter( [in] string  Name );

Description
used by interaction to set selected filter

This value must be save till another one will be set and must be provided on getFilter() for interest users.

getFilter
string
getFilter();

Description
used by detection to get selected filter
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.