LibreOffice Module sw (master)
1
|
#include <vcl/weld.hxx>
#include <svl/fstathelper.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <swtypes.hxx>
#include <swmodule.hxx>
#include <shellio.hxx>
#include <initui.hxx>
#include <glosdoc.hxx>
#include <gloslst.hxx>
#include <swunohelper.hxx>
#include <view.hxx>
#include <vector>
Go to the source code of this file.
Macros | |
#define | STRING_DELIM char(0x0A) |
#define | GLOS_TIMEOUT 30000 |
#define | FIND_MAX_GLOS 20 |
Functions | |
IMPL_LINK_NOARG (SwGlossDecideDlg, DoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (SwGlossDecideDlg, SelectHdl, weld::TreeView &, void) | |
#define FIND_MAX_GLOS 20 |
Definition at line 39 of file gloslst.cxx.
Referenced by SwGlossaryList::HasLongName().
#define GLOS_TIMEOUT 30000 |
Definition at line 38 of file gloslst.cxx.
Referenced by SwGlossaryList::SwGlossaryList().
#define STRING_DELIM char(0x0A) |
Definition at line 37 of file gloslst.cxx.
Referenced by SwGlossaryList::FillGroup(), SwGlossaryList::GetBlockLongName(), SwGlossaryList::GetBlockShortName(), SwGlossaryList::GetShortName(), and SwGlossaryList::HasLongName().
IMPL_LINK_NOARG | ( | SwGlossDecideDlg | , |
DoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 77 of file gloslst.cxx.
IMPL_LINK_NOARG | ( | SwGlossDecideDlg | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 83 of file gloslst.cxx.