Searched refs:aScrType (Results 1 – 2 of 2) sorted by relevance
1129 aScrType[i] = nScr; in SwCombinedPortion()1134 for( sal_uInt16 i = 0; i < 6; aScrType[i++] = 0 ) in SwCombinedPortion()1176 const sal_uInt8 nAct = aScrType[i]; // script type in Paint()1215 while( i < nCount && SW_SCRIPTS == aScrType[i] ) in Format()1216 aScrType[i++] = rInf.GetFont()->GetActual(); in Format()1223 ASSERT( aScrType[i] < SW_SCRIPTS, "Combined: Script fault" ); in Format()1224 if( !aWidth[ aScrType[i] ] ) in Format()1226 rInf.GetOut()->SetFont( rInf.GetFont()->GetFnt( aScrType[i] ) ); in Format()1227 aWidth[ aScrType[i] ] = in Format()1265 sal_uInt8 nScrp = aScrType[i]; in Format()
247 sal_uInt8 aScrType[6]; // scripttype of every character member in SwCombinedPortion
Completed in 115 milliseconds