Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dsvdfppt.cxx4211 sal_uInt32 nVal32, nPMask; in Read() local
4233 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() local
5209 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