Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx64 sal_uInt8 mnSpaces; // Number of spaces before the Calc token. member
66 inline explicit XclExpScToken() : mpScToken( 0 ), mnSpaces( 0 ) {} in XclExpScToken()
149 inline sal_uInt8 GetSpaces() const { return mrTokData.mnSpaces; } in GetSpaces()
522 AppendErrorToken( XclTools::GetXclErrorCode( nScError ), aTokData.mnSpaces ); in CreateFormula()
835 rTokData.mnSpaces = (rTokData.GetOpCode() == ocSpaces) ? rTokData.mpScToken->GetByte() : 0; in GetNextToken()
1010 sal_uInt8 nSpaces = aTokData.mnSpaces; in CompareTerm()
1023 sal_uInt8 nSpaces = aTokData.mnSpaces; in ConcatTerm()
1036 sal_uInt8 nSpaces = aTokData.mnSpaces; in AddSubTerm()
1049 sal_uInt8 nSpaces = aTokData.mnSpaces; in MulDivTerm()
1062 sal_uInt8 nSpaces = aTokData.mnSpaces; in PowTerm()
[all …]