diff options
Diffstat (limited to 'sdext/source/presenter/PresenterScreen.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterScreen.cxx | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx index ccda5f897527..a9c6e781d311 100644 --- a/sdext/source/presenter/PresenterScreen.cxx +++ b/sdext/source/presenter/PresenterScreen.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ - #include "PresenterScreen.hxx" #include "PresenterConfigurationAccess.hxx" #include "PresenterController.hxx" @@ -101,7 +100,6 @@ namespace { }; } - //----- Service --------------------------------------------------------------- OUString PresenterScreenJob::getImplementationName_static (void) @@ -109,9 +107,6 @@ OUString PresenterScreenJob::getImplementationName_static (void) return A2S("com.sun.star.comp.Draw.framework.PresenterScreenJob"); } - - - Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void) { static const ::rtl::OUString sServiceName( @@ -119,18 +114,12 @@ Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void) return Sequence<rtl::OUString>(&sServiceName, 1); } - - - Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContext) SAL_THROW((css::uno::Exception)) { return Reference<XInterface>(static_cast<XWeak*>(new PresenterScreenJob(rxContext))); } - - - //===== PresenterScreenJob ==================================================== PresenterScreenJob::PresenterScreenJob (const Reference<XComponentContext>& rxContext) @@ -139,24 +128,15 @@ PresenterScreenJob::PresenterScreenJob (const Reference<XComponentContext>& rxCo { } - - - PresenterScreenJob::~PresenterScreenJob (void) { } - - - void SAL_CALL PresenterScreenJob::disposing (void) { mxComponentContext = NULL; } - - - //----- XJob ----------------------------------------------------------- Any SAL_CALL PresenterScreenJob::execute( @@ -202,9 +182,6 @@ Any SAL_CALL PresenterScreenJob::execute( return Any(); } - - - //===== PresenterScreenListener =============================================== namespace { @@ -219,9 +196,6 @@ PresenterScreenListener::PresenterScreenListener ( { } - - - void PresenterScreenListener::Initialize (void) { Reference< document::XEventListener > xDocListener( @@ -231,16 +205,10 @@ void PresenterScreenListener::Initialize (void) xDocBroadcaster->addEventListener(xDocListener); } - - - PresenterScreenListener::~PresenterScreenListener (void) { } - - - void SAL_CALL PresenterScreenListener::disposing (void) { Reference< document::XEventBroadcaster > xDocBroadcaster( mxModel, UNO_QUERY ); @@ -256,9 +224,6 @@ void SAL_CALL PresenterScreenListener::disposing (void) } } - - - // document::XEventListener void SAL_CALL PresenterScreenListener::notifyEvent( const css::document::EventObject& Event ) throw (css::uno::RuntimeException) @@ -280,9 +245,6 @@ void SAL_CALL PresenterScreenListener::notifyEvent( const css::document::EventOb } } - - - // XEventListener void SAL_CALL PresenterScreenListener::disposing (const css::lang::EventObject& rEvent) @@ -297,9 +259,6 @@ void SAL_CALL PresenterScreenListener::disposing (const css::lang::EventObject& } } - - - void PresenterScreenListener::ThrowIfDisposed (void) const throw ( ::com::sun::star::lang::DisposedException) { @@ -314,9 +273,6 @@ void PresenterScreenListener::ThrowIfDisposed (void) const throw ( } // end of anonymous namespace - - - //===== PresenterScreen ======================================================= PresenterScreen::PresenterScreen ( @@ -339,16 +295,10 @@ PresenterScreen::PresenterScreen ( { } - - - PresenterScreen::~PresenterScreen (void) { } - - - void SAL_CALL PresenterScreen::disposing (void) { Reference<XConfigurationController> xCC (mxConfigurationControllerWeak); @@ -368,9 +318,6 @@ void SAL_CALL PresenterScreen::disposing (void) mxModel = NULL; } - - - //----- XEventListener -------------------------------------------------------- void SAL_CALL PresenterScreen::disposing (const lang::EventObject& /*rEvent*/) @@ -380,9 +327,6 @@ void SAL_CALL PresenterScreen::disposing (const lang::EventObject& /*rEvent*/) RequestShutdownPresenterScreen(); } - - - //----------------------------------------------------------------------------- void PresenterScreen::InitializePresenterScreen (void) @@ -583,7 +527,6 @@ sal_Int32 PresenterScreen::GetScreenNumber ( return nScreenNumber; } - sal_Int32 PresenterScreen::GetPresenterScreenFromScreen( sal_Int32 nPresentationScreen ) const { // Setup the resource id of the full screen background pane so that @@ -609,7 +552,6 @@ sal_Int32 PresenterScreen::GetPresenterScreenFromScreen( sal_Int32 nPresentation return nPresenterScreenNumber; } - Reference<drawing::framework::XResourceId> PresenterScreen::GetMainPaneId ( const Reference<presentation::XPresentation2>& rxPresentation) const { @@ -628,9 +570,6 @@ Reference<drawing::framework::XResourceId> PresenterScreen::GetMainPaneId ( + OUString::valueOf(nPresenterScreenNumber)); } - - - void PresenterScreen::RequestShutdownPresenterScreen (void) { // Restore the configuration that was active before the presenter screen @@ -657,9 +596,6 @@ void PresenterScreen::RequestShutdownPresenterScreen (void) } } - - - void PresenterScreen::ShutdownPresenterScreen (void) { Reference<lang::XComponent> xViewFactoryComponent (mxViewFactory, UNO_QUERY); @@ -680,9 +616,6 @@ void PresenterScreen::ShutdownPresenterScreen (void) mpPaneContainer = new PresenterPaneContainer(Reference<XComponentContext>(mxContextWeak)); } - - - void PresenterScreen::SetupPaneFactory (const Reference<XComponentContext>& rxContext) { try @@ -699,9 +632,6 @@ void PresenterScreen::SetupPaneFactory (const Reference<XComponentContext>& rxCo } } - - - void PresenterScreen::SetupViewFactory (const Reference<XComponentContext>& rxContext) { try @@ -718,9 +648,6 @@ void PresenterScreen::SetupViewFactory (const Reference<XComponentContext>& rxCo } } - - - void PresenterScreen::SetupConfiguration ( const Reference<XComponentContext>& rxContext, const Reference<XResourceId>& rxAnchorId) @@ -743,9 +670,6 @@ void PresenterScreen::SetupConfiguration ( } } - - - void PresenterScreen::ProcessLayout ( PresenterConfigurationAccess& rConfiguration, const OUString& rsLayoutName, @@ -800,9 +724,6 @@ void PresenterScreen::ProcessLayout ( } } - - - void PresenterScreen::ProcessViewDescriptions ( PresenterConfigurationAccess& rConfiguration) { @@ -829,9 +750,6 @@ void PresenterScreen::ProcessViewDescriptions ( } } - - - void PresenterScreen::ProcessComponent ( const OUString& rsKey, const ::std::vector<Any>& rValues, @@ -878,9 +796,6 @@ void PresenterScreen::ProcessComponent ( } } - - - void PresenterScreen::ProcessViewDescription ( const OUString& rsKey, const ::std::vector<Any>& rValues) @@ -908,9 +823,6 @@ void PresenterScreen::ProcessViewDescription ( } } - - - void PresenterScreen::SetupView( const Reference<XComponentContext>& rxContext, const Reference<XResourceId>& rxAnchorId, @@ -948,9 +860,6 @@ void PresenterScreen::SetupView( } } - - - } } // end of namespace ::sdext::presenter /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |