Home
last modified time | relevance | path

Searched refs:mnSpaces (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dxeformula.cxx66 sal_uInt8 mnSpaces; /// Number of spaces before the Calc token. member
68 inline explicit XclExpScToken() : mpScToken( 0 ), mnSpaces( 0 ) {} in XclExpScToken()
151 inline sal_uInt8 GetSpaces() const { return mrTokData.mnSpaces; } in GetSpaces()
524 AppendErrorToken( XclTools::GetXclErrorCode( nScError ), aTokData.mnSpaces ); in CreateFormula()
837 rTokData.mnSpaces = (rTokData.GetOpCode() == ocSpaces) ? rTokData.mpScToken->GetByte() : 0; in GetNextToken()
1012 sal_uInt8 nSpaces = aTokData.mnSpaces; in CompareTerm()
1025 sal_uInt8 nSpaces = aTokData.mnSpaces; in ConcatTerm()
1038 sal_uInt8 nSpaces = aTokData.mnSpaces; in AddSubTerm()
1051 sal_uInt8 nSpaces = aTokData.mnSpaces; in MulDivTerm()
1064 sal_uInt8 nSpaces = aTokData.mnSpaces; in PowTerm()
[all …]