Searched refs:nVal32 (Results 1 – 1 of 1) sorted by relevance
4223 sal_uInt32 nVal32, nPMask; in Read() local4245 rIn >> nVal32; in Read()4246 maParaLevel[ nLevel ].mnBulletColor = nVal32; in Read()4272 rIn >> nVal32; // reading the tabulators in Read()4320 rIn >> nVal32; // reading the tabulators in Read()5220 sal_uInt32 nVal32, nHiByte; in ReadParaProps() local5221 rIn >> nVal32; in ReadParaProps()5222 nHiByte = nVal32 >> 24; in ReadParaProps()5224 nVal32 = nHiByte | PPT_COLSCHEME; in ReadParaProps()5225 aSet.mnBulletColor = nVal32; in ReadParaProps()
Completed in 64 milliseconds