Home
last modified time | relevance | path

Searched refs:nVal32 (Results 1 – 1 of 1) sorted by path

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4222 sal_uInt32 nVal32, nPMask; in Read() local
4244 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() local
5220 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 40 milliseconds