summaryrefslogtreecommitdiff
path: root/svx/inc/svx/editeng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/editeng.hxx')
-rw-r--r--svx/inc/svx/editeng.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/svx/editeng.hxx b/svx/inc/svx/editeng.hxx
index 7f7cfea42b..d117950382 100644
--- a/svx/inc/svx/editeng.hxx
+++ b/svx/inc/svx/editeng.hxx
@@ -219,6 +219,8 @@ public:
USHORT GetLineCount( USHORT nParagraph ) const;
xub_StrLen GetLineLen( USHORT nParagraph, USHORT nLine ) const;
+ void GetLineBoundaries( /*out*/USHORT &rStart, /*out*/USHORT &rEnd, USHORT nParagraph, USHORT nLine ) const;
+ USHORT GetLineNumberAtIndex( USHORT nPara, USHORT nIndex ) const;
sal_uInt32 GetLineHeight( USHORT nParagraph, USHORT nLine = 0 );
USHORT GetFirstLineOffset( USHORT nParagraph );
ParagraphInfos GetParagraphInfos( USHORT nPara );