Lines Matching refs:Count

117 	for( long i = 0, nCount = rAnimation.maList.Count(); i < nCount; i++ )  in Animation()
149 for( long i = 0, nCount = rAnimation.maList.Count(); i < nCount; i++ ) in operator =()
168 const sal_uLong nCount = maList.Count(); in operator ==()
171 if( rAnimation.maList.Count() == nCount && in operator ==()
196 const sal_uLong nCount = maList.Count(); in IsEqual()
199 if( rAnimation.maList.Count() == nCount && in IsEqual()
216 return( maBitmapEx.IsEmpty() && !maList.Count() ); in IsEmpty()
256 for( long i = 0, nCount = maList.Count(); i < nCount; i++ ) in IsTransparent()
279 for( long i = 0, nCount = maList.Count(); i < nCount; i++ ) in GetSizeBytes()
295 UInt32ToSVBT32( maList.Count(), aBT32 ); in GetChecksum()
307 for( long i = 0, nCount = maList.Count(); i < nCount; i++ ) in GetChecksum()
331 if( maList.Count() ) in Start()
359 if( !mpViewList->Count() ) in Start()
401 if( !mpViewList->Count() ) in Stop()
419 const sal_uLong nCount = maList.Count(); in Draw()
451 const sal_uLong nAnimCount = maList.Count(); in IMPL_LINK()
512 if( !mpViewList->Count() ) in IMPL_LINK()
559 if( !mpViewList->Count() ) in IMPL_LINK()
586 if( maList.Count() == 1 ) in Insert()
599 DBG_ASSERT( ( nAnimation < maList.Count() ), "No object at this position" ); in Get()
607 DBG_ASSERT( ( nAnimation < maList.Count() ), "No object at this position" ); in Replace()
615 if ( ( !nAnimation && ( !mbLoopTerminated || ( maList.Count() == 1 ) ) ) || in Replace()
616 ( ( nAnimation == maList.Count() - 1 ) && mbLoopTerminated ) ) in Replace()
646 if( !IsInAnimation() && maList.Count() ) in Convert()
669 if( !IsInAnimation() && maList.Count() ) in ReduceColors()
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()
806 if( !IsInAnimation() && maList.Count() ) in Filter()
825 const sal_uInt16 nCount = rAnimation.Count(); in operator <<()