LibreOffice Module basic (master) 1
Macros | Functions
scanner.cxx File Reference
#include <basiccharclass.hxx>
#include <scanner.hxx>
#include <sbintern.hxx>
#include <runtime.hxx>
#include <basic/sberrors.hxx>
#include <i18nlangtag/lang.h>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <rtl/character.hxx>
#include <o3tl/string_view.hxx>
#include <utility>
Include dependency graph for scanner.cxx:

Go to the source code of this file.

Macros

#define BUF_SIZE   80
 

Functions

static SbxDataType GetSuffixType (sal_Unicode c)
 

Macro Definition Documentation

◆ BUF_SIZE

#define BUF_SIZE   80

Definition at line 145 of file scanner.cxx.

Function Documentation

◆ GetSuffixType()

static SbxDataType GetSuffixType ( sal_Unicode  c)
static

Definition at line 122 of file scanner.cxx.

References SbxCURRENCY, SbxDOUBLE, SbxINTEGER, SbxLONG, SbxSINGLE, SbxSTRING, and SbxVARIANT.

Referenced by SbiScanner::NextSym().