LibreOffice Module sc (master) 1
Functions | Variables
asciiopt.cxx File Reference
#include <global.hxx>
#include <asciiopt.hxx>
#include <comphelper/string.hxx>
#include <osl/thread.h>
#include <o3tl/string_view.hxx>
Include dependency graph for asciiopt.cxx:

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"
 

Function Documentation

◆ lcl_decodeSepString()

static OUString lcl_decodeSepString ( std::u16string_view  rSepNums,
bool &  o_bMergeFieldSeps 
)
static

Variable Documentation

◆ pStrFix

constexpr std::u16string_view pStrFix = u"FIX"
constexpr

Definition at line 26 of file asciiopt.cxx.

Referenced by ScAsciiOptions::ReadFromString(), and ScAsciiOptions::WriteToString().

◆ pStrMrg

constexpr std::u16string_view pStrMrg = u"MRG"
constexpr

Definition at line 27 of file asciiopt.cxx.

Referenced by lcl_decodeSepString(), and ScAsciiOptions::WriteToString().