LibreOffice Module svl (master) 1
Namespaces | Macros | Functions
lngmisc.hxx File Reference
#include <svl/svldllapi.h>
#include <rtl/ustring.hxx>
Include dependency graph for lngmisc.hxx:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ SVT_HARD_HYPHEN

#define SVT_HARD_HYPHEN   u'\x2011'

Definition at line 28 of file lngmisc.hxx.

◆ SVT_HARD_SPACE

#define SVT_HARD_SPACE   u'\x00A0'

Definition at line 31 of file lngmisc.hxx.

◆ SVT_SOFT_HYPHEN

#define SVT_SOFT_HYPHEN   u'\x00AD'

Definition at line 27 of file lngmisc.hxx.