LibreOffice Module sw (master) 1
|
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <unotools/tempfile.hxx>
#include <unotools/pathoptions.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <swtypes.hxx>
#include <glosbib.hxx>
#include <gloshdl.hxx>
#include <glossary.hxx>
#include <glosdoc.hxx>
#include <swunohelper.hxx>
#include <strings.hrc>
Go to the source code of this file.
Macros | |
#define | PATH_CASE_SENSITIVE 0x01 |
#define | PATH_READONLY 0x02 |
#define | RENAME_TOKEN_DELIM u'\x0001' |
Functions | |
IMPL_LINK_NOARG (SwGlossaryGroupDlg, SelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SwGlossaryGroupDlg, NewHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwGlossaryGroupDlg, EntrySizeAllocHdl, const Size &, void) | |
IMPL_LINK (SwGlossaryGroupDlg, DeleteHdl, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (SwGlossaryGroupDlg, RenameHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwGlossaryGroupDlg, ModifyListBoxHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SwGlossaryGroupDlg, ModifyHdl, weld::Entry &, void) | |
IMPL_STATIC_LINK (SwGlossaryGroupDlg, EditInsertTextHdl, OUString &, rText, bool) | |
#define PATH_CASE_SENSITIVE 0x01 |
Definition at line 38 of file glosbib.cxx.
#define PATH_READONLY 0x02 |
Definition at line 39 of file glosbib.cxx.
#define RENAME_TOKEN_DELIM u'\x0001' |
Definition at line 41 of file glosbib.cxx.
IMPL_LINK | ( | SwGlossaryGroupDlg | , |
DeleteHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 243 of file glosbib.cxx.
References GlosBibUserData::sGroupName, and GlosBibUserData::sGroupTitle.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
EntrySizeAllocHdl | , | ||
const Size & | , | ||
void | |||
) |
Definition at line 232 of file glosbib.cxx.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 334 of file glosbib.cxx.
References GetAppCmpStrIgnore(), i, nPos, PATH_CASE_SENSITIVE, PATH_READONLY, and GlosBibUserData::sGroupName.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
ModifyListBoxHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 329 of file glosbib.cxx.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
NewHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 212 of file glosbib.cxx.
References GLOS_DELIM, pData, sId, and weld::toId().
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
RenameHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 285 of file glosbib.cxx.
References GLOS_DELIM, pData, RENAME_TOKEN_DELIM, GlosBibUserData::sGroupName, sId, and weld::toId().
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 190 of file glosbib.cxx.
References nPos, GlosBibUserData::sGroupName, and sName.
IMPL_STATIC_LINK | ( | SwGlossaryGroupDlg | , |
EditInsertTextHdl | , | ||
OUString & | , | ||
rText | , | ||
bool | |||
) |
Definition at line 399 of file glosbib.cxx.
References SVT_SEARCHPATH_DELIMITER.