Home
last modified time | relevance | path

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

/AOO41X/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()
1214 Dsc.Erase(0,i+1); // IF-Fontname loeschen inkl. () in ReadOne()
1216 if ( Dsc.Len() < 2 || ( Dsc.GetChar( Dsc.Len() - 1 ) !=')' ) ) in ReadOne()
1218 i=Dsc.Len()-2; // hier ist die ')' des SV-Fontnames 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()
[all …]
/AOO41X/main/svtools/source/inc/
H A Dsgvmain.hxx328 void ReadOne( ByteString& ID, ByteString& Dsc);