|
LibreOffice Module sd (master) 1
|
#include "PresenterConfigurationAccess.hxx"#include "PresenterPaneContainer.hxx"#include <cppuhelper/compbase.hxx>#include <cppuhelper/basemutex.hxx>#include <com/sun/star/frame/XController.hpp>#include <com/sun/star/frame/XModel2.hpp>#include <com/sun/star/task/XJob.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/drawing/framework/XConfigurationController.hpp>#include <com/sun/star/presentation/XPresentation2.hpp>#include <rtl/ref.hxx>#include <map>#include <string_view>Go to the source code of this file.
Classes | |
| class | sdext::presenter::PresenterScreenJob |
| The PresenterScreenJob service is instantiated every time a document is created or loaded. More... | |
| class | sdext::presenter::PresenterScreen |
| class | sdext::presenter::PresenterScreen::ViewDescriptor |
Namespaces | |
| namespace | sd |
| namespace | sdext |
| namespace | sdext::presenter |
Typedefs | |
| typedef ::cppu::WeakComponentImplHelper< css::task::XJob, css::lang::XServiceInfo > | sdext::presenter::PresenterScreenJobInterfaceBase |
| typedef ::cppu::WeakComponentImplHelper< css::lang::XEventListener > | sdext::presenter::PresenterScreenInterfaceBase |
| This is the bootstrap class of the presenter screen. More... | |