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()
102 void ShowWindow::KeyInput(const KeyEvent& rKEvt) in KeyInput()
190 void ShowWindow::MouseButtonDown(const MouseEvent& /*rMEvt*/) in MouseButtonDown()
208 void ShowWindow::MouseMove(const MouseEvent& /*rMEvt*/) in MouseMove()
255 void ShowWindow::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
283 void ShowWindow::Paint(const Rectangle& rRect) in Paint()
332 long ShowWindow::Notify(NotifyEvent& rNEvt) in Notify()
351 void ShowWindow::GetFocus() in GetFocus()
366 void ShowWindow::LoseFocus() in LoseFocus()
376 void ShowWindow::Resize() in Resize()
383 void ShowWindow::Move() in Move()
390 sal_Bool ShowWindow::SetEndMode() in SetEndMode()
415 sal_Bool ShowWindow::SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeout, Graphic* pLog… in SetPauseMode()
457 sal_Bool ShowWindow::SetBlankMode( sal_Int32 nPageIndexToRestart, const Color& rBlankColor ) in SetBlankMode()
483 void ShowWindow::SetPreviewMode() in SetPreviewMode()
490 void ShowWindow::TerminateShow() in TerminateShow()
519 void ShowWindow::RestartShow() in RestartShow()
526 void ShowWindow::RestartShow( sal_Int32 nPageIndexToRestart ) in RestartShow()
571 void ShowWindow::DrawPauseScene( sal_Bool bTimeoutOnly ) in DrawPauseScene()
646 void ShowWindow::DrawEndScene() in DrawEndScene()
666 void ShowWindow::DrawBlankScene() in DrawBlankScene()
673 IMPL_LINK( ShowWindow, PauseTimeoutHdl, Timer*, pTimer ) in IMPL_LINK() argument
686 IMPL_LINK( ShowWindow, MouseTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
703 IMPL_LINK( ShowWindow, EventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
716 void ShowWindow::SetPresentationArea( const Rectangle& rPresArea ) in SetPresentationArea()
721 void ShowWindow::DeleteWindowFromPaintView() in DeleteWindowFromPaintView()
731 void ShowWindow::AddWindowToPaintView() in AddWindowToPaintView()
744 ShowWindow::CreateAccessible (void) in CreateAccessible()