Lines Matching refs:sal_uLong

190 sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nSize )  in ImplSearchEntry()
194 sal_uLong i; in ImplSearchEntry()
254 sal_uLong nFirstLong,nSecondLong; in ImpPeekGraphicFormat()
255 sal_uLong nStreamPos = rStream.Tell(); in ImpPeekGraphicFormat()
258 sal_uLong nStreamLen = rStream.Tell() - nStreamPos; in ImpPeekGraphicFormat()
289 nFirstLong=(nFirstLong<<8)|(sal_uLong)sFirstBytes[i]; in ImpPeekGraphicFormat()
290 nSecondLong=(nSecondLong<<8)|(sal_uLong)sFirstBytes[i+4]; in ImpPeekGraphicFormat()
655 sal_uLong nSize = ( nStreamLen > 2048 ) ? 2048 : nStreamLen; in ImpPeekGraphicFormat()
707 const sal_uLong nSize((nStreamLen > 2048) ? 2048 : nStreamLen); in ImpPeekGraphicFormat()
745 const sal_uLong nSize((nStreamLen > 2048) ? 2048 : nStreamLen); in ImpPeekGraphicFormat()
1172 sal_uLong GraphicFilter::ImplSetError( sal_uLong nError, const SvStream* pStm ) in ImplSetError()
1371 sal_uLong nStreamPos = rIStream.Tell(); in CanImportGraphic()
1413 sal_uLong nStmBegin; in ImportGraphic()
1779 const sal_uLong nStmEnd = rIStream.Tell(); in ImportGraphic()
1780 const sal_uLong nBufSize = nStmEnd - nStmBegin; in ImportGraphic()
1885 sal_uLong nColorCount,nBitsPerPixel,nNeededMem,nMaxMem; in ExportGraphic()
1907 nNeededMem=((sal_uLong)aSizePixel.Width()*(sal_uLong)aSizePixel.Height()*nBitsPerPixel+7)/8; in ExportGraphic()
1913 aSizePixel.Width()=(sal_uLong)(((double)aSizePixel.Width())*fFak); in ExportGraphic()
1914 aSizePixel.Height()=(sal_uLong)(((double)aSizePixel.Height())*fFak); in ExportGraphic()