LibreOffice Module sfx2 (master) 1
Functions | Variables
autoredactdialog.cxx File Reference
#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>
Include dependency graph for autoredactdialog.cxx:

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"
 

Function Documentation

◆ IMPL_LINK_NOARG() [1/9]

IMPL_LINK_NOARG ( SfxAddTargetDialog  ,
SelectTypeHdl  ,
weld::ComboBox ,
void   
)

Definition at line 648 of file autoredactdialog.cxx.

References m_xContent.

◆ IMPL_LINK_NOARG() [2/9]

IMPL_LINK_NOARG ( SfxAutoRedactDialog  ,
AddHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [3/9]

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() [4/9]

IMPL_LINK_NOARG ( SfxAutoRedactDialog  ,
DoubleClickEditHdl  ,
weld::TreeView ,
bool   
)

Definition at line 318 of file autoredactdialog.cxx.

◆ IMPL_LINK_NOARG() [5/9]

IMPL_LINK_NOARG ( SfxAutoRedactDialog  ,
EditHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [6/9]

IMPL_LINK_NOARG ( SfxAutoRedactDialog  ,
Load  ,
weld::Button ,
void   
)

Definition at line 183 of file autoredactdialog.cxx.

References SfxResId().

◆ IMPL_LINK_NOARG() [7/9]

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() [8/9]

IMPL_LINK_NOARG ( SfxAutoRedactDialog  ,
Save  ,
weld::Button ,
void   
)

Definition at line 190 of file autoredactdialog.cxx.

References SfxResId().

◆ IMPL_LINK_NOARG() [9/9]

IMPL_LINK_NOARG ( SfxAutoRedactDialog  ,
SaveHdl  ,
sfx2::FileDialogHelper ,
void   
)

Definition at line 430 of file autoredactdialog.cxx.

References ERRCODE_NONE, OUStringToOString(), and SAL_WARN.

Variable Documentation

◆ FILEDIALOG_FILTER_JSON

constexpr OUStringLiteral FILEDIALOG_FILTER_JSON = u"*.json"
constexpr

Definition at line 27 of file autoredactdialog.cxx.

Referenced by SfxAutoRedactDialog::StartFileDialog().