LibreOffice Module framework (master) 1
|
#include <classes/protocolhandlercache.hxx>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/frame/DispatchDescriptor.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
Go to the source code of this file.
Classes | |
class | framework::DispatchProvider |
implement a helper for XDispatchProvider interface @descr The result of a queryDispatch() call depends from the owner, which use an instance of this class. More... | |
Namespaces | |
namespace | framework |
Enumerations | |
enum | framework::EDispatchHelper { framework::E_DEFAULTDISPATCHER , framework::E_CREATEDISPATCHER , framework::E_BLANKDISPATCHER , framework::E_SELFDISPATCHER , framework::E_CLOSEDISPATCHER , framework::E_STARTMODULEDISPATCHER } |
@descr We know some special dispatch objects with different functionality. More... | |