Searched refs:nVal32 (Results 1 – 1 of 1) sorted by relevance
4211 sal_uInt32 nVal32, nPMask; in Read() local4233 rIn >> nVal32; in Read()4234 maParaLevel[ nLevel ].mnBulletColor = nVal32; in Read()4260 rIn >> nVal32; // reading the tabulators in Read()4308 rIn >> nVal32; // reading the tabulators in Read()5208 sal_uInt32 nVal32, nHiByte; in ReadParaProps() local5209 rIn >> nVal32; in ReadParaProps()5210 nHiByte = nVal32 >> 24; in ReadParaProps()5212 nVal32 = nHiByte | PPT_COLSCHEME; in ReadParaProps()5213 aSet.mnBulletColor = nVal32; in ReadParaProps()
Completed in 33 milliseconds