LibreOffice Module cui (master) 1
|
#include <hyphen.hxx>
#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <editeng/splwrap.hxx>
#include <editeng/unolingu.hxx>
#include <svtools/langtab.hxx>
#include <sal/log.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <tools/debug.hxx>
#include <utility>
Go to the source code of this file.
Macros | |
#define | HYPH_POS_CHAR '=' |
#define | CUR_HYPH_POS_CHAR '-' |
Functions | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, CursorChangeHdl_Impl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, CutHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, HyphenateAllHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, DeleteHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, ContinueHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, CancelHdl_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, Left_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, Right_Impl, weld::Button &, void) | |
IMPL_LINK_NOARG (SvxHyphenWordDialog, GetFocusHdl_Impl, weld::Widget &, void) | |
#define CUR_HYPH_POS_CHAR '-' |
Definition at line 34 of file hyphen.cxx.
#define HYPH_POS_CHAR '=' |
Definition at line 32 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
CancelHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 357 of file hyphen.cxx.
References m_xDialog, and RET_CANCEL.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
ContinueHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 347 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
CursorChangeHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 38 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
CutHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 304 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
DeleteHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 337 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
GetFocusHdl_Impl | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 398 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
HyphenateAllHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 314 of file hyphen.cxx.
References LinguMgr::GetLinguPropertySet(), and SAL_WARN.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
Left_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 367 of file hyphen.cxx.
IMPL_LINK_NOARG | ( | SvxHyphenWordDialog | , |
Right_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 377 of file hyphen.cxx.