Lines Matching refs:ActivityImpl
141 class ActivityImpl : public Activity, class
142 public boost::enable_shared_from_this<ActivityImpl>,
146 virtual ~ActivityImpl();
148 ActivityImpl(
260 explicit IntrinsicAnimationListener( ActivityImpl& rActivity ) : in IntrinsicAnimationListener()
269 ActivityImpl& mrActivity;
274 double ActivityImpl::GetMixerState( sal_uInt32 nTime ) in GetMixerState()
335 sal_uInt32 ActivityImpl::GetStepWidthLogic() const in GetStepWidthLogic()
366 void ActivityImpl::ImpForceScrollTextAnimNodes() in ImpForceScrollTextAnimNodes()
552 ScrollTextAnimNode* ActivityImpl::ImpGetScrollTextAnimNode( in ImpGetScrollTextAnimNode()
586 sal_uInt32 ActivityImpl::ImpRegisterAgainScrollTextMixerState(sal_uInt32 nTime) in ImpRegisterAgainScrollTextMixerState()
611 void ActivityImpl::updateShapeAttributes( in updateShapeAttributes()
694 bool ActivityImpl::perform() in perform()
750 ActivityImpl::ActivityImpl( in ActivityImpl() function in __anon86c352820111::ActivityImpl
870 bool ActivityImpl::enableAnimations() in enableAnimations()
877 ActivityImpl::~ActivityImpl() in ~ActivityImpl()
881 void ActivityImpl::dispose() in dispose()
916 double ActivityImpl::calcTimeLag() const in calcTimeLag()
921 bool ActivityImpl::isActive() const in isActive()
926 void ActivityImpl::dequeued() in dequeued()
931 void ActivityImpl::end() in end()
959 pActivity.reset( new ActivityImpl( rContext, pWakeupEvent, pDrawShape ) ); in createDrawingLayerAnimActivity()