Searched refs:bPauseShow (Results 1 – 7 of 7) sorted by relevance
69 bool SoundPlayer::handlePause( bool bPauseShow ) in handlePause() argument71 return bPauseShow ? stopPlayback() : startPlayback(); in handlePause()
304 virtual sal_Bool SAL_CALL pause( sal_Bool bPauseShow )1344 sal_Bool SlideShowImpl::pause( sal_Bool bPauseShow ) in pause() argument1356 if (bPauseShow) in pause()1361 maEventMultiplexer.notifyPauseMode(bPauseShow); in pause()1363 mbShowPaused = bPauseShow; in pause()
1168 bool EventMultiplexer::notifyPauseMode( bool bPauseShow ) in notifyPauseMode() argument1172 _1, bPauseShow )); in notifyPauseMode()
57 virtual bool handlePause( bool bPauseShow ) = 0;
91 virtual bool handlePause( bool bPauseShow );
627 bool notifyPauseMode( bool bPauseShow );
199 @param bPauseShow206 boolean pause( [in] boolean bPauseShow );
Completed in 57 milliseconds