/trunk/main/cui/source/dialogs/ |
H A D | cuigrfflt.cxx | 339 if( maGraphic.IsAnimated() ) in Paint() 351 if( maGraphic.IsAnimated() || maGraphic.IsTransparent() ) in SetGraphic() 397 if( !rGraphic.IsAnimated() ) in GraphicFilterDialog() 491 if( rGraphic.IsAnimated() ) in GetFilteredGraphic() 553 if( rGraphic.IsAnimated() ) in GetFilteredGraphic() 611 if( rGraphic.IsAnimated() ) in GetFilteredGraphic() 661 if( rGraphic.IsAnimated() ) in GetFilteredGraphic() 737 if( rGraphic.IsAnimated() ) in GetFilteredGraphic()
|
/trunk/main/svx/source/dialog/ |
H A D | grfflt.cxx | 64 if( rGraphic.IsAnimated() ) in ExecuteGrfFilterSlot() 89 if( rGraphic.IsAnimated() ) in ExecuteGrfFilterSlot() 114 if( rGraphic.IsAnimated() ) in ExecuteGrfFilterSlot() 139 if( rGraphic.IsAnimated() ) in ExecuteGrfFilterSlot() 164 if( rGraphic.IsAnimated() ) in ExecuteGrfFilterSlot() 234 if( rGraphic.IsAnimated() ) in ExecuteGrfFilterSlot()
|
/trunk/main/vcl/source/gdi/ |
H A D | graph.cxx | 220 if( rGraphic.IsAnimated() ) in Graphic() 276 if( pGraphic->IsAnimated() ) in Graphic() 315 if( rGraphic.IsAnimated() ) in operator =() 428 sal_Bool Graphic::IsAnimated() const in IsAnimated() function in Graphic
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 204 mbAnimated = maGraphic.IsAnimated(); in ImplAssignGraphicData() 1100 if( aTransGraphic.IsAnimated() ) in GetTransformedGraphic() 1194 if( IsAnimated() ) in GetTransformedGraphic() 1217 if( ( GetType() == GRAPHIC_BITMAP ) && IsAnimated() ) in GetTransformedGraphic() 1235 if( IsAnimated() && !IsSwappedOut() ) in ResetAnimationLoopCount()
|
H A D | grfcache.cxx | 101 else if( rGraphic.IsAnimated() ) in GraphicID() 254 else if( rGraphic.IsAnimated() ) in ImplInit()
|
H A D | descriptor.cxx | 492 *pValues <<= static_cast< sal_Bool >( mpGraphic ? mpGraphic->IsAnimated() : mbAnimated ); in _getPropertyValues()
|
/trunk/main/sw/inc/ |
H A D | ndgrf.hxx | 149 inline sal_Bool IsAnimated() const { return maGrfObj.IsAnimated(); } in IsAnimated() function in SwGrfNode
|
/trunk/main/sw/source/core/text/ |
H A D | porfld.cxx | 830 SetAnimated( pGraph->IsAnimated() ); in SwGrfNumPortion() 853 if ( IsAnimated() ) in ~SwGrfNumPortion() 860 if ( IsAnimated() ) in StopAnimation() 982 if ( IsAnimated() ) in Paint()
|
H A D | porfld.hxx | 218 inline sal_Bool IsAnimated() const { return bAnimated; } in IsAnimated() function in SwGrfNumPortion
|
/trunk/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 974 const sal_Bool bAnimate = rGrfObj.IsAnimated() && in PaintPicture() 1232 if( pGrfNd && pGrfNd->IsAnimated() ) in StopAnimation() 1242 return pGrfNd && pGrfNd->IsAnimated(); in HasAnimation()
|
/trunk/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 141 if( aGraphic.IsAnimated() ) in SvXMLGraphicInputStream() 619 if( aGraphic.IsAnimated() ) in ImplWriteGraphic() 743 if( aGrfObject.IsAnimated() ) in ImplInsertGraphicURL()
|
/trunk/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 104 if( rGraphic.IsAnimated() ) in MirrorGraphic() 147 sal_Bool bTransparent = rGraphic.IsTransparent(), bAnimated = rGraphic.IsAnimated(); in WriteGraphic()
|
/trunk/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 620 else if ( aGraphic.IsAnimated() ) in Actualize() 958 if( rGraphic.IsAnimated() ) in InsertGraphic() 1200 else if ( aGraphic.IsAnimated() ) in InsertURL()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 616 sal_Bool SdrGrafObj::IsAnimated() const in IsAnimated() function in SdrGrafObj 618 return pGraphic->IsAnimated(); in IsAnimated() 1120 if( pGraphic->IsAnimated()) in SetPage()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 113 …OSL_ENSURE(GRAPHIC_BITMAP == rGraphic.GetType() && rGraphic.IsAnimated(), "animatedBitmapExPrepara… in animatedBitmapExPreparator() 228 if(rGraphic.IsAnimated()) in create2DDecompositionOfGraphic()
|
/trunk/main/svx/inc/svx/ |
H A D | svdograf.hxx | 148 sal_Bool IsAnimated() const;
|
/trunk/main/vcl/inc/vcl/ |
H A D | graph.hxx | 126 sal_Bool IsAnimated() const;
|
/trunk/main/sw/source/core/view/ |
H A D | vnew.cxx | 351 if( pGNd->IsAnimated() ) in ~ViewShell()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 908 if( nInv == SdrInventor && nId == OBJ_GRAF && ( (SdrGrafObj*) pObject )->IsAnimated() ) in AddObj() 914 if( aGraphic.IsAnimated() ) in AddObj()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 342 if( !rGraphic.IsAnimated() ) in getAnimationFromGraphic()
|
H A D | shapeimporter.cxx | 367 if( !aGraphicObject.IsAnimated() ) in createShape()
|
/trunk/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 116 if( rGraphic.IsAnimated() ) in WriteGIF()
|
/trunk/main/sd/source/ui/slideshow/ |
H A D | showwin.cxx | 589 if( maLogo.IsAnimated() ) in DrawPauseScene()
|
/trunk/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 182 if ( rGraphic.IsAnimated() ) in WriteTIFF()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews6.cxx | 256 if( ( (SdrGrafObj*) pObj )->IsAnimated() ) in GetAnimationWinState()
|