LibreOffice Module sfx2 (master) 1
|
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <sfx2/app.hxx>
#include <sfx2/frame.hxx>
#include <basic/sberrors.hxx>
#include <svl/svdde.hxx>
#include <unotools/configmgr.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <com/sun/star/uri/XVndSunStarScriptUrl.hpp>
#include <basic/basmgr.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sfx2/sfxhelp.hxx>
#include <sfx2/progress.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx>
#include <appdata.hxx>
#include <sfx2/module.hxx>
#include <sfx2/event.hxx>
#include <workwin.hxx>
#include <sfx2/sidebar/Theme.hxx>
#include <sfx2/tbxctrl.hxx>
#include <sfx2/sfxdlg.hxx>
#include <sfx2/stbitem.hxx>
#include <sfx2/dockwin.hxx>
#include <officecfg/Office/Common.hxx>
#include <rtl/strbuf.hxx>
#include <memory>
#include <mutex>
#include <framework/sfxhelperfunctions.hxx>
#include <fwkhelper.hxx>
#include "getbasctlfunction.hxx"
Go to the source code of this file.
Functions | |
IMPL_STATIC_LINK (SfxApplication, GlobalBasicErrorHdl_Impl, StarBASIC *, pStarBasic, bool) | |
Variables | |
static SfxApplication * | g_pSfxApplication = nullptr |
IMPL_STATIC_LINK | ( | SfxApplication | , |
GlobalBasicErrorHdl_Impl | , | ||
StarBASIC * | , | ||
pStarBasic | , | ||
bool | |||
) |
Definition at line 402 of file app.cxx.
References basicide_handle_basic_error(), Application::CreateMessageDialog(), ErrorStringFactory::CreateString(), SfxViewFrame::Current(), StarBASIC::GetErrorCode(), ErrorInfo::GetErrorInfo(), SfxViewFrame::GetFrameWeld(), GetpApp(), and comphelper::LibreOfficeKit::isActive().
|
static |
Definition at line 64 of file app.cxx.
Referenced by SfxApplication::Get(), SfxApplication::GetModule(), SfxApplication::GetOrCreate(), SfxApplication::SetModule(), and SfxApplication::~SfxApplication().