Home
last modified time | relevance | path

Searched refs:isCharged (Results 1 – 10 of 10) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Ddelayevent.cxx35 OSL_ASSERT( isCharged() ); in fire()
36 if (isCharged()) { in fire()
44 bool Delay::isCharged() const in isCharged() function in slideshow::internal::Delay
57 if (isCharged()) { in dispose()
H A Dwakeupevent.cxx64 bool WakeupEvent::isCharged() const in isCharged() function in slideshow::internal::WakeupEvent
H A Deventqueue.cxx228 if( event.pEvent->isCharged() ) in process_()
H A Drehearsetimingsactivity.cxx87 virtual bool isCharged() const { return true; } in isCharged() function in slideshow::internal::RehearseTimingsActivity::WakeupEvent
H A Dusereventqueue.cxx96 if(pEvent->isCharged()) in fireSingleEvent()
/trunk/main/slideshow/source/inc/
H A Dinterruptabledelayevent.hxx55 if( mpEvent && isCharged() ) in fire()
66 virtual bool isCharged() const in isCharged() function in slideshow::internal::DelayFacade
71 return !mpEvent ? false : mpEvent->isCharged(); in isCharged()
H A Devent.hxx59 virtual bool isCharged() const = 0;
H A Dwakeupevent.hxx54 virtual bool isCharged() const;
H A Ddelayevent.hxx67 virtual bool isCharged() const;
/trunk/main/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx76 if (mpEndEvent && mpEndEvent->isCharged()) in dispose()

Completed in 27 milliseconds