LibreOffice Module cui (master) 1
|
#include <memory>
#include <string_view>
#include <utility>
#include <sfx2/objsh.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <scriptdlg.hxx>
#include <dialmgr.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/script/provider/ScriptFrameworkErrorException.hpp>
#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp>
#include <com/sun/star/script/provider/XScriptProvider.hpp>
#include <com/sun/star/script/browse/BrowseNodeTypes.hpp>
#include <com/sun/star/script/browse/XBrowseNodeFactory.hpp>
#include <com/sun/star/script/browse/BrowseNodeFactoryViewTypes.hpp>
#include <com/sun/star/script/browse/theBrowseNodeFactory.hpp>
#include <com/sun/star/script/provider/ScriptErrorRaisedException.hpp>
#include <com/sun/star/script/provider/ScriptExceptionRaisedException.hpp>
#include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/document/XEmbeddedScripts.hpp>
#include <comphelper/lok.hxx>
#include <comphelper/SetFlagContextHelper.hxx>
#include <comphelper/documentinfo.hxx>
#include <comphelper/processfactory.hxx>
#include <o3tl/string_view.hxx>
#include <svtools/imagemgr.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (SvxScriptOrgDialog, ExpandingHdl, const weld::TreeIter &, rIter, bool) | |
IMPL_LINK_NOARG (SvxScriptOrgDialog, ScriptSelectHdl, weld::TreeView &, void) | |
IMPL_LINK (SvxScriptOrgDialog, ButtonHdl, weld::Button &, rButton, void) | |
IMPL_STATIC_LINK (SvxScriptErrorDialog, ShowDialog, void *, p, void) | |
IMPL_LINK | ( | SvxScriptOrgDialog | , |
ButtonHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 539 of file scriptdlg.cxx.
References args, Exception, SFEntry::GetModel(), SFEntry::GetNode(), m_xDialog, RET_CANCEL, SvxScriptErrorDialog::ShowAsyncErrorDialog(), TOOLS_WARN_EXCEPTION, and xModel.
IMPL_LINK | ( | SvxScriptOrgDialog | , |
ExpandingHdl | , | ||
const weld::TreeIter & | , | ||
rIter | , | ||
bool | |||
) |
Definition at line 323 of file scriptdlg.cxx.
References SFEntry::GetModel(), SFEntry::GetNode(), SFEntry::isLoaded(), and SFEntry::setLoaded().
IMPL_LINK_NOARG | ( | SvxScriptOrgDialog | , |
ScriptSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 523 of file scriptdlg.cxx.
References SFEntry::GetNode().
IMPL_STATIC_LINK | ( | SvxScriptErrorDialog | , |
ShowDialog | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 1312 of file scriptdlg.cxx.
References Application::CreateMessageDialog(), CuiResId(), and p.