|
LibreOffice Module sd (master) 1
|
#include "PresenterController.hxx"#include <cppuhelper/compbase.hxx>#include <cppuhelper/basemutex.hxx>#include <com/sun/star/drawing/framework/XConfigurationController.hpp>#include <com/sun/star/drawing/framework/XResourceFactory.hpp>#include <com/sun/star/drawing/framework/XView.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <unotools/weakref.hxx>#include <rtl/ref.hxx>#include <memory>Go to the source code of this file.
Classes | |
| class | sdext::presenter::PresenterViewFactory |
| Factory of the presenter screen specific views. More... | |
Namespaces | |
| namespace | sd |
| namespace | sdext |
| namespace | sdext::presenter |
Typedefs | |
| typedef ::cppu::WeakComponentImplHelper< css::drawing::framework::XResourceFactory > | sdext::presenter::PresenterViewFactoryInterfaceBase |
Functions | |
| class | sdext::presenter::SAL_LOPLUGIN_ANNOTATE ("crosscast") CachablePresenterView |
| Base class for presenter views that allows the view factory to store them in a cache and reuse deactivated views. More... | |