LibreOffice Module sw (master)
1
|
#include <tools/urlobj.hxx>
#include <tools/stream.hxx>
#include <vcl/help.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 <swtypes.hxx>
#include <glosbib.hxx>
#include <gloshdl.hxx>
#include <actctrl.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 40 of file glosbib.cxx.
Referenced by IMPL_LINK_NOARG(), and SwGlossaryGroupDlg::SwGlossaryGroupDlg().
#define PATH_READONLY 0x02 |
Definition at line 41 of file glosbib.cxx.
Referenced by IMPL_LINK_NOARG(), and SwGlossaryGroupDlg::SwGlossaryGroupDlg().
#define RENAME_TOKEN_DELIM u'\x0001' |
Definition at line 43 of file glosbib.cxx.
Referenced by SwGlossaryGroupDlg::Apply(), IMPL_LINK(), and IMPL_LINK_NOARG().
IMPL_LINK | ( | SwGlossaryGroupDlg | , |
DeleteHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 251 of file glosbib.cxx.
References RENAME_TOKEN_DELIM, GlosBibUserData::sGroupName, and GlosBibUserData::sGroupTitle.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 194 of file glosbib.cxx.
References nPos, OUStringToOString(), GlosBibUserData::sGroupName, and sName.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
NewHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 220 of file glosbib.cxx.
References GLOS_DELIM, pData, GlosBibUserData::sGroupName, GlosBibUserData::sGroupTitle, sId, and GlosBibUserData::sPath.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
EntrySizeAllocHdl | , | ||
const Size & | , | ||
void | |||
) |
Definition at line 240 of file glosbib.cxx.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
RenameHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 293 of file glosbib.cxx.
References GLOS_DELIM, pData, RENAME_TOKEN_DELIM, GlosBibUserData::sGroupName, GlosBibUserData::sGroupTitle, sId, and GlosBibUserData::sPath.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
ModifyListBoxHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 337 of file glosbib.cxx.
IMPL_LINK_NOARG | ( | SwGlossaryGroupDlg | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 342 of file glosbib.cxx.
References GetAppCmpStrIgnore(), i, nPos, PATH_CASE_SENSITIVE, PATH_READONLY, and GlosBibUserData::sGroupName.
IMPL_STATIC_LINK | ( | SwGlossaryGroupDlg | , |
EditInsertTextHdl | , | ||
OUString & | , | ||
rText | , | ||
bool | |||
) |
Definition at line 408 of file glosbib.cxx.
References SVT_SEARCHPATH_DELIMITER.