Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx1204 void SgfFontOne::ReadOne( ByteString& ID, ByteString& Dsc ) in ReadOne() argument
1209 if ( Dsc.Len() < 4 || ( Dsc.GetChar( 0 ) != '(' ) ) in ReadOne()
1212 while ( i < Dsc.Len() && ( Dsc.GetChar( i ) !=')' ) ) in ReadOne()
1216 if ( Dsc.Len() < 2 || ( Dsc.GetChar( Dsc.Len() - 1 ) !=')' ) ) in ReadOne()
1220 while ( i > 0 && ( Dsc.GetChar( i ) != '(' ) ) in ReadOne()
1225 SVFName=String(Dsc,i+1,j); // SV-Fontname rausholen in ReadOne()
1226 Dsc.Erase(i,j); in ReadOne()
1229 n=Dsc.GetTokenCount(' '); in ReadOne()
1232 s = Dsc.GetToken( i,' ' ); in ReadOne()
1303 ByteString FID,Dsc; in ReadList() local
[all …]
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx328 void ReadOne( ByteString& ID, ByteString& Dsc);

Completed in 16 milliseconds