[ooo-build-commit] patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Jun 17 16:20:10 PDT 2009
patches/dev300/calc-selection-fixed-cursor.diff | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c0d3e0ce2d81ee44acc3436fef5796f366d5b310
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Wed Jun 17 19:08:08 2009 -0400
Update the autofill marker position when expanding selection.
When expanding selection via keyboard, the position of the autofill
marker was not being updated. This commit fixes that regression.
(n#514151)
* patches/dev300/calc-selection-fixed-cursor.diff:
diff --git a/patches/dev300/calc-selection-fixed-cursor.diff b/patches/dev300/calc-selection-fixed-cursor.diff
index 522f7a4..79c1784 100644
--- a/patches/dev300/calc-selection-fixed-cursor.diff
+++ b/patches/dev300/calc-selection-fixed-cursor.diff
@@ -333,7 +333,7 @@ index bd9515c..bd744e4 100644
void ScTabView::DoneBlockMode( BOOL bContinue ) // Default FALSE
{
// Wenn zwischen Tabellen- und Header SelectionEngine gewechselt wird,
-@@ -414,6 +408,296 @@ void ScTabView::MarkCursor( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ,
+@@ -414,6 +408,297 @@ void ScTabView::MarkCursor( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ,
aHdrFunc.SetAnchorFlag( FALSE );
}
@@ -607,6 +607,7 @@ index bd9515c..bd744e4 100644
+ pDoc->SkipOverlapped(nBlockEndX, nBlockEndY, nTab);
+ MarkCursor(nBlockEndX, nBlockEndY, nTab, false, false, true);
+ AlignToCursor(nBlockEndX, nBlockEndY, eMode);
++ UpdateAutoFillMark();
+ }
+}
+
More information about the ooo-build-commit
mailing list