|
LibreOffice Module svl (master) 1
|
#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>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 |
|
static |
Definition at line 114 of file zforscan.cxx.
References i, SAL_N_ELEMENTS, and u.
Referenced by ImpSvNumberformatScan::GetColor(), and ImpSvNumberformatScan::SetDependentKeywords().
|
static |
Extract the name of General, Standard, Whatever, ignoring leading modifiers such as [NatNum1].
Definition at line 211 of file zforscan.cxx.
Referenced by ImpSvNumberformatScan::SetDependentKeywords().
| const sal_Unicode cNarrowNoBreakSpace = 0x202F |
Definition at line 41 of file zforscan.cxx.
Referenced by ImpSvNumberformatScan::FinalScan().
| const sal_Unicode cNoBreakSpace = 0xA0 |
Definition at line 40 of file zforscan.cxx.
Referenced by ImpSvNumberformatScan::FinalScan().
| const int MaxCntPost = 20 |
Definition at line 43 of file zforscan.cxx.
Referenced by ImpSvNumberformatScan::FinalScan().