To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20496
User er changed the following:
What |Old value |New value
================================================================================
CC|'jodygoldberg,mmeeks,muthu|'er,jodygoldberg,mmeeks,mu
|suba,utomo99' |thusuba,utomo99'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Aug 3 09:54:38 -0700
2005 -------
Updated Patch:
--- sc/source/ui/view/viewfunc.cxx 2005-07-17 21:30:12.000000000 +0530
+++ sc/source/ui/view/viewfunc.cxx 2005-08-02 22:20:08.923484024 +0530
@@ -450,8 +450,13 @@ void ScViewFunc::EnterData( SCCOL nCol,
}
BOOL bNumFmtChanged = FALSE;
+ ULONG nIndex = 0;
+ double fVal;
+
// einzelnes '=' ist String (wird fuer Spezialfilter so
gebraucht)
- if ( rString.GetChar(0) == '=' && rString.Len() > 1 )
+ if ( rString.Len() > 1 &&
+ ( rString.GetChar(0) == '=' || rString.GetChar(0) == '+' ||
rString.GetChar(0) == '-' ) &&
+ !rFormatter.IsNumberFormat(rString, nIndex, fVal) )
{ // Formel, compile mit AutoCorrection
for (i=0; i<nTabCount; i++)
if (rMark.GetTableSelect(i))
------- Additional comments from [EMAIL PROTECTED] Mon Aug 29 10:05:25 -0700
2005 -------
We'd really need some specification of what should happen with the cell
reference selection during formula input. Is it to be completely ignored with
+/- (as the patch currently does), or should it be identical to '=', but then
interfere with the ability to move the cursor in a -123 number input, or should
it be available but deactivated first, and be switched on with F2?
---------------------------------------------------------------------
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]