[api-issues] [Issue 52509] Problem with setting date through automation

2006-11-02 Thread nn
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 User nn changed the following: What|Old value |New value

[api-issues] [Issue 52509] Problem with setting date through automation

2006-11-02 Thread nn
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 User nn changed the following: What|Old value |New value

[api-issues] [Issue 52509] Problem with setting date through automation

2005-09-02 Thread cyb
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 User cyb changed the following: What|Old value |New value

[api-issues] [Issue 52509] Problem with setting date through automation

2005-08-26 Thread nn
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Fri Aug 26 06:52:34 -0700 2005 --- The string that's passed to setFormula is always assumed to be in US-English

[api-issues] [Issue 52509] Problem with setting date through automation

2005-08-19 Thread jl
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Aug 18 23:02:43 -0700 2005 --- NN is currently on vacation. So be a patient :)

[api-issues] [Issue 52509] Problem with setting date through automation

2005-08-18 Thread cyb
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 User cyb changed the following: What|Old value |New value

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-29 Thread jl
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 23:04:16 -0700 2005 --- JL-NN: Do you have an idea?

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread sw
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 User sw changed the following: What|Old value |New value

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread jl
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 06:13:32 -0700 2005 --- setFormula takes a string as argument. However, you provida a Variant containing a

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread jl
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 06:28:36 -0700 2005 --- Small correction, because the conversion from Date to BSTR occurs in the office

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread bovlk
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 06:51:53 -0700 2005 --- OK, I changed the code to BSTR bs = SysAllocString( L2005-08-03);

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread jl
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 07:00:38 -0700 2005 --- I just learned that the ISO format is new in OOo2. So please try the 08/03/2005.

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread bovlk
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 07:10:51 -0700 2005 --- Changed code to BSTR bs = SysAllocString( L08/03/2005); IGNORE_COM_ERRORS(

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread jl
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 07:29:06 -0700 2005 --- That is really strange. Could you strip down your code, so that it is still

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread bovlk
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 08:58:40 -0700 2005 --- Sorry, I was working with a group of projects and had the active project set to

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-28 Thread bovlk
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Thu Jul 28 09:09:41 -0700 2005 --- Dear jl, may I just ask you a few questions? First of all, if I pass 08/04/2005,

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-26 Thread cyb
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Tue Jul 26 16:27:46 -0700 2005 --- I am very confused about this function: void IGNORE_COM_ERRORS( IDispatch

[api-issues] [Issue 52509] Problem with setting date through automation

2005-07-26 Thread bovlk
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52509 --- Additional comments from [EMAIL PROTECTED] Tue Jul 26 16:34:20 -0700 2005 --- There's no problem. void IGNORE_COM_ERRORS( IDispatch *pSheet, const TCHAR *name,