Lines Matching refs:PresenterScreen

115         rtl::Reference<PresenterScreen> mpPresenterScreen;
288 mpPresenterScreen = new PresenterScreen(mxComponentContext, mxModel); in notifyEvent()
339 PresenterScreen::PresenterScreen ( in PresenterScreen() function in sdext::presenter::PresenterScreen
362 PresenterScreen::~PresenterScreen (void) in ~PresenterScreen()
369 void SAL_CALL PresenterScreen::disposing (void) in disposing()
393 void SAL_CALL PresenterScreen::disposing (const lang::EventObject& /*rEvent*/) in disposing()
405 void PresenterScreen::InitializePresenterScreen (void) in InitializePresenterScreen()
503 sal_Int32 PresenterScreen::GetScreenNumber ( in GetScreenNumber()
593 Reference<drawing::framework::XResourceId> PresenterScreen::GetMainPaneId ( in GetMainPaneId()
633 void PresenterScreen::RequestShutdownPresenterScreen (void) in RequestShutdownPresenterScreen()
651 rtl::Reference<PresenterScreen> pSelf (this); in RequestShutdownPresenterScreen()
654 ::boost::bind(&PresenterScreen::ShutdownPresenterScreen, pSelf)); in RequestShutdownPresenterScreen()
662 void PresenterScreen::ShutdownPresenterScreen (void) in ShutdownPresenterScreen()
685 void PresenterScreen::SetupPaneFactory (const Reference<XComponentContext>& rxContext) in SetupPaneFactory()
704 void PresenterScreen::SetupViewFactory (const Reference<XComponentContext>& rxContext) in SetupViewFactory()
723 void PresenterScreen::SetupConfiguration ( in SetupConfiguration()
748 void PresenterScreen::ProcessLayout ( in ProcessLayout()
791 ::boost::bind(&PresenterScreen::ProcessComponent, this, in ProcessLayout()
805 void PresenterScreen::ProcessViewDescriptions ( in ProcessViewDescriptions()
823 ::boost::bind(&PresenterScreen::ProcessViewDescription, this, _1, _2)); in ProcessViewDescriptions()
834 void PresenterScreen::ProcessComponent ( in ProcessComponent()
884 void PresenterScreen::ProcessViewDescription ( in ProcessViewDescription()
914 void PresenterScreen::SetupView( in SetupView()