[dba-issues] [Issue 51380] UNION statement support

2009-08-13 Thread springm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51380





--- Additional comments from spri...@openoffice.org Thu Aug 13 13:54:46 
+ 2009 ---
Appendum to my perivious comment:

This is reported for Ooo Base 3.1.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 51380] UNION statement support

2009-08-13 Thread springm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51380





--- Additional comments from spri...@openoffice.org Thu Aug 13 13:53:24 
+ 2009 ---
Reported 

This workaround works is fine without any parameters, but it does not work with
any variables in the WHERE clause of the query because the query is sent
directly to the SQL Server. 

So it is not possible to make pre-defined queries with (=:paramater or
=[parameter] )for our users containing any UNION command. This prevents us using
Ooo as a reporting tool for our users.

It would be very fine to have Ooo Base enhanced with the UNION feature.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103682] HSQLDB Index lost (Violat ion of unique constraint SYS_PK_260...)

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103682


User fs changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |fs

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |not determined





--- Additional comments from f...@openoffice.org Thu Aug 13 12:41:58 + 
2009 ---
> IIRC, the following fixed the problem for my particular DB:
> - open the affected table in the table data view
> - change the value of the PK field in the last last (read: most recently
>   inserted) to something else
> - change the value back

Ah, the most important information was missing here: You must not arbitrarily
change the value, but increment it by 1.

(for the record: I tried that with the corrupted database windl sent me
separately, and it worked fine - after that one could enter records, again.)

Still, there are open questions:
- How was this corrupted caused? Pretty difficult to find out
  after-the-fact
- Can we fix HSQL to at least recognize this situation, and silently
  correct it?
- Is there another manual workaround, like explicitly rebuilding the
  affected index (since I assume that the index on the auto-inc PK column
  is corrupted)?

I'll take over this issue, confirm it, and keep it for reference. Discussions
with the HSQL team are ongoing on this.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371





--- Additional comments from m...@openoffice.org Thu Aug 13 11:21:08 + 
2009 ---
Exactly, I have meant the implementations like the one in writer. I am not aware
about an implementation that would catch the event in UNO format.
Anyway, I would test the handling of the embedded objects during CWS testing, at
least the related automated tests. Code review is good, but the review with
testing is better. :)


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103763] seamonkey and gtk2/mac to olkit

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103763


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Thu Aug 13 10:55:54 + 
2009 ---
fixed in CWS dba32f

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba32f

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103763] seamonkey and gtk2/mac to olkit

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103763





--- Additional comments from f...@openoffice.org Thu Aug 13 10:41:50 + 
2009 ---
okay, looks good, works fine - I'll commit this to CWS dba32f, thanks.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371





--- Additional comments from f...@openoffice.org Thu Aug 13 10:40:49 + 
2009 ---
Grokking for SFX_EVENT_PREPARECLOSEDOC gives one occurrence, namely
SwXAutoTextEntry::Notify, which looks as if it would be a good idea to fire this
event for embedded documents (else SwXAutoTextEntry instances, if ever existent
for such docs, might miss something). All other occurrences are trivial.

Do you know of places in the OOo code which listen to the UNO events, instead of
the SFX events?

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103763] seamonkey and gtk2/mac to olkit

2009-08-13 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103763





--- Additional comments from cl...@openoffice.org Thu Aug 13 10:36:53 + 
2009 ---
removed sh -c because that is redundant (already in tg_ext.mk)

(and the mac part is somewhat related as there is no prebuilt moz for PPC... 
:-))

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371





--- Additional comments from f...@openoffice.org Thu Aug 13 10:33:35 + 
2009 ---
> We should only be sure that the applications do not do unnecessary actions
> in case of embedded object when the message has been sent. In other words
> the implementation should be carefully tested for all the kinds of embedded
> objects after the change is done.

Sorry, I am a little bit lost here: Wwhat kind of testing do you mean here? In
which circumstances does our application react on document events?

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371





--- Additional comments from m...@openoffice.org Thu Aug 13 10:07:58 + 
2009 ---
I must confess I am also quite confused by events names now.

Anyway I have nothing against activation of this event for embedded objects as
well. We should only be sure that the applications do not do unnecessary actions
in case of embedded object when the message has been sent. In other words the
implementation should be carefully tested for all the kinds of embedded objects
after the change is done.



-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 102819] Query Design redraw bug

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102819





--- Additional comments from f...@openoffice.org Thu Aug 13 09:57:50 + 
2009 ---
uhm, this comment was intended for another issue, sorry.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 102819] Query Design redraw bug

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102819





--- Additional comments from f...@openoffice.org Thu Aug 13 09:57:16 + 
2009 ---
strange enough, there's no code at all to care for the "Insert Control" item -
seems it has been dead from the beginning ...

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371





--- Additional comments from f...@openoffice.org Thu Aug 13 09:47:11 + 
2009 ---
Some terminology, as this is something which confused and mislead me, too:

"Document closed" is the event which is fired when the document *is about to be
closed*.

"Document is closing" is the event which is fired when the document *has been
closed*.

(That's nothing the online help will tell you, sadly. And the wording, IMO, is
most misleading here.)

As a consequence, offering the "Document is closing" event in Tools/Customize,
for a concrete given document, is questionable: When this event is fired, then
the document is already dead, so you cannot call any macro code in this
document, anymore. This is the reason why assigning a document-local macro to
this event does not work at all.

A second consequence is that in the attached database document, the macro needs
to be assigned to the "Document closed" event in Tools/Customize.

Sadly, this alone isn't enough to make it work, there's still the problem I
mentioned above (internally the event is not fired at the moment, at least not
for database forms).


So, my suggestion here is:
1. Find a volunteer for submitting an issue requesting those event names
   being improved
2. Find a volunteer for submitting an issue requesting that the user is
   warned when she assigns a document-local macro to the "Document is
   closing" event, as this will never be executed.
   (Or prevent assigning document-local macros here at all, while global
   macros probably should still be allowed.)
3. Fix the issue that the "Close document" event is not fired for database
   forms (@mav: See my suggestion above, moving the notification of
   SFX_EVENT_PREPARECLOSEDOC up a few lines is sufficient here)

I'd take 3. anybody for 1./2.? (Or anybody arguing that this is nonsense?)

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371





--- Additional comments from f...@openoffice.org Thu Aug 13 09:21:17 + 
2009 ---
Argh! The "Document closing" event does not work for "ordinary" text documents,
too :(

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103371] The event when you close a form doesn't launch an assigned macro

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103371


User fs changed the following:

What|Old value |New value

  CC|'atjensen'|'atjensen,mav'





--- Additional comments from f...@openoffice.org Thu Aug 13 09:02:28 + 
2009 ---
fs->mav: In SfxObjectShell::PrepareClose, the SFX_EVENT_PREPARECLOSEDOC event is
not fired for embedded documents. It would be easy to change this, however, I do
not know whether this is a good idea, so I'd be interested in your opinion.

We could either say that this event is not supported for embedded documents (and
thus database forms), in which case I should remove it from the Tools/Cusotmize 
UI.

Alternatively, we could fix PrepareClose to fire the event earlier. I would
prefer this approach, since it would add consistency: All other events (e.g.
OnUnload, OnPrepareViewClosing, OnViewClosed) are also fired for embedded
documents, so I do not see a reason why this shouldn't be the case for
OnPrepareUnload.

Please advice.


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 98242] DEV300_m39: build breaks i n connectivity/source/drivers/evoab2/NResultSe tMetaData.cxx

2009-08-13 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98242


User mh changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Thu Aug 13 08:29:49 + 
2009 ---
close issue.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 96896] m37 breaks with HsqlDataba se.java:53: package helper does not exist

2009-08-13 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96896


User mh changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Thu Aug 13 08:28:10 + 
2009 ---
close issue

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103763] seamonkey and gtk2/mac to olkit

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103763





--- Additional comments from f...@openoffice.org Thu Aug 13 08:02:32 + 
2009 ---
Okay, the second patch does not really fit to the original topic of the issue,
but be it ...

Any reason why the "sh -c" was removed from the CONFIGURE_ACTION define? cloph?

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103266] database file is corrupt after open report in bugdoc

2009-08-13 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103266





--- Additional comments from m...@openoffice.org Thu Aug 13 07:44:40 + 
2009 ---
As we have discussed with Marc, the issue stays in dba32f.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 104193] disappearing file open co ntext menu in blob/image form controls

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104193


User fs changed the following:

What|Old value |New value

Keywords|  |usability

  OS/Version|Linux |All

Platform|Unknown   |All

Target milestone|---   |OOo 3.2





--- Additional comments from f...@openoffice.org Thu Aug 13 07:32:30 + 
2009 ---
targeting to OOo 3.2

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103938] connectivity: wrong argum ents to OUString::intern

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103938


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Thu Aug 13 07:25:05 + 
2009 ---
fix committed to CWS dba32f - thanks again!

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103266] database file is corrupt after open report in bugdoc

2009-08-13 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103266





--- Additional comments from m...@openoffice.org Thu Aug 13 07:19:25 + 
2009 ---
Thank you. I would suggest then to use fwk115. It was planned as StarOffice only
fixes cws, and should go to the QA begin of the next week. So the dba32f could
be used further, and we have one CWS less on automated tests queue next week.

I have just asked for the case that there is a CWS that will anyway be tested by
Marc next week.


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103266] database file is corrupt after open report in bugdoc

2009-08-13 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103266





--- Additional comments from m...@openoffice.org Thu Aug 13 07:08:52 + 
2009 ---
Yes , I agree. I will add the isssue to the CWS.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 103266] database file is corrupt after open report in bugdoc

2009-08-13 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103266





--- Additional comments from f...@openoffice.org Thu Aug 13 07:00:34 + 
2009 ---
We don't have a plan for such a CWS. If you want, and Marc agrees, you could
hijack dba32f. This one is brand-new, and intended for ongoing development, but
if it helps getting in your fix quickly, I'd offer it to you.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org