To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47125
------- Additional comments from [EMAIL PROTECTED] Wed Apr 20 00:16:01 -0700
2005 -------
here's an updated patch: works far better...
--- sc/source/ui/app/inputhdl.cxx 2005-04-14 09:49:53.000000000 +0530
+++ sc/source/ui/app/inputhdl.cxx 2005-04-20 12:33:24.662356387 +0530
@@ -1025,11 +1025,13 @@ void ScInputHandler::UseColData()
// b
if ( pTableView )
{
pTableView->InsertText(
aIns, FALSE );
+
pTableView->CompleteAutoCorrect();
pTableView->SetSelection( aSelection );
}
if ( pTopView )
{
pTopView->InsertText(
aIns, FALSE );
+
pTopView->CompleteAutoCorrect();
pTopView->SetSelection(
aSelection );
}
@@ -2743,6 +2745,14 @@ BOOL ScInputHandler::KeyInput( const Key
if (pTableView || pTopView)
{
+ // Remove attributes
+ if(pTableView)
+
pTableView->GetEditEngine()->QuickRemoveCharAttribs(
+
pTableView->GetEditEngine()->GetParagraphCount() - 1 );
+ if(pTopView)
+
pTopView->GetEditEngine()->QuickRemoveCharAttribs(
+
pTopView->GetEditEngine()->GetParagraphCount() - 1 );
+
// pActiveView->SetEditEngineUpdateMode(TRUE);
//! gibt Muell !!!!
if (bDoEnter)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]