From 4a8afa003b854e74807389c8f82fd4609485f1b8 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 12 Mar 2015 13:08:49 +0100 Subject: 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 --- svx/source/svdraw/svdmodel.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'svx/source/svdraw/svdmodel.cxx') diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index 66f004e6e261..9e59338bdbd3 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -820,6 +820,16 @@ void SdrModel::libreOfficeKitCallback(int nType, const char* pPayload) const mpLibreOfficeKitCallback(nType, pPayload, mpLibreOfficeKitData); } +LibreOfficeKitCallback SdrModel::getLibreOfficeKitCallback() const +{ + return mpLibreOfficeKitCallback; +} + +void* SdrModel::getLibreOfficeKitData() const +{ + return mpLibreOfficeKitData; +} + void SdrModel::ImpReformatAllTextObjects() { if( isLocked() ) -- cgit