Searched refs:nFirstLong (Results 1 – 2 of 2) sorted by relevance
254 sal_uLong nFirstLong,nSecondLong; in ImpPeekGraphicFormat() local287 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 …]
1050 sal_uInt32 nFirstLong; in ImpDetectEPS() local1056 rStm >> nFirstLong; in ImpDetectEPS()1060 if ( ( nFirstLong == 0xC5D0D3C6 ) || ( aPathExt.CompareToAscii( "eps", 3 ) == COMPARE_EQUAL ) || in ImpDetectEPS()
Completed in 48 milliseconds