Lines Matching refs:ShowWindow

53 ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, ::Window* pParent )  in ShowWindow()  function in sd::ShowWindow
78 maPauseTimer.SetTimeoutHdl( LINK( this, ShowWindow, PauseTimeoutHdl ) ); in ShowWindow()
80 maMouseTimer.SetTimeoutHdl( LINK( this, ShowWindow, MouseTimeoutHdl ) ); in ShowWindow()
87 AddEventListener( LINK( this, ShowWindow, EventHdl ) ); in ShowWindow()
90 ShowWindow::~ShowWindow(void) in ~ShowWindow()
100 void ShowWindow::KeyInput(const KeyEvent& rKEvt) in KeyInput()
186 void ShowWindow::MouseButtonDown(const MouseEvent& /*rMEvt*/) in MouseButtonDown()
202 void ShowWindow::MouseMove(const MouseEvent& /*rMEvt*/) in MouseMove()
247 void ShowWindow::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
273 void ShowWindow::Paint(const Rectangle& rRect) in Paint()
320 long ShowWindow::Notify(NotifyEvent& rNEvt) in Notify()
339 void ShowWindow::GetFocus() in GetFocus()
354 void ShowWindow::LoseFocus() in LoseFocus()
364 void ShowWindow::Resize() in Resize()
371 void ShowWindow::Move() in Move()
378 sal_Bool ShowWindow::SetEndMode() in SetEndMode()
403 sal_Bool ShowWindow::SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeout, Graphic* pLog… in SetPauseMode()
445 sal_Bool ShowWindow::SetBlankMode( sal_Int32 nPageIndexToRestart, const Color& rBlankColor ) in SetBlankMode()
471 void ShowWindow::SetPreviewMode() in SetPreviewMode()
478 void ShowWindow::TerminateShow() in TerminateShow()
507 void ShowWindow::RestartShow() in RestartShow()
514 void ShowWindow::RestartShow( sal_Int32 nPageIndexToRestart ) in RestartShow()
559 void ShowWindow::DrawPauseScene( sal_Bool bTimeoutOnly ) in DrawPauseScene()
634 void ShowWindow::DrawEndScene() in DrawEndScene()
654 void ShowWindow::DrawBlankScene() in DrawBlankScene()
661 IMPL_LINK( ShowWindow, PauseTimeoutHdl, Timer*, pTimer ) in IMPL_LINK() argument
674 IMPL_LINK( ShowWindow, MouseTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
691 IMPL_LINK( ShowWindow, EventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
704 void ShowWindow::SetPresentationArea( const Rectangle& rPresArea ) in SetPresentationArea()
709 void ShowWindow::DeleteWindowFromPaintView() in DeleteWindowFromPaintView()
719 void ShowWindow::AddWindowToPaintView() in AddWindowToPaintView()
732 ShowWindow::CreateAccessible (void) in CreateAccessible()