Home
last modified time | relevance | path

Searched refs:nFirstLong (Results 1 – 2 of 2) 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()
289 nFirstLong=(nFirstLong<<8)|(sal_uLong)sFirstBytes[i]; in ImpPeekGraphicFormat()
379 if ( nFirstLong==0xd7cdc69a || nFirstLong==0x01000900 ) in ImpPeekGraphicFormat()
384 else if( nFirstLong == 0x01000000 && sFirstBytes[ 40 ] == 0x20 && sFirstBytes[ 41 ] == 0x45 && in ImpPeekGraphicFormat()
412 if ( nFirstLong==0x49492a00 || nFirstLong==0x4d4d002a ) in ImpPeekGraphicFormat()
434 if (nFirstLong==0x89504e47 && nSecondLong==0x0d0a1a0a) in ImpPeekGraphicFormat()
446 ( nFirstLong==0xffd8fffe ) || ( 0xffd8ff00 == ( nFirstLong & 0xffffff00 ) ) ) in ImpPeekGraphicFormat()
457 if( nFirstLong==0x53564744 && sFirstBytes[4]==0x49 ) in ImpPeekGraphicFormat()
492 if ( ( nFirstLong == 0x38425053 ) && ( (nSecondLong >> 16 ) == 1 ) ) in ImpPeekGraphicFormat()
[all …]
H A Dfilter2.cxx1050 sal_uInt32 nFirstLong; in ImpDetectEPS() local
1056 rStm >> nFirstLong; in ImpDetectEPS()
1060 if ( ( nFirstLong == 0xC5D0D3C6 ) || ( aPathExt.CompareToAscii( "eps", 3 ) == COMPARE_EQUAL ) || in ImpDetectEPS()

Completed in 27 milliseconds