Home
last modified time | relevance | path

Searched refs:mbIsPaused (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsQueueProcessor.cxx52 mbIsPaused(false) in QueueProcessor()
88 if (mbIsPaused) in Start()
114 mbIsPaused = true; in Pause()
122 mbIsPaused = false; in Resume()
164 && ! mbIsPaused in ProcessRequests()
H A DSlsQueueProcessor.hxx123 bool mbIsPaused; member in sd::slidesorter::cache::QueueProcessor
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx560 , mbIsPaused(false) in SlideshowImpl()
1529 if( !mbIsPaused ) try in pause()
1531 mbIsPaused = sal_True; in pause()
1558 if( mbIsPaused ) try in resume()
1566 mbIsPaused = sal_False; in resume()
1594 return mbIsPaused; in isPaused()
2186 if( !mbIsPaused ) in IMPL_LINK()
2190 if( mbIsPaused ) in IMPL_LINK()
2195 if( mbIsPaused ) in IMPL_LINK()
2247 mbWasPaused = mbIsPaused; in IMPL_LINK()
[all …]
H A Dslideshowimpl.hxx383 bool mbIsPaused; member in sd::SlideshowImpl
/trunk/main/svx/source/sdr/animation/
H A Dscheduler.cxx171 mbIsPaused(false) in Scheduler()
301 if(bNew != mbIsPaused) in SetPaused()
303 mbIsPaused = bNew; in SetPaused()
/trunk/main/svx/inc/svx/sdr/animation/
H A Dscheduler.hxx115 bool mbIsPaused; member in sdr::animation::Scheduler
145 bool IsPaused() const { return mbIsPaused; } in IsPaused()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationcommandnode.hxx59 bool mbIsPaused; member in slideshow::internal::AnimationCommandNode