Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx366 UCHAR GetNextChar(UCHAR* TBuf, sal_uInt16 Index) in GetNextChar() argument
369 while (TBuf[Index]==Escape) { in GetNextChar()
372 while (TBuf[Index]!=Escape && Cnt<=MaxEscLen) { in GetNextChar()
376 return TBuf[Index]; in GetNextChar()
381 UCHAR ProcessOne(UCHAR* TBuf, sal_uInt16& Index, in ProcessOne() argument
396 c=TBuf[Index]; Index++; in ProcessOne()
399 c=TBuf[Index]; Index++; in ProcessOne()
403 c=TBuf[Index]; Index++; // Hier faengt der Wert an in ProcessOne()
406 if (c=='+' || c=='-') { c=TBuf[Index]; Index++; } in ProcessOne()
411 EoVal=(TBuf[Index]<'0' || TBuf[Index]>'9'); in ProcessOne()
[all …]