Home
last modified time | relevance | path

Searched refs:IsInAnimation (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Danimate.cxx577 if( !IsInAnimation() ) in Insert()
642 DBG_ASSERT( !IsInAnimation(), "Animation modified while it is animated" ); in Convert()
646 if( !IsInAnimation() && maList.Count() ) in Convert()
665 DBG_ASSERT( !IsInAnimation(), "Animation modified while it is animated" ); in ReduceColors()
669 if( !IsInAnimation() && maList.Count() ) in ReduceColors()
688 DBG_ASSERT( !IsInAnimation(), "Animation modified while it is animated" ); in Invert()
692 if( !IsInAnimation() && maList.Count() ) in Invert()
715 if( !IsInAnimation() && maList.Count() ) in Mirror()
752 if( !IsInAnimation() && maList.Count() ) in Dither()
777 if( !IsInAnimation() && maList.Count() ) in Adjust()
[all …]
/trunk/main/vcl/inc/vcl/
H A Danimate.hxx198 sal_Bool IsInAnimation() const { return mbIsInAnimation; } in IsInAnimation() function in Animation

Completed in 22 milliseconds