#include "moduldlg.hxx"
#include <basidesh.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <iderdll.hxx>
#include "iderdll2.hxx"
#include <iderid.hxx>
#include <basobj.hxx>
#include <svx/passwd.hxx>
#include <ucbhelper/content.hxx>
#include <rtl/uri.hxx>
#include <sfx2/app.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/request.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/viewfrm.hxx>
#include <svl/stritem.hxx>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <com/sun/star/io/Pipe.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/script/DocumentScriptLibraryContainer.hpp>
#include <com/sun/star/script/DocumentDialogLibraryContainer.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>
#include <com/sun/star/script/XLibraryContainerExport.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/packages/manifest/ManifestWriter.hpp>
#include <unotools/pathoptions.hxx>
#include <com/sun/star/util/VetoException.hpp>
#include <com/sun/star/script/ModuleSizeExceededRequest.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <o3tl/string_view.hxx>
#include <cassert>
Go to the source code of this file.
|
| basctl::IMPL_LINK_NOARG (NewObjectDialog, OkButtonHandler, weld::Button &, void) |
|
| basctl::IMPL_LINK_NOARG (GotoLineDialog, OkButtonHandler, weld::Button &, void) |
|
| basctl::IMPL_LINK_NOARG (ExportDialog, OkButtonHandler, weld::Button &, void) |
|
| basctl::IMPL_LINK (LibPage, EditingEntryHdl, const weld::TreeIter &, rIter, bool) |
|
| basctl::IMPL_LINK (LibPage, EditedEntryHdl, const IterString &, rIterString, bool) |
|
| basctl::IMPL_LINK_NOARG (LibPage, TreeListHighlightHdl, weld::TreeView &, void) |
|
| basctl::IMPL_LINK_NOARG (LibPage, BasicSelectHdl, weld::ComboBox &, void) |
|
| basctl::IMPL_LINK (LibPage, ButtonHdl, weld::Button &, rButton, void) |
|
| basctl::IMPL_LINK (LibPage, CheckPasswordHdl, SvxPasswordDialog *, pDlg, bool) |
|
void | basctl::createLibImpl (weld::Window *pWin, const ScriptDocument &rDocument, weld::TreeView *pLibBox, SbTreeListBox *pBasicBox) |
|
◆ m_xHandler
Reference< task::XInteractionHandler2 > m_xHandler |
|
private |
◆ mxInteraction
Reference< task::XInteractionHandler > mxInteraction |
|
private |