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()423 …if ( nFirstLong==0x47494638 && (sFirstBytes[4]==0x37 || sFirstBytes[4]==0x39) && sFirstBytes[5]==0… in ImpPeekGraphicFormat()434 if (nFirstLong==0x89504e47 && nSecondLong==0x0d0a1a0a) in ImpPeekGraphicFormat()445 …if ( ( nFirstLong==0xffd8ffe0 && sFirstBytes[6]==0x4a && sFirstBytes[7]==0x46 && sFirstBytes[8]==0… in ImpPeekGraphicFormat()446 ( nFirstLong==0xffd8fffe ) || ( 0xffd8ff00 == ( nFirstLong & 0xffffff00 ) ) ) 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()