LibreOffice Module sd (master) 1
|
#include <memory>
#include <sal/config.h>
#include <comphelper/compbase.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer4.hxx>
#include <com/sun/star/presentation/ClickAction.hpp>
#include <com/sun/star/presentation/XSlideShowNavigationListener.hpp>
#include <com/sun/star/presentation/XSlideShowController.hpp>
#include <com/sun/star/presentation/XShapeEventListener.hpp>
#include <drawdoc.hxx>
#include "showwindow.hxx"
#include <slideshow.hxx>
Go to the source code of this file.
Classes | |
struct | sd::PresentationSettingsEx |
struct | sd::WrappedShapeEventImpl |
class | sd::SlideShowListenerProxy |
class | sd::SlideshowImpl |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::frame |
namespace | com::sun::star::media |
namespace | sd |
Typedefs | |
typedef std::shared_ptr< WrappedShapeEventImpl > | sd::WrappedShapeEventImplPtr |
typedef comphelper::WeakComponentImplHelper< css::presentation::XSlideShowController, css::container::XIndexAccess > | sd::SlideshowImplBase |