From d83328b233f51d4a70bfeaae90129a68dccf825b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Dec 2013 12:27:44 +0000 Subject: longparas: convert GetTextBreak to sal_Int32 Change-Id: I693e4c9916e1968c33ebd922829662f6efc27bfb --- vcl/inc/textlayout.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/textlayout.hxx') diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx index 541fcf4587b1..d16d2499f9ff 100644 --- a/vcl/inc/textlayout.hxx +++ b/vcl/inc/textlayout.hxx @@ -42,7 +42,7 @@ namespace vcl virtual void DrawText( const Point& _rStartPoint, const OUString& _rText, sal_Int32 _nStartIndex, sal_Int32 _nLength, MetricVector* _pVector, OUString* _pDisplayText ) = 0; virtual bool GetCaretPositions( const OUString& _rText, sal_Int32* _pCaretXArray, sal_Int32 _nStartIndex, sal_Int32 _nLength ) const = 0; - virtual xub_StrLen GetTextBreak( const OUString& _rText, long _nMaxTextWidth, sal_Int32 _nStartIndex, sal_Int32 _nLength ) const = 0; + virtual sal_Int32 GetTextBreak( const OUString& _rText, long _nMaxTextWidth, sal_Int32 _nStartIndex, sal_Int32 _nLength ) const = 0; virtual bool DecomposeTextRectAction() const = 0; protected: @@ -84,7 +84,7 @@ namespace vcl sal_Int32 _nStartIndex, sal_Int32 _nLength ) const; - virtual xub_StrLen GetTextBreak( + virtual sal_Int32 GetTextBreak( const OUString& _rText, long _nMaxTextWidth, sal_Int32 _nStartIndex, -- cgit /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_ure.mk
AgeCommit message (Expand)Author
2017-02-10Remove MinGW supportStephan Bergmann
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-06-09remove a bunch of unneeded definesDavid Tardon
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11autoinstall ure private librariesMatúš Kukan
2013-04-10add new urelibs library merging some libraries from ure/lib/Matúš Kukan