summaryrefslogtreecommitdiff
path: root/include/editeng/unoforou.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 15:30:29 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:30 +0200
commitb46f93a3c53ce15b38369eb8b127b69bad9b2143 (patch)
treef7719e3614e1d409dc6e13897e31de90bea13f3a /include/editeng/unoforou.hxx
parent4e808f63290e3abade2a7dcea11209af56855b31 (diff)
editeng: sal_Bool->bool
Change-Id: Ic59e48341f69b8c6e6fe77b05eeebac56a2c53e7
Diffstat (limited to 'include/editeng/unoforou.hxx')
-rw-r--r--include/editeng/unoforou.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/unoforou.hxx b/include/editeng/unoforou.hxx
index ae7e912a7a7c..1ea7f61f830b 100644
--- a/include/editeng/unoforou.hxx
+++ b/include/editeng/unoforou.hxx
@@ -89,11 +89,11 @@ public:
virtual OutputDevice* GetRefDevice() const;
virtual sal_Bool GetIndexAtPoint( const Point&, sal_Int32& nPara, sal_Int32& nIndex ) const;
virtual sal_Bool GetWordIndices( sal_Int32 nPara, sal_Int32 nIndex, sal_Int32& nStart, sal_Int32& nEnd ) const;
- virtual sal_Bool GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, sal_Int32 nPara, sal_Int32 nIndex, sal_Bool bInCell = sal_False ) const;
- virtual sal_Int32 GetLineCount( sal_Int32 nPara ) const;
- virtual sal_Int32 GetLineLen( sal_Int32 nPara, sal_Int32 nLine ) const;
+ virtual bool GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nEndIndex, sal_Int32 nPara, sal_Int32 nIndex, bool bInCell = false ) const;
+ virtual sal_Int32 GetLineCount( sal_Int32 nPara ) const;
+ virtual sal_Int32 GetLineLen( sal_Int32 nPara, sal_Int32 nLine ) const;
virtual void GetLineBoundaries( /*out*/sal_Int32& rStart, /*out*/sal_Int32& rEnd, sal_Int32 nPara, sal_Int32 nLine ) const;
- virtual sal_Int32 GetLineNumberAtIndex( sal_Int32 nPara, sal_Int32 nIndex ) const;
+ virtual sal_Int32 GetLineNumberAtIndex( sal_Int32 nPara, sal_Int32 nIndex ) const;
virtual sal_Bool Delete( const ESelection& );
virtual sal_Bool InsertText( const OUString&, const ESelection& );
virtual sal_Bool QuickFormatDoc( sal_Bool bFull=sal_False );