LibreOffice
LibreOffice 5.0 SDK API Reference
|
special dispatcher for non visible contents, e.g. More...
import "ContentHandler.idl";
Exported Interfaces | |
interface | XNotifyingDispatch |
provides handling of dispatches with defined result state More... | |
Additional Inherited Members | |
![]() | |
void | dispatchWithNotification ([in] com::sun::star::util::URL URL,[in] sequence< com::sun::star::beans::PropertyValue > Arguments,[in] XDispatchResultListener Listener) |
Do the same like XDispatch::dispatch() but notifies listener in every case. More... | |
special dispatcher for non visible contents, e.g.
sounds
This handler doesn't need any frame as target for loading components. Content handler are registered for content types. (See type/filter configuration of com::sun::star::document::TypeDetection for further information) If generic load mechanism found such documents which can be handled by a ContentHandler it will create and use it.
interface XNotifyingDispatch |
provides handling of dispatches with defined result state
Base interface of XNotifyingDispatch is XDispatch and can be called for requests if result isn't necessary for dispatch operation.