summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-11-05 15:58:55 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-05 16:00:37 +0100
commitd54aaea33bf2dab86c0ead4bd142c593d017f930 (patch)
treeeb4d6a0f833eb4f00fd5b29c2cdacf90c9c68fc1 /sw/inc
parenteafd3ee3f01bceef0eb3327be3139a8eee2a2b2e (diff)
sw tiled rendering: initial annotation support
Change-Id: I4fcb05f8a58965341cf44a1b7e2367b5cbff981d
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/PostItMgr.hxx1
-rw-r--r--sw/inc/SidebarWin.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 752cd2a01f92..73d2deb8d7a5 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -285,6 +285,7 @@ class SwPostItMgr: public SfxListener
std::vector< vcl::Window* >* pChildren );
void DrawNotesForPage(OutputDevice *pOutDev, sal_uInt32 nPage);
+ void PaintTile(OutputDevice& rRenderContext, const Rectangle& rRect);
};
#endif
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx
index e01c269327c4..556de93e49bf 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -177,6 +177,7 @@ class SwSidebarWin : public vcl::Window
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible() override;
virtual void Draw(OutputDevice* pDev, const Point&, const Size&, DrawFlags) override;
+ void PaintTile(vcl::RenderContext& rRenderContext, const Rectangle& rRect);
protected:
virtual void DataChanged( const DataChangedEvent& aEvent) override;