Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/filter/
H A Dfilter.cxx254 sal_uLong nFirstLong,nSecondLong; in ImpPeekGraphicFormat() local
287 for( i = 0, nFirstLong = 0L, nSecondLong = 0L; i < 4; i++ ) in ImpPeekGraphicFormat()
290 nSecondLong=(nSecondLong<<8)|(sal_uLong)sFirstBytes[i+4]; in ImpPeekGraphicFormat()
434 if (nFirstLong==0x89504e47 && nSecondLong==0x0d0a1a0a) in ImpPeekGraphicFormat()
492 if ( ( nFirstLong == 0x38425053 ) && ( (nSecondLong >> 16 ) == 1 ) ) in ImpPeekGraphicFormat()

Completed in 33 milliseconds