Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx851 sal_uInt16 nMagic2; in ReadRecordParams() local
852 *pWMF >> nMagic2; in ReadRecordParams()
853 if( nMagic2 == 0x0a ) // 2nd half of magic in ReadRecordParams()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1799 sal_uInt32 nMagic1(0), nMagic2(0); in operator >>() local
1802 rIStm >> nMagic1 >> nMagic2; in operator >>()
1807 if( !rIStm.GetError() && ( 0x5344414e == nMagic1 ) && ( 0x494d4931 == nMagic2 ) ) in operator >>()
H A Ddibtools.cxx1487 sal_uInt32 nMagic2(0); in ReadDIBBitmapEx() local
1490 rIStm >> nMagic1 >> nMagic2; in ReadDIBBitmapEx()
1491 bRetval = (0x25091962 == nMagic1) && (0xACB20201 == nMagic2) && !rIStm.GetError(); in ReadDIBBitmapEx()

Completed in 25 milliseconds