Searched refs:nVal32 (Results 1 – 1 of 1) sorted by relevance
4222 sal_uInt32 nVal32, nPMask; in Read() local4244 rIn >> nVal32; in Read()4245 maParaLevel[ nLevel ].mnBulletColor = nVal32; in Read()4271 rIn >> nVal32; // reading the tabulators in Read()4319 rIn >> nVal32; // reading the tabulators in Read()5219 sal_uInt32 nVal32, nHiByte; in ReadParaProps() local5220 rIn >> nVal32; in ReadParaProps()5221 nHiByte = nVal32 >> 24; in ReadParaProps()5223 nVal32 = nHiByte | PPT_COLSCHEME; in ReadParaProps()5224 aSet.mnBulletColor = nVal32; in ReadParaProps()
Completed in 62 milliseconds