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