LibreOffice Module sd (master) 1
|
Classes | |
class | CanvasUpdateRequester |
Each UpdateRequester handles update requests (calls to XCanvas::updateScreen()) for one shared canvas (a canvas that has one or more PresenterCanvas wrappers). More... | |
class | PresenterCanvas |
Wrapper around a shared canvas that forwards most of its methods to the shared canvas. More... | |
class | PresenterHelper |
Implementation of the XPresenterHelper interface: functionality that can not be implemented in an extension. More... | |
class | PresenterPreviewCache |
Uno API wrapper around the slide preview cache. More... | |
class | SlideRenderer |
Render single slides into bitmaps. More... | |
Typedefs | |
typedef comphelper::WeakComponentImplHelper< css::rendering::XSpriteCanvas, css::rendering::XBitmap, css::awt::XWindowListener > | PresenterCanvasInterfaceBase |
typedef comphelper::WeakComponentImplHelper< css::lang::XInitialization, css::lang::XServiceInfo, css::drawing::XPresenterHelper > | PresenterHelperInterfaceBase |
typedef comphelper::WeakComponentImplHelper< css::lang::XInitialization, css::lang::XServiceInfo, css::drawing::XSlidePreviewCache > | PresenterPreviewCacheInterfaceBase |
typedef comphelper::WeakComponentImplHelper< css::drawing::XSlideRenderer, css::lang::XInitialization, css::lang::XServiceInfo > | SlideRendererInterfaceBase |
Functions | |
IMPL_LINK_NOARG (CanvasUpdateRequester, Callback, void *, void) | |
typedef comphelper::WeakComponentImplHelper< css::rendering::XSpriteCanvas, css::rendering::XBitmap, css::awt::XWindowListener> sd::presenter::PresenterCanvasInterfaceBase |
Definition at line 40 of file PresenterCanvas.hxx.
typedef comphelper::WeakComponentImplHelper< css::lang::XInitialization, css::lang::XServiceInfo, css::drawing::XPresenterHelper> sd::presenter::PresenterHelperInterfaceBase |
Definition at line 35 of file ui/presenter/PresenterHelper.hxx.
typedef comphelper::WeakComponentImplHelper< css::lang::XInitialization, css::lang::XServiceInfo, css::drawing::XSlidePreviewCache> sd::presenter::PresenterPreviewCacheInterfaceBase |
Definition at line 37 of file PresenterPreviewCache.hxx.
typedef comphelper::WeakComponentImplHelper< css::drawing::XSlideRenderer, css::lang::XInitialization, css::lang::XServiceInfo> sd::presenter::SlideRendererInterfaceBase |
Definition at line 37 of file SlideRenderer.hxx.
sd::presenter::IMPL_LINK_NOARG | ( | CanvasUpdateRequester | , |
Callback | , | ||
void * | , | ||
void | |||
) |
Definition at line 117 of file CanvasUpdateRequester.cxx.
References mxCanvas.