summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-12-02 09:30:44 +0000
committerFrank Meies <fme@openoffice.org>2002-12-02 09:30:44 +0000
commite5cb3f3e08e1a1adcdfbf8abbbbcf26180863bcc (patch)
tree2e1a0d59d2c9d7144241241e98f3a0d789620502 /sw/source/ui/wrtsh
parent9bb7a8254697f3e6469201a01fc4a0c7aaf0138a (diff)
#105221# Bidi - Visual cursor travelling
Diffstat (limited to 'sw/source/ui/wrtsh')
-rw-r--r--sw/source/ui/wrtsh/move.cxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/sw/source/ui/wrtsh/move.cxx b/sw/source/ui/wrtsh/move.cxx
index b201b598464c..ca471c0d75c2 100644
--- a/sw/source/ui/wrtsh/move.cxx
+++ b/sw/source/ui/wrtsh/move.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: move.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2002-08-01 14:13:38 $
+ * last change: $Author: fme $ $Date: 2002-12-02 10:30:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,7 +156,7 @@ FASTBOOL SwWrtShell::SimpleMove( FNSimpleMove FnSimpleMove, FASTBOOL bSelect )
FASTBOOL SwWrtShell::Left( USHORT nMode, FASTBOOL bSelect,
- USHORT nCount, BOOL bBasicCall )
+ USHORT nCount, BOOL bBasicCall, BOOL bVisual )
{
if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly())
{
@@ -168,14 +168,14 @@ FASTBOOL SwWrtShell::Left( USHORT nMode, FASTBOOL bSelect,
else
{
ShellMoveCrsr aTmp( this, bSelect );
- return SwCrsrShell::Left( nCount, nMode );
+ return SwCrsrShell::Left( nCount, nMode, bVisual );
}
}
FASTBOOL SwWrtShell::Right( USHORT nMode, FASTBOOL bSelect,
- USHORT nCount, BOOL bBasicCall )
+ USHORT nCount, BOOL bBasicCall, BOOL bVisual )
{
if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly() )
{
@@ -188,7 +188,7 @@ FASTBOOL SwWrtShell::Right( USHORT nMode, FASTBOOL bSelect,
else
{
ShellMoveCrsr aTmp( this, bSelect );
- return SwCrsrShell::Right( nCount, nMode );
+ return SwCrsrShell::Right( nCount, nMode, bVisual );
}
}
@@ -726,6 +726,9 @@ FASTBOOL SwWrtShell::SelectTxtAttr( USHORT nWhich, const SwTxtAttr* pAttr )
/*************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.3 2002/08/01 14:13:38 os
+ #99985# text selection in readonly documents
+
Revision 1.2 2002/02/01 12:51:13 jp
Task #92291#: add new character skip modifier