LibreOffice Module svl (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | linguistic |
Macros | |
#define | SVT_SOFT_HYPHEN u'\x00AD' |
#define | SVT_HARD_HYPHEN u'\x2011' |
#define | SVT_HARD_SPACE u'\x00A0' |
Functions | |
bool | linguistic::IsHyphen (sal_Unicode cChar) |
bool | linguistic::IsControlChar (sal_Unicode cChar) |
sal_Int32 | linguistic::GetNumControlChars (std::u16string_view rTxt) |
bool | linguistic::RemoveHyphens (OUString &rTxt) |
bool | linguistic::RemoveControlChars (OUString &rTxt) |
bool | linguistic::ReplaceControlChars (OUString &rTxt) |
OUString | linguistic::GetThesaurusReplaceText (const OUString &rText) |
#define SVT_HARD_HYPHEN u'\x2011' |
Definition at line 28 of file lngmisc.hxx.
#define SVT_HARD_SPACE u'\x00A0' |
Definition at line 31 of file lngmisc.hxx.
#define SVT_SOFT_HYPHEN u'\x00AD' |
Definition at line 27 of file lngmisc.hxx.