summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 02f1ee19ceb7..3141abd46bc9 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -59,6 +59,7 @@ class SdMasterPagesAccess;
class SdLayerManager;
class SdXCustomPresentationAccess;
class SdDocLinkTargets;
+class SdGenericDrawPage;
namespace sd {
class DrawDocShell;
@@ -304,6 +305,8 @@ public:
/// @see vcl::ITiledRenderable::renderNextSlideLayer().
bool renderNextSlideLayer(unsigned char* pBuffer, bool& bIsBitmapLayer, OUString& rJsonMsg) override;
+ rtl::Reference< SdDrawPagesAccess > getSdDrawPages();
+
// XComponent
/** This dispose implementation releases the resources held by the
@@ -355,6 +358,8 @@ public:
virtual void SAL_CALL dispose( ) override;
virtual void SAL_CALL addEventListener( const css::uno::Reference< css::lang::XEventListener >& xListener ) override;
virtual void SAL_CALL removeEventListener( const css::uno::Reference< css::lang::XEventListener >& aListener ) override;
+
+ SdGenericDrawPage* getDrawPageByIndex( sal_Int32 Index );
};
/***********************************************************************