| /AOO41X/main/svx/source/dialog/ |
| H A D | grfflt.cxx | 66 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local 68 if( aAnimation.Invert() ) in ExecuteGrfFilterSlot() 69 aGraphic = aAnimation; in ExecuteGrfFilterSlot() 91 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local 93 if( aAnimation.Filter( BMP_FILTER_SMOOTH ) ) in ExecuteGrfFilterSlot() 94 aGraphic = aAnimation; in ExecuteGrfFilterSlot() 116 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local 118 if( aAnimation.Filter( BMP_FILTER_SHARPEN ) ) in ExecuteGrfFilterSlot() 119 aGraphic = aAnimation; in ExecuteGrfFilterSlot() 141 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local [all …]
|
| H A D | _bmpmask.cxx | 788 Animation aAnimation( rAnimation ); in ImpMask() local 793 sal_uInt16 nAnimationCount = aAnimation.Count(); in ImpMask() 797 AnimationBitmap aAnimBmp( aAnimation.Get( i ) ); in ImpMask() 799 aAnimation.Replace( aAnimBmp, i ); in ImpMask() 802 return aAnimation; in ImpMask() 1090 Animation aAnimation( rAnim ); in ImpReplaceTransparency() local 1091 sal_uInt16 nAnimationCount = aAnimation.Count(); in ImpReplaceTransparency() 1095 AnimationBitmap aAnimBmp( aAnimation.Get( i ) ); in ImpReplaceTransparency() 1097 aAnimation.Replace( aAnimBmp, i ); in ImpReplaceTransparency() 1100 return aAnimation; in ImpReplaceTransparency()
|
| /AOO41X/main/svtools/source/filter/igif/ |
| H A D | gifread.cxx | 98 if( !aAnimation.Count() ) in CreateBitmaps() 116 if( !!aBmp8 && bWatchForBackgroundColor && aAnimation.Count() ) in CreateBitmaps() 574 aAnimation.Insert( aAnimBmp ); in CreateNewBitmaps() 576 if( aAnimation.Count() == 1 ) in CreateNewBitmaps() 578 aAnimation.SetDisplaySizePixel( Size( nGlobalWidth, nGlobalHeight ) ); in CreateNewBitmaps() 579 aAnimation.SetLoopCount( nLoops ); in CreateNewBitmaps() 590 if ( bImGraphicReady && !aAnimation.Count() ) in GetIntermediateGraphic() 802 if( aAnimation.Count() == 1 ) in ReadGIF() 804 rGraphic = aAnimation.Get( 0 ).aBmpEx; in ReadGIF() 813 rGraphic = aAnimation; in ReadGIF()
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | gdimtftools.cxx | 346 Animation aAnimation( rGraphic.GetAnimation() ); in getAnimationFromGraphic() local 348 const Size aAnimSize( aAnimation.GetDisplaySizePixel() ); in getAnimationFromGraphic() 363 switch( aAnimation.GetCycleMode() ) in getAnimationFromGraphic() 373 o_rLoopCount = aAnimation.GetLoopCount(); in getAnimationFromGraphic() 380 o_rLoopCount = aAnimation.GetLoopCount(); in getAnimationFromGraphic() 390 for( sal_uInt16 i=0, nCount=aAnimation.Count(); i<nCount; ++i ) in getAnimationFromGraphic() 392 const AnimationBitmap& rAnimBmp( aAnimation.Get(i) ); in getAnimationFromGraphic()
|
| /AOO41X/main/filter/source/graphicfilter/etiff/ |
| H A D | etiff.cxx | 177 Animation aAnimation; in WriteTIFF() local 183 aAnimation = rGraphic.GetAnimation(); in WriteTIFF() 187 aAnimation.Insert( aAnimationBitmap ); in WriteTIFF() 191 for ( i = 0; i < aAnimation.Count(); i++ ) in WriteTIFF() 192 mnSumOfAllPictHeight += aAnimation.Get( i ).aBmpEx.GetSizePixel().Height(); in WriteTIFF() 194 for ( i = 0; mbStatus && ( i < aAnimation.Count() ); i++ ) in WriteTIFF() 197 const AnimationBitmap& rAnimationBitmap = aAnimation.Get( i ); in WriteTIFF() 208 if ( ImplWriteHeader( ( aAnimation.Count() > 0 ) ) ) in WriteTIFF()
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | animobjs.cxx | 919 const Animation aAnimation( aGraphic.GetAnimation() ); in AddObj() local 923 const AnimationBitmap& rAnimBmp = aAnimation.Get( i ); in AddObj() 931 long nLoopCount = aAnimation.GetLoopCount(); in AddObj() 1093 Animation aAnimation; in CreateAnimObj() local 1165 aAnimation.Insert( aAnimBmp ); in CreateAnimObj() 1166 aAnimation.SetDisplaySizePixel( aMaxSizePix ); in CreateAnimObj() 1167 aAnimation.SetLoopCount( nLoopCount ); in CreateAnimObj() 1170 SdrGrafObj* pGrafObj = new SdrGrafObj( Graphic( aAnimation ) ); in CreateAnimObj()
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | grfmgr.cxx | 1203 Animation aAnimation( maGraphic.GetAnimation() ); in GetTransformedGraphic() local 1204 GraphicManager::ImplAdjust( aAnimation, aAttr, ADJUSTMENT_ALL ); in GetTransformedGraphic() 1205 aAnimation.SetLoopCount( mnAnimationLoopCount ); in GetTransformedGraphic() 1206 aGraphic = aAnimation; in GetTransformedGraphic() 1226 Animation aAnimation( maGraphic.GetAnimation() ); in GetTransformedGraphic() local 1227 aAnimation.SetLoopCount( mnAnimationLoopCount ); in GetTransformedGraphic() 1228 aGraphic = aAnimation; in GetTransformedGraphic()
|
| H A D | grfcache.cxx | 103 const Animation aAnimation( rGraphic.GetAnimation() ); in GraphicID() local 105 mnID1 |= ( aAnimation.Count() & 0x0fffffff ); in GraphicID() 106 mnID2 = aAnimation.GetDisplaySizePixel().Width(); in GraphicID() 107 mnID3 = aAnimation.GetDisplaySizePixel().Height(); in GraphicID()
|
| /AOO41X/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsVisibleAreaManager.cxx | 160 VisibleAreaScroller aAnimation( in MakeVisible() local 168 aAnimation, in MakeVisible() 175 aAnimation(1.0); in MakeVisible()
|
| /AOO41X/main/filter/source/graphicfilter/itiff/ |
| H A D | itiff.cxx | 56 Animation aAnimation; member in TIFFReader 1286 aAnimation.Insert( aAnimationBitmap ); in ReadTIFF() 1305 if ( aAnimation.Count() ) in ReadTIFF() 1307 if ( aAnimation.Count() == 1 ) in ReadTIFF() 1308 rGraphic = aAnimation.GetBitmapEx(); in ReadTIFF() 1310 rGraphic = aAnimation; //aBitmap; in ReadTIFF()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | impgraph.cxx | 685 Animation aAnimation; in ImplGetAnimation() local 688 aAnimation = *mpAnimation; in ImplGetAnimation() 690 return aAnimation; in ImplGetAnimation()
|
| /AOO41X/main/svtools/source/inc/ |
| H A D | gifread.hxx | 72 Animation aAnimation; member in GIFReader
|