LibreOffice Module svl (master) 1
Functions | Variables
zforscan.cxx File Reference
#include <stdlib.h>
#include <comphelper/string.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <unotools/charclass.hxx>
#include <unotools/localedatawrapper.hxx>
#include <com/sun/star/i18n/NumberFormatCode.hpp>
#include <com/sun/star/i18n/NumberFormatMapper.hpp>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <unotools/digitgroupingiterator.hxx>
#include "zforscan.hxx"
#include <svl/nfsymbol.hxx>
Include dependency graph for zforscan.cxx:

Go to the source code of this file.

Functions

static const std::u16string_view & GermanColorName (size_t i)
 
static OUString lcl_extractStandardGeneralName (const OUString &rCode)
 Extract the name of General, Standard, Whatever, ignoring leading modifiers such as [NatNum1]. More...
 

Variables

const sal_Unicode cNoBreakSpace = 0xA0
 
const sal_Unicode cNarrowNoBreakSpace = 0x202F
 
const int MaxCntPost = 20
 

Function Documentation

◆ GermanColorName()

static const std::u16string_view & GermanColorName ( size_t  i)
static

Definition at line 114 of file zforscan.cxx.

References i, SAL_N_ELEMENTS, and u.

Referenced by ImpSvNumberformatScan::GetColor(), and ImpSvNumberformatScan::SetDependentKeywords().

◆ lcl_extractStandardGeneralName()

static OUString lcl_extractStandardGeneralName ( const OUString &  rCode)
static

Extract the name of General, Standard, Whatever, ignoring leading modifiers such as [NatNum1].

Definition at line 211 of file zforscan.cxx.

References aStr, and p.

Referenced by ImpSvNumberformatScan::SetDependentKeywords().

Variable Documentation

◆ cNarrowNoBreakSpace

const sal_Unicode cNarrowNoBreakSpace = 0x202F

Definition at line 41 of file zforscan.cxx.

Referenced by ImpSvNumberformatScan::FinalScan().

◆ cNoBreakSpace

const sal_Unicode cNoBreakSpace = 0xA0

Definition at line 40 of file zforscan.cxx.

Referenced by ImpSvNumberformatScan::FinalScan().

◆ MaxCntPost

const int MaxCntPost = 20

Definition at line 43 of file zforscan.cxx.

Referenced by ImpSvNumberformatScan::FinalScan().