[script-issues] [Issue 92528] Localization of Addin func tion ERFC is broken

2008-08-28 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92528


User ab changed the following:

What|Old value |New value

 Assigned to|ab|er

   Component|scripting |Spreadsheet

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Thu Aug 28 12:08:53 + 
2008 ---
This is no scripting problem. Basic only catches an Excepting thrown 
by the callFunction method of  service "css.sheet.FunctionAccess"

Component scripting -> Spreadsheet
ab->er: Please have a look


-
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]



[script-issues] [Issue 92528] Localization of Addin func tion ERFC is broken

2008-08-26 Thread kr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92528


User kr changed the following:

What|Old value |New value

 Assigned to|kr|ab





--- Additional comments from [EMAIL PROTECTED] Tue Aug 26 08:29:23 + 
2008 ---
Andreas, please take care of this ...

Thanks

   Kay



-
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]



[script-issues] [Issue 92528] Localization of Addin func tion ERFC is broken

2008-08-06 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92528





--- Additional comments from [EMAIL PROTECTED] Wed Aug  6 16:47:35 + 
2008 ---
Created an attachment (id=55607)
macro with German and English functions name


-
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]



[script-issues] [Issue 92528] Localization of Addin func tion ERFC is broken

2008-08-06 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92528
 Issue #|92528
 Summary|Localization of Addin function ERFC is broken
   Component|scripting
 Version|DEV300m24
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|regina





--- Additional comments from [EMAIL PROTECTED] Wed Aug  6 16:43:19 + 
2008 ---
Try to access the ERFC-function with a macro, for example

function MYERFC (byval z) as double
DIM oFunktion as variant
oFunktion = createUnoService("com.sun.star.sheet.FunctionAccess")
Dim aArgumente(0) As Variant
dim erfcresult as double
aArgumente(0)=z
erfcresult = oFunktion.callFunction( "ERFC", aArgumente() )
MYERFC=erfcresult
end function

This works fine in an English UI. Now open the same document in a German UI. You
will get an error "comm.sun.star.container.NoSuchElementException".

For the normal functions is works as expected, that the function in the
statement is always English. For the Addin function 'Erfc' the statement needs
the localized name.

I consider this a bug, because the behavior is different and it makes it
impossible to distribute such macros.

-
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]