Home
last modified time | relevance | path

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

/AOO41X/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
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx570 , mbIsPaused(false) in SlideshowImpl()
1539 if( !mbIsPaused ) try in pause()
1541 mbIsPaused = sal_True; in pause()
1568 if( mbIsPaused ) try in resume()
1576 mbIsPaused = sal_False;; in resume()
1604 return mbIsPaused; in isPaused()
2196 if( !mbIsPaused ) in IMPL_LINK()
2200 if( mbIsPaused ) in IMPL_LINK()
2205 if( mbIsPaused ) in IMPL_LINK()
2257 mbWasPaused = mbIsPaused; in IMPL_LINK()
[all …]
H A Dslideshowimpl.hxx385 bool mbIsPaused; member in sd::SlideshowImpl
/AOO41X/main/svx/source/sdr/animation/
H A Dscheduler.cxx171 mbIsPaused(false) in Scheduler()
301 if(bNew != mbIsPaused) in SetPaused()
303 mbIsPaused = bNew; in SetPaused()
/AOO41X/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()
/AOO41X/main/slideshow/source/engine/animationnodes/
H A Danimationcommandnode.hxx59 bool mbIsPaused; member in slideshow::internal::AnimationCommandNode