LibreOffice Module framework (master) 1
Namespaces | Functions | Variables
closedispatcher.cxx File Reference
#include <dispatch/closedispatcher.hxx>
#include <pattern/frame.hxx>
#include <framework/framelistanalyzer.hxx>
#include <services.h>
#include <com/sun/star/bridge/BridgeFactory.hpp>
#include <com/sun/star/bridge/XBridgeFactory2.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/DispatchResultState.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/CommandGroup.hpp>
#include <com/sun/star/frame/StartModule.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/document/XActionLockable.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <osl/diagnose.h>
#include <utility>
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
#include <vcl/syswin.hxx>
#include <unotools/moduleoptions.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for closedispatcher.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Functions

 framework::IMPL_LINK_NOARG (CloseDispatcher, impl_asyncCallback, LinkParamNone *, void)
 asynchronous callback @descr We start all actions inside this object asynchronous (see comments there). More...
 

Variables

constexpr OUStringLiteral framework::URL_CLOSEDOC = u".uno:CloseDoc"
 
constexpr OUStringLiteral framework::URL_CLOSEWIN = u".uno:CloseWin"
 
const char framework::URL_CLOSEFRAME [] = ".uno:CloseFrame"