diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 13:08:49 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-16 09:38:08 +0100 |
commit | 4a8afa003b854e74807389c8f82fd4609485f1b8 (patch) | |
tree | 16a66fe3adecff4a98e09d5fb3134a857e0fa504 /include/editeng/outliner.hxx | |
parent | 5666552a07c0f742087cf987679ffeb5fa99b1a4 (diff) |
Add ImpEditView::libreOfficeKitCallback()
And various other methods, so that it's possible to invoke the callback
in ImpEditView. This will be needed by the blinking editeng cursor.
Change-Id: Ie1b6957e5c48f606e71d5808df3f632924d3a2ec
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r-- | include/editeng/outliner.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index ce25da046cb5..441183ce0ec3 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -36,6 +36,8 @@ #include <svtools/grfmgr.hxx> #include <tools/rtti.hxx> +#define LOK_USE_UNSTABLE_API +#include <LibreOfficeKit/LibreOfficeKit.h> #include <vector> class OutlinerEditEng; @@ -268,6 +270,8 @@ public: /// Set if we are doing tiled rendering. void setTiledRendering(bool bTiledRendering); + /// @see vcl::ITiledRenderable::registerCallback(). + void registerLibreOfficeKitCallback(LibreOfficeKitCallback pCallback, void* pLibreOfficeKitData); SfxItemSet GetAttribs(); |