LibreOffice Module svx (master) 1
|
#include "SafeModeDialog.hxx"
#include <osl/file.hxx>
#include <sfx2/safemode.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/ZipPackageHelper.hxx>
#include <unotools/configmgr.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <svx/FileExportedDialog.hxx>
#include <officecfg/Office/Common.hxx>
#include <com/sun/star/task/OfficeRestartManager.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
Go to the source code of this file.
Functions | |
IMPL_LINK (SafeModeDialog, RadioBtnHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK (SafeModeDialog, DialogBtnHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (SafeModeDialog, CreateZipBtnHdl, weld::Button &,, void) | |
IMPL_LINK (SafeModeDialog, CheckBoxHdl, weld::Toggleable &,, void) | |
IMPL_LINK | ( | SafeModeDialog | , |
CheckBoxHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 292 of file SafeModeDialog.cxx.
IMPL_LINK | ( | SafeModeDialog | , |
CreateZipBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 269 of file SafeModeDialog.cxx.
References utl::ZipPackageHelper::addFolderWithContent(), Application::CreateMessageDialog(), comphelper::getProcessComponentContext(), utl::ZipPackageHelper::getRootFolder(), comphelper::BackupFileHelper::getUserProfileURL(), comphelper::BackupFileHelper::getUserProfileWorkURL(), m_xDialog, weld::DialogController::run(), utl::ZipPackageHelper::savePackage(), and SvxResId().
IMPL_LINK | ( | SafeModeDialog | , |
DialogBtnHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 247 of file SafeModeDialog.cxx.
References comphelper::getProcessComponentContext(), m_xDialog, sfx2::SafeMode::putRestartFlag(), and RET_CLOSE.
IMPL_LINK | ( | SafeModeDialog | , |
RadioBtnHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 196 of file SafeModeDialog.cxx.