|
LibreOffice Module tools (master) 1
|
Go to the source code of this file.
Enumerations | |
| enum | LineEnd { LINEEND_CR , LINEEND_LF , LINEEND_CRLF } |
Functions | |
| LineEnd | GetSystemLineEnd () |
| TOOLS_DLLPUBLIC OString | convertLineEnd (const OString &rIn, LineEnd eLineEnd) |
| TOOLS_DLLPUBLIC OUString | convertLineEnd (const OUString &rIn, LineEnd eLineEnd) |
| enum LineEnd |
| Enumerator | |
|---|---|
| LINEEND_CR | |
| LINEEND_LF | |
| LINEEND_CRLF | |
Definition at line 17 of file lineend.hxx.
| TOOLS_DLLPUBLIC OString convertLineEnd | ( | const OString & | rIn, |
| LineEnd | eLineEnd | ||
| ) |
Definition at line 1940 of file stream.cxx.
| TOOLS_DLLPUBLIC OUString convertLineEnd | ( | const OUString & | rIn, |
| LineEnd | eLineEnd | ||
| ) |
Definition at line 1945 of file stream.cxx.
|
inline |
Definition at line 19 of file lineend.hxx.
References LINEEND_CRLF, and LINEEND_LF.