Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/dif/
H A Ddifimp.cxx479 const sal_Unicode* pAktBuffer; in LookAhead() local
485 pAktBuffer = aLookAheadLine.GetBuffer(); in LookAhead()
487 switch( *pAktBuffer ) in LookAhead()
490 pAktBuffer++; in LookAhead()
492 if( Is1_0( pAktBuffer ) ) in LookAhead()
498 pAktBuffer++; in LookAhead()
499 if( *pAktBuffer == ',' ) in LookAhead()
501 pAktBuffer++; in LookAhead()
502 bValidStructure = ( GetNumberDataset(pAktBuffer) != D_SYNT_ERROR ); in LookAhead()
519 const sal_Unicode* pAktBuffer; in GetNextDataset() local
[all …]