From 685767dbe7dc6677eaee8edf3c9f94105705fafa Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Wed, 22 Feb 2017 21:57:44 +0530 Subject: Added Test for EditEngine - Copy/Paste using Legacy Format Change-Id: I3153010f4e327abd2ef48bdefa50ade1c0ba2f81 Reviewed-on: https://gerrit.libreoffice.org/34552 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- include/editeng/editeng.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/editeng') diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index d3e3f7e4cb9e..921b60f2c954 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -157,6 +157,10 @@ class EDITENG_DLLPUBLIC EditEngine public: typedef std::vector ViewsType; + EditSelection InsertText( + css::uno::Reference const & rxDataObj, + const OUString& rBaseURL, const EditPaM& rPaM, bool bUseSpecial); + private: std::unique_ptr pImpEditEngine; @@ -175,10 +179,6 @@ private: css::datatransfer::XTransferable> CreateTransferable(const EditSelection& rSelection); - EDITENG_DLLPRIVATE EditSelection InsertText( - css::uno::Reference const & rxDataObj, - const OUString& rBaseURL, const EditPaM& rPaM, bool bUseSpecial); - EDITENG_DLLPRIVATE EditPaM EndOfWord(const EditPaM& rPaM); EDITENG_DLLPRIVATE EditPaM GetPaM(const Point& aDocPos, bool bSmart = true); @@ -370,7 +370,7 @@ public: void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos, bool bClip ); void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 ); -// sal_uInt32: Error code of the stream. + // sal_uInt32: Error code of the stream. sal_uLong Read( SvStream& rInput, const OUString& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = nullptr ); void Write( SvStream& rOutput, EETextFormat ); -- cgit