Home
last modified time | relevance | path

Searched refs:Compress (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx111 void Compress( sal_uInt8 nSrc );
385 Compress( rColor.GetRed() ); in ImplWriteBody()
386 Compress( rColor.GetGreen() ); in ImplWriteBody()
387 Compress( rColor.GetBlue() ); in ImplWriteBody()
400 Compress( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
416 Compress( (sal_uInt8)( nTemp | ( mpAcc->GetPixelIndex( y, x ) & 0xf ) ) ); in ImplWriteBody()
419 Compress( nTemp ); in ImplWriteBody()
436 Compress( (sal_uInt8)j ); in ImplWriteBody()
442 Compress( (sal_uInt8)(j << ( ( ( x & 7) ^ 7 ) + 1 ) ) ); in ImplWriteBody()
541 void TIFFWriter::Compress( sal_uInt8 nCompThis ) in Compress() function in TIFFWriter
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.hxx48 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rBitmap) const = 0;
90 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rpBitmap) const;
107 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rBitmap) const;
126 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rpBitmap) const;
144 virtual ::boost::shared_ptr<BitmapReplacement> Compress (const Bitmap& rBitmap) const;
H A DSlsBitmapCompressor.cxx56 ::boost::shared_ptr<BitmapReplacement> NoBitmapCompression::Compress (const Bitmap& rBitmap) const in Compress() function in sd::slidesorter::cache::NoBitmapCompression
79 ::boost::shared_ptr<BitmapReplacement> CompressionByDeletion::Compress (const Bitmap& ) const in Compress() function in sd::slidesorter::cache::CompressionByDeletion
128 ::boost::shared_ptr<BitmapReplacement> ResolutionReduction::Compress ( in Compress() function in sd::slidesorter::cache::ResolutionReduction
202 ::boost::shared_ptr<BitmapReplacement> PngCompression::Compress (const Bitmap& rBitmap) const in Compress() function in sd::slidesorter::cache::PngCompression
H A DSlsBitmapCache.cxx58 void Compress (const ::boost::shared_ptr<BitmapCompressor>& rpCompressor);
499 void BitmapCache::Compress ( in Compress() function in sd::slidesorter::cache::BitmapCache
509 iEntry->second.Compress(rpCompressor); in Compress()
611 void BitmapCache::CacheEntry::Compress (const ::boost::shared_ptr<BitmapCompressor>& rpCompressor) in Compress() function in sd::slidesorter::cache::BitmapCache::CacheEntry
617 mpReplacement = rpCompressor->Compress(maPreview); in Compress()
H A DSlsBitmapCache.hxx177 void Compress (
/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx198 rInfo.Compress=SWAPLONG (rInfo.Compress); in operator <<()
212 rInfo.Compress=SWAPLONG (rInfo.Compress); in operator <<()
310 aBmpInfo.Compress=0; in SgfFilterBMap()
/trunk/main/l10ntools/scripts/
H A DkeyidGen.pl30 use Compress::Zlib();
102 $hash = Compress::Zlib::crc32( $String, undef );
/trunk/main/sw/source/core/text/
H A Dporrst.hxx54 virtual SwLinePortion *Compress();
108 virtual SwLinePortion *Compress();
H A Dporrst.cxx99 SwLinePortion *SwBreakPortion::Compress() in Compress() function in SwBreakPortion
224 SwLinePortion *SwArrowPortion::Compress() { return this; } in Compress() function in SwArrowPortion
H A Dporref.hxx52 virtual SwLinePortion *Compress();
H A Dportox.hxx54 virtual SwLinePortion *Compress();
H A Dporref.cxx52 SwLinePortion *SwIsoRefPortion::Compress() { return this; } in Compress() function in SwIsoRefPortion
H A Dportox.cxx52 SwLinePortion *SwIsoToxPortion::Compress() { return this; } in Compress() function in SwIsoToxPortion
H A Dporhyph.hxx75 virtual SwLinePortion *Compress();
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx323 cur >= Compress() ) in Insert()
450 Compress(); in Remove()
472 sal_uInt16 BigPtrArray::Compress( short nMax ) in Compress() function in BigPtrArray
/trunk/main/solenv/bin/modules/installer/patch/
H A DFileOperations.pm26 use IO::Compress::Bzip2;
276 $result = IO::Compress::Bzip2::bzip2($filename => $filename.".bz2");
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1139 pSI->Compress( pKernArray,rInf.GetIdx(), rInf.GetLen(), in DrawText()
1312 pSI->Compress( pKernArray, rInf.GetIdx(), rInf.GetLen(), in DrawText()
1535 pSI->Compress( pScrArray, rInf.GetIdx(), rInf.GetLen(), in DrawText()
1538 pSI->Compress( pKernArray, rInf.GetIdx(), rInf.GetLen(), in DrawText()
2023 rInf.SetKanaDiff( rInf.GetScriptInfo()->Compress( pKernArray, in GetTextSize()
2087 rInf.SetKanaDiff( rInf.GetScriptInfo()->Compress( pKernArray, in GetTextSize()
2147 pSI->Compress( pKernArray, rInf.GetIdx(), rInf.GetLen(), in GetCrsrOfst()
2611 if( rInf.GetScriptInfo()->Compress( pKernArray, rInf.GetIdx(), nLn, in GetTxtBreak()
/trunk/main/cui/source/options/
H A Doptasian.src74 Text [ en-US ] = "~Compress punctuation only" ;
81 Text [ en-US ] = "Compress ~punctuation and Japanese Kana" ;
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx237 void Compress( sal_uInt8 nSrc );
1878 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1941 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
1989 Compress( aBitmapColor.GetRed() ); in ImplBmp()
1990 Compress( aBitmapColor.GetGreen() ); in ImplBmp()
1991 Compress( aBitmapColor.GetBlue() ); in ImplBmp()
2654 void PSWriter::Compress( sal_uInt8 nCompThis ) in Compress() function in PSWriter
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1170 rSet.Compress( *this ); in SetAttrSet()
1352 void SvxRTFItemStackType::Compress( const SvxRTFParser& rParser ) in Compress() function in SvxRTFItemStackType
1373 pTmp->Compress( rParser ); in Compress()
1383 pTmp->Compress( rParser ); in Compress()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx521 aCompressor.Compress( pAcc->GetScanline( nY ), nWidth ); in WriteAccess()
527 aCompressor.Compress( pBuffer, nWidth ); in WriteAccess()
H A Dgiflzwc.hxx57 void Compress( HPBYTE pSrc, sal_uLong nSize );
/trunk/main/sw/inc/
H A Dswregion.hxx47 void Compress( sal_Bool bFuzzy = sal_True );
H A Dbparr.hxx87 sal_uInt16 Compress( short = COMPRESSLVL );
/trunk/main/extensions/source/update/tools/
H A Dztool.cxx53 aCompressor.Compress( aInFile, aOutFile ); in main()

Completed in 85 milliseconds

12345