LibreOffice Module sfx2 (master) 1
|
#include <autoredactdialog.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/strings.hrc>
#include <osl/file.hxx>
#include <sal/log.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <unotools/viewoptions.hxx>
#include <o3tl/string_view.hxx>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <boost/property_tree/json_parser.hpp>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, Load, weld::Button &, void) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, Save, weld::Button &, void) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, AddHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, EditHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, DoubleClickEditHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, DeleteHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, LoadHdl, sfx2::FileDialogHelper *, void) | |
IMPL_LINK_NOARG (SfxAutoRedactDialog, SaveHdl, sfx2::FileDialogHelper *, void) | |
IMPL_LINK_NOARG (SfxAddTargetDialog, SelectTypeHdl, weld::ComboBox &, void) | |
Variables | |
constexpr OUStringLiteral | FILEDIALOG_FILTER_JSON = u"*.json" |
IMPL_LINK_NOARG | ( | SfxAddTargetDialog | , |
SelectTypeHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 648 of file autoredactdialog.cxx.
References m_xContent.
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
AddHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 196 of file autoredactdialog.cxx.
References Application::CreateMessageDialog(), SfxAddTargetDialog::getContent(), SfxAddTargetDialog::getName(), SfxAddTargetDialog::getType(), SfxAddTargetDialog::isCaseSensitive(), SfxAddTargetDialog::isWholeWords(), REDACTION_TARGET_UNKNOWN, RET_OK, weld::DialogController::run(), SfxResId(), and RedactionTarget::sName.
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 324 of file autoredactdialog.cxx.
References Application::CreateMessageDialog(), i, RET_CANCEL, and SfxResId().
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
DoubleClickEditHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 318 of file autoredactdialog.cxx.
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
EditHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 251 of file autoredactdialog.cxx.
References RedactionTarget::bCaseSensitive, RedactionTarget::bWholeWords, Application::CreateMessageDialog(), SfxAddTargetDialog::getContent(), SfxAddTargetDialog::getName(), SfxAddTargetDialog::getType(), SfxAddTargetDialog::isCaseSensitive(), SfxAddTargetDialog::isWholeWords(), REDACTION_TARGET_UNKNOWN, RET_OK, weld::DialogController::run(), RedactionTarget::sContent, SfxResId(), RedactionTarget::sName, and RedactionTarget::sType.
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
Load | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 183 of file autoredactdialog.cxx.
References SfxResId().
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
LoadHdl | , | ||
sfx2::FileDialogHelper * | , | ||
void | |||
) |
Definition at line 385 of file autoredactdialog.cxx.
References ERRCODE_NONE, OUStringToOString(), and SAL_WARN.
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
Save | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 190 of file autoredactdialog.cxx.
References SfxResId().
IMPL_LINK_NOARG | ( | SfxAutoRedactDialog | , |
SaveHdl | , | ||
sfx2::FileDialogHelper * | , | ||
void | |||
) |
Definition at line 430 of file autoredactdialog.cxx.
References ERRCODE_NONE, OUStringToOString(), and SAL_WARN.
|
constexpr |
Definition at line 27 of file autoredactdialog.cxx.
Referenced by SfxAutoRedactDialog::StartFileDialog().