LibreOffice Module sc (master) 1
|
#include <global.hxx>
#include <asciiopt.hxx>
#include <comphelper/string.hxx>
#include <osl/thread.h>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Functions | |
static OUString | lcl_decodeSepString (std::u16string_view rSepNums, bool &o_bMergeFieldSeps) |
Variables | |
constexpr std::u16string_view | pStrFix = u"FIX" |
constexpr std::u16string_view | pStrMrg = u"MRG" |
|
static |
Definition at line 62 of file asciiopt.cxx.
References o3tl::getToken(), nPos, pStrMrg, and o3tl::toInt32().
Referenced by ScAsciiOptions::GetWeightedFieldSep(), and ScAsciiOptions::ReadFromString().
|
constexpr |
Definition at line 26 of file asciiopt.cxx.
Referenced by ScAsciiOptions::ReadFromString(), and ScAsciiOptions::WriteToString().
|
constexpr |
Definition at line 27 of file asciiopt.cxx.
Referenced by lcl_decodeSepString(), and ScAsciiOptions::WriteToString().