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()
411 EoVal=(TBuf[Index]<'0' || TBuf[Index]>'9'); in ProcessOne()
475 c=ProcessOne(TBuf,Index,Atr0,AktAtr,ScanEsc); in GetTextChar()
478 nc=GetNextChar(TBuf,Index); in GetTextChar()
[all …]

Completed in 12 milliseconds