[udk-issues] [Issue 76106] RFE: ::rtl::OUString::inde xOfAscii

2007-04-05 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76106


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

  Issue type|DEFECT|ENHANCEMENT

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:33:59 + 
2007 ---
I'll add

sal_Int32 indexOfAsciiL(char const* pattern, sal_Int32 len, sal_Int32 from=0);

and similarly lastIndexOfAsciiL.

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



[dba-issues] [Issue 74732] cannot access any HSQLDB d ata when connection pooling is enabled

2007-04-05 Thread gbothawinder
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74732





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:34:34 + 
2007 ---
I believe I have the same problem listed.
I run OOo 2.2 and MySQL 5.0 with JDBC on XP.
I can link up the database to OOo and see tables etc, but when I open a table, 
it crashes.
I am a complete novice, so I am going to ask a stupid question:
This issue is reported as fixed - something to do with source code 
jadajada...
Is this fix accessible to me and if so, how do I go about it or do I have to 
wait for 2.2.1?
Thanks for the information so far.

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



[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76066


User fs changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Priority|P3|P2





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:35:47 + 
2007 ---
Okay, reproduced with Manolis' latest description which he send to the mailing
list, and which is as follows:

 1) Create a new database (ODB file). Don't need to have any table but
 if you like create one.

 2) create a form in design view, controls or code on the form are
 optional.

 4) Open the dialog organizer and create a dialog on the form, put a
 date field on the dialog, close the form and save it.

 5) Reopen the form for editing, open the dialog and change a property
 of the date field, for example date format, then save the form.

 6) Repeat step 5 3 more times.

(hmm, sounds pretty much like the other decription above. What did I do
differently this time?)

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



[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76066


User fs changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |44221)
corrupt document af
|  |ter 3 repetitions as descr
|  |ibed






--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:36:57 + 
2007 ---
Created an attachment (id=44221)
corrupt document after 3 repetitions as described


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



[sc-issues] [Issue 55972] Duplicate shortcut key (mn emonic) C in Format menu: Cells vs Change Ca se

2007-04-05 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55972





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:34:34 + 
2007 ---
There are some wikipages about Mnemonics, for example in dutch:
http://wiki.services.openoffice.org/wiki/Mnemonics_NL
I do not know wheter there is an Mnemonics_EN page as well (could not find it)

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



[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76066


User fs changed the following:

What|Old value |New value

  CC|''|'ab,fs'

 Assigned to|dbaneedsconfirm   |mav

Target milestone|not determined|OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:44:27 + 
2007 ---
The attached document is the result of three repetitions of changing the date
field, as described above. Opening this document in OOo 2.2, and trying to edit
the dialog contained in the form, crashs immediately.

fs-ab, mav: There's two bugs here.

First, the dialog stored in the Base document becomes corrupted. Look at
forms/Obj11/Dialogs/Standard/Dialog1.xml after unzipping the ODB file: It
contains artifacts after the end of the document, which effectively makes it in
invalid XML document. I think this corruption is mav's bug - I have some déjà vu
with this, I think we already had an issue for this in the past (or is it even
that this issue is not fixed, yet).

Second, upon trying to load this dialog, the SAX parser throws an exception,
which is not caught, thus the crash. This catching should happen in
SfxDialogLibraryContainer, thus I think this is AB's part.

Assigning to MAV for the moment, though I think you both need to fix your part
for this issue to fully be fixed.

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



[util-issues] [Issue 67740] double-free in xmlhelp.

2007-04-05 Thread jlcheng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67740


User jlcheng changed the following:

What|Old value |New value

  CC|'hro,mhu,mmeeks'  |'hro,jlcheng,mhu,mmeeks'





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



[sc-issues] [Issue 55972] Duplicate shortcut key (mn emonic) C in Format menu: Cells vs Change Ca se

2007-04-05 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55972


User gercokees changed the following:

What|Old value |New value

  CC|''|'gercokees'





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



[lingucomponent-issues] [Issue 73024] add 'gauge' to en_US.dic a s alternative to 'gage'

2007-04-05 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73024


User rainerbielefeld changed the following:

What|Old value |New value

  Issue type|DEFECT|ENHANCEMENT

 Summary|'gauge' is missing from en|add 'gauge' to en_US.dic a
|_US.dic   |s alternative to 'gage'





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 05:57:41 + 
2007 ---
http://dictionary.cambridge.org/define.asp?dict=CALDkey=32317 knows gage as
American word for gauge, http://www.bartleby.com/61/69/G0006900.html knows
the word as variant,
http://www.infos-aus-germanien.info/woerter/index.php?wort=gageid=12 also,
http://nhd.heinle.com/Definition.aspx?word=gage says see gauge.
http://en.wiktionary.org/wiki/gauge sees gage as an obsolete alternative to
gauge. http://dictionary.reference.com/browse/gauge seems to allow both
alternatives.

May be that that is not really clearly defined, and so it might be useful to
have both alternatives in the spell checker? I can't decide that.  

@mignon:
1. We need a complete data concerning your dictionary including date of 
publication.
2. Such hints concerning comments in other issues are for new readers in this 
issue.
It seems that 

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



[dba-issues] [Issue 76119] implement client-side, opt ional logging in SDBC/X drivers

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76119
 Issue #|76119
 Summary|implement client-side, optional logging in SDBC/X driv
|ers
   Component|Database access
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|none
 Assigned to|fs
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:04:56 + 
2007 ---
To be able to diagnose client-side problems with unusual database/versions and
database/drivers, it would be useful if we had client-side logging in our SDBC
drivers, which can be switched on by the user, and could us provide with a log
of what's going on.

There's no such facility at the moment. This task here requests to implement at
least the infrastructure for it, and some basic logging in the most important
places (like obtaining meta data and executing statements).

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



[udk-issues] [Issue 76106] RFE: ::rtl::OUString::inde xOfAscii

2007-04-05 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76106





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:59:00 + 
2007 ---
Ha!  Otherwise it's always you to throw in the word optimization.  ;)  Now,
I'm offering that neatly pre-optimized, len-included stuff all by myself, and
you complain...  :(

I'll see how best to implement that stuff in the first place and then decide on
a balanced interface.

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



[dba-issues] [Issue 75852] JDBC access to MySQL appea rs to be broken

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75852





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:09:35 + 
2007 ---
*** Issue 76110 has been marked as a duplicate of this 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 76110] Querying MySQL table with JDBC crashes OOo

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76110


User fs changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:09:36 + 
2007 ---
known as issue 75852. Please help us determining the cause by trying the
inofficial fix mentioned therein.

*** This issue has been marked as a duplicate of 75852 ***

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



[xml-issues] [Issue 74119] RNG: office:settings even exported when no children exists

2007-04-05 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74119


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 2.3   |OOo 2.2.1





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:03:23 + 
2007 ---
Simple file format issue. Fixed in cws dba221a

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



[dba-issues] [Issue 76110] Querying MySQL table with JDBC crashes OOo

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76110


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:10:45 + 
2007 ---
closing duplicate

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



[graphics-issues] [Issue 76116] Anit-aliasing shapes in Im press

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76116


User wg changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:15:22 + 
2007 ---
Thanks for your help. Duplicate.

*** This issue has been marked as a duplicate of 75791 ***

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



[graphics-issues] [Issue 76116] Anit-aliasing shapes in Im press

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76116


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:16:01 + 
2007 ---
Closed.

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



[graphics-issues] [Issue 76117] Jump to wrong slide when s lide pane clicked while editing another

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76117


User wg changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:10:38 + 
2007 ---
Sorry, not reproducible in current version. This sounds a bit like i41369 or
i42415. Would it be possible for you if the described behaviour still occurs in
OOo2.2? Thanks in advance.

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



[dba-issues] [Issue 74732] cannot access any HSQLDB d ata when connection pooling is enabled

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74732





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:51:23 + 
2007 ---
To verify you have the same problem, try the (non-official) fix at
http://dba.openoffice.org/servlets/ProjectDocumentList?folderID=547expandFolder=547folderID=0.,
if you're brave :). Beware, don't use this in a production environment.

The issue is targeted for 2.3, but I'm currently lobbying to get the approval
for 2.2.1, so for an official fix you'll have to wait 'til 2.2.1, at least.

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



[dba-issues] [Issue 76071] [cws dba23a] Action listbo x in control property browser is empty in sola ris patch version

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76071


User fs changed the following:

What|Old value |New value

 Assigned to|fs|msc





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:18:32 + 
2007 ---
fs-msc: new patch sets are available, please verify in CWS dba23a

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



[ucb-issues] [Issue 31074] Optional support for WedDA V versioning.

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=31074


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:12:28 + 
2007 ---
.

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



[dba-issues] [Issue 76119] implement client-side, opt ional logging in SDBC/X drivers

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76119


User fs changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:19:21 + 
2007 ---
accepting

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



[porting-issues] [Issue 76115] FreeBSD porting : update b ridge code of x86_64

2007-04-05 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76115


User kendy changed the following:

What|Old value |New value

  CC|''|'kendy'





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:20:51 + 
2007 ---
JFYI, there were more changes in the Linux x86-64 bridge recently, might be 
worth checking whether they are interesting for FreeBSD as well...

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



[graphics-issues] [Issue 75791] Circles less accurate than in Powerpoint

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75791





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:15:22 + 
2007 ---
*** Issue 76116 has been marked as a duplicate of this 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 76103] DnD in Impress creates lin ks

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76103


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:56:58 + 
2007 ---
Reproducible. But I doubt if this behaviour is not wanted out of some strange
intention because it is that way for a long time now.. Reassigned. @cl: Please
decide.

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



[dba-issues] [Issue 76071] [cws dba23a] Action listbo x in control property browser is empty in sola ris patch version

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76071


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:19:05 + 
2007 ---
added pcr-resource file to patch set

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



[ucb-issues] [Issue 32741] odma content provider ...

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32741


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |mmeeks





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:26:41 + 
2007 ---
Michael: I would be happy to get an updated and complete patch for this. Can you
please take care.

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



[framework-issues] [Issue 31525] after a crash the office d oesn't terminate

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=31525


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |tbo





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:20:20 + 
2007 ---
KSO-TBO: Unable to reproduce. Please provide a new testcase (if possible) or
close the bug.

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



[ucb-issues] [Issue 37864] cleanup UCP template code in ucbhelper/workbench

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37864


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:27:36 + 
2007 ---
.

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



[api-issues] [Issue 40397] required properties of the ucb::content not always available

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40397


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:29:57 + 
2007 ---
.

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



[udk-issues] [Issue 76106] RFE: ::rtl::OUString::inde xOfAscii

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76106





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:23:40 + 
2007 ---
LOL :)

I don't complain about you adding the L versions, in fact I think that's a good
idea, since there are other scenrios where they have their advantage.

It's just that I'm really lazy :), and I don't like to type that much stuff as
shown above all the time.

I think both versions have some reasons for them to be added ...

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



[ucb-issues] [Issue 41037] HTTP UCP: Problems with ba d data in URLs

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41037


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:32:45 + 
2007 ---
.

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



[ucb-issues] [Issue 41040] FTP UCP: Prolems with bad data in URLs

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41040


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:33:42 + 
2007 ---
.

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



[ucb-issues] [Issue 31053] please support https, too

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=31053


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED

  Issue type|ENHANCEMENT   |FEATURE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:11:22 + 
2007 ---
.

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



[api-issues] [Issue 40397] Refine behavior of non-exi sting resources

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40397


User kso changed the following:

What|Old value |New value

 Summary|required properties of the|Refine behavior of non-exi
| ucb::content not always a|sting resources
|vailable  |





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:31:27 + 
2007 ---
Issue title reflects the actual problem now.

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



[framework-issues] [Issue 53890] OOo as a Win32 Service, in Server mode, won't start with -norestore opti on

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53890


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |numlock2





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:39:55 + 
2007 ---
KSO-numlock2: No response from you for several months. Is this issue solved,
meanwhile? If so, please close this bug report. If not, provide more feedback
and hand the issue over to me again, then.

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



[ucb-issues] [Issue 43375] WebDAV-UCP: Implement prop er fallbacks for non-DAV resources.

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43375


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:34:36 + 
2007 ---
.

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



[ucb-issues] [Issue 54347] race in ucbhelper/backgrou nddownload

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54347


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:42:16 + 
2007 ---
.

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



[sw-issues] [Issue 43447] export to .doc of images w ith captions if image had been resized

2007-04-05 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43447





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:45:36 + 
2007 ---
Investigation reveals for following defect cause:
During the layout of the graphic and its caption text frame, the graphic is
clipped to fit into its caption text frame. Thus, the graphic is smaller than
its size attributes state it. But the export to the Microsoft Word binary format
doesn't consider the smaller.

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



[sw-issues] [Issue 75995] Copying and pasting number list renumbering

2007-04-05 Thread fustiancorduroy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75995


User fustiancorduroy changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |44222)
An instance of the 
|  |numbered-list glitch.






--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:48:22 + 
2007 ---
Created an attachment (id=44222)
An instance of the numbered-list glitch.


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



[lingucomponent-issues] [Issue 73024] add 'gauge' to en_US.dic a s alternative to 'gage'

2007-04-05 Thread mignon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73024





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:26:23 + 
2007 ---
I don't think 'gage' should be removed, I was just trying to make it clear that 
'gauge' should be added.  
Both are legitimate English spellings, for at least some meanings of the word.

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



[framework-issues] [Issue 76111] Reopening Issue 66804

2007-04-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76111


User of changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:54:02 + 
2007 ---
duplicate

*** This issue has been marked as a duplicate of 66804 ***

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



[sw-issues] [Issue 76054] Text selection behavior is different than most applications

2007-04-05 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76054





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:55:36 + 
2007 ---
Well ... obviously I needed some extra explanation to see your problem. Thanks
for giving that.

I admit, the way it works now is not convenient in all situations.
Moving one paragraph is no problem (Ctrl-Up or -Down, or maybe Ctrl-Shft-Up or
-Down).
Moving a selection of multiple paragraphs only is a problem when the selection
starts with or ends before a paragraph with different style. In that situation,
moving affects the formatting of other paragraphs, which is not OK.


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



[api-issues] [Issue 70298] NetBeans integration: Chec k for Java version = 1.5 on installation

2007-04-05 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70298


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:56:16 + 
2007 ---
verified in developer version 0.8;
java version needs to be  1.5.0, else the module is not enabled

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



[dba-issues] [Issue 74732] cannot access any HSQLDB d ata when connection pooling is enabled

2007-04-05 Thread gbothawinder
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74732





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:56:47 + 
2007 ---
Hey presto!

I copied the .dll into my OOo programs directory after defeating the 
Windows idiot minder crap that wanted to prevent me from replacing the 
official dll file and now I can update tables in MySQL just fine!

Thank you very much.

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



[sc-issues] [Issue 66804] Clipboard pasting deadlock

2007-04-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66804





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:54:01 + 
2007 ---
*** Issue 76111 has been marked as a duplicate of this 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 76111] Reopening Issue 66804

2007-04-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76111


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:55:36 + 
2007 ---
dupe

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



[ucb-issues] [Issue 61429] Interface XContentCreator on webdavcontent should not depend on serversi de properties

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61429


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:08:08 + 
2007 ---
.

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



[sc-issues] [Issue 76076] MS Office drop down list d on't work

2007-04-05 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76076





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:12:57 + 
2007 ---
Maybe someone else can check, to be sure.
Or maybe someone knows where the drop down menu's should be found?

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



[sc-issues] [Issue 72453] crash on resume

2007-04-05 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72453


User kendy changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:50:17 + 
2007 ---
Great, closing.

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



[ucb-issues] [Issue 57300] Update UCB chapter in Deve lopers Guide

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57300


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:54:34 + 
2007 ---
.

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



[sc-issues] [Issue 76076] MS Office drop down list d on't work

2007-04-05 Thread uraeus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76076





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:33:42 + 
2007 ---
Hi Cornouws, to be honest I don't have excel to test so I just assumed the
comments about there being drop-down lists to be true. If it turns out the
comments are lying then I appologize for this bug report.

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



[framework-issues] [Issue 64785] File\Properties\Location - allow location to be selectable

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64785





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:07:46 + 
2007 ---
Mathias, Peter, Philipp, Stefan, 
thank you very much for this feature. I am sure that among millions of our 
users we have many thousands with the urge to explore and those will find this 
feature, so this is good investment.
Converts from competing product also will find one more familliar feature.
I absolutely agree with Mathias that having feature without documentation and 
tests is much much better than having nothing at all.
And I admit that I am spoiled by visual development tools in Windows where you 
flip two properties and editbox becomes tabaccessible and selectable. Sorry 
for being so simplistic. :-(

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



[graphics-issues] [Issue 30125] live preview for 3D-View d ialog

2007-04-05 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30125


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:34:44 + 
2007 ---
verified

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



[sc-issues] [Issue 76076] MS Office drop down list d on't work

2007-04-05 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76076


User fst changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:40:58 + 
2007 ---
Hi,

the attached file does have dropdown listboxes in the green colored cells, but
they are developed with Visual Basic for Applications and show up if you double
click on these cells. As these dialog boxes are from VBA Macros, these will be
imported into the BASIC Editor of OOo but could not be executed without major
rework. 

There are some Issues dealing with VBA support but the best one to set it
duplicate to is Issue 2861 .

Frank

*** This issue has been marked as a duplicate of 2861 ***

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



[ui-issues] [Issue 18620] RMB context menu extremely slow when lots of fonts are installed

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=18620


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:13:59 + 
2007 ---
Closing.

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



[sc-issues] [Issue 75979] Calc - Dumbing down to Exc el - text in arithmetic

2007-04-05 Thread jminney
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75979





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:47:45 + 
2007 ---
kpalagin,
Very good point that I hadn't thought of. I still like being able to put
annotation into the area (compared to using comments) but I see what you mean.
Generating an error only when there is text which looks like it could be a
number is too luxurious.

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



[sw-issues] [Issue 56174] Right Click In Writer Caus es Hang

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56174


User kpalagin changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:19:10 + 
2007 ---
Dup of 61775.
Resolving as such.

*** This issue has been marked as a duplicate of 61775 ***

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



[sw-issues] [Issue 56174] Right Click In Writer Caus es Hang

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56174


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:19:47 + 
2007 ---
and closing.

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



[l10n-issues] [Issue 76044] Occitan-languadocian's Tra nslate for OOo (JCA+lnc_FR.xml)

2007-04-05 Thread laurentgodard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76044


User laurentgodard changed the following:

What|Old value |New value

  CC|''|'laurentgodard'





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



[graphics-issues] [Issue 20277] Non bold / non italic port ions of text become bold/italic saving as .ppt

2007-04-05 Thread catch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20277


User catch changed the following:

What|Old value |New value

  CC|'ace_dent'|'ace_dent,catch'





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



[graphics-issues] [Issue 76030] Export saves the entire pa ge

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76030


User wg changed the following:

What|Old value |New value

 Assigned to|wg|sj

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:43:53 + 
2007 ---
Reproducible. Worked in OOo2.1. 
Reassigned.

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



[sw-issues] [Issue 61775] Too Many Fonts in Context Menu; also context menu can take many seconds to appear with too many fonts installed

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61775


User kpalagin changed the following:

What|Old value |New value

  CC|'hwoarang,masayan,pmike,tr|'hwoarang,kpalagin,masayan
|oodon'|,pmike,troodon'

 Summary|Too Many Fonts in Context |Too Many Fonts in Context 
|Menu  |Menu; also context menu ca
|  |n take many seconds to app
|  |ear with too many fonts in
|  |stalled





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:34:38 + 
2007 ---
Dear developers,
please consider this issue.
The biggest problem is that context menu is slow (many seconds) to appear 
every time it is called if large number of fonts is installed (which is not 
uncommon). In some cases (56174) we even get hung because of that.

I am tempted to change this to defect because 5 seconds delay for right-click 
to cause some effect is defect.

(And this is in addition to usability problem when selecting from hundreds of 
items in single menu).

Thanks a lot for your attention.
WBR,
K. Palagin.

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



[ui-issues] [Issue 18620] RMB context menu extremely slow when lots of fonts are installed

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=18620


User kpalagin changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:13:22 + 
2007 ---
Seems to be dup of http://www.openoffice.org/issues/show_bug.cgi?id=61775.
Closing this one because 61775 has got votes and dups against it already.
Please vote for 61775.

*** This issue has been marked as a duplicate of 61775 ***

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



[sc-issues] [Issue 2861] Using Excel Macros

2007-04-05 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2861





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:40:53 + 
2007 ---
*** Issue 76076 has been marked as a duplicate of this 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[util-issues] [Issue 75602] CWS gh13: TypeKeys in tree -listboxes doesn't work as expected

2007-04-05 Thread gh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75602


User gh changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:26:22 + 
2007 ---
jsk: your problem is a clicking twice at the same position too fast which is now
interpreted as a doubleclick on the CVS subdirectory and opens it.
The second click is in the subroutine GetFirstNameOfFileList


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



[graphics-issues] [Issue 72951] Effect dissolve in: under Custom animation Speed = very fast, in Effect Options Speed = 0,25 ???

2007-04-05 Thread catch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72951


User catch changed the following:

What|Old value |New value

  CC|''|'catch'





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



[graphics-issues] [Issue 74032] Presentation Crashed when I closed it.

2007-04-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74032


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:06:55 + 
2007 ---
close as dup

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



[gsl-issues] [Issue 73387] Helvetica-narrow.afm is wr ongly used instead of Helvetica.afm

2007-04-05 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73387


User es changed the following:

What|Old value |New value

 Assigned to|es|sba





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 07:21:35 + 
2007 ---
ES-SBA: please take over for integration. Thanx!

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



[graphics-issues] [Issue 72951] Effect dissolve in: under Custom animation Speed = very fast, in Effect Options Speed = 0,25 ???

2007-04-05 Thread catch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72951


User catch changed the following:

What|Old value |New value

  CC|'catch'   |''





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



[graphics-issues] [Issue 20277] Non bold / non italic port ions of text become bold/italic saving as .ppt

2007-04-05 Thread catch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20277





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:26:25 + 
2007 ---
I can reproduce the bug with OOo2.2 on Windows XP SP2.

Scianrio:
1.Create new empty presentation.
2.Select layout of [title, text].
3.Input some text.
4.Set bold and italic
5.Cancel bold and italic by format tool bar
6.Save to the PPT file.
7.Open the PPT file by PowerPoint
= It is bold and italic 

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



[graphics-issues] [Issue 20277] Non bold / non italic port ions of text become bold/italic saving as .ppt

2007-04-05 Thread catch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20277


User catch changed the following:

What|Old value |New value

  CC|'ace_dent,catch'  |'ace_dent,catch,tora'





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



[sc-issues] [Issue 75979] Calc - Dumbing down to Exc el - text in arithmetic

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75979


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:26:26 + 
2007 ---
jminney,
in my opinion Calc's current behavior of treating text as zero is wrong and 
this needs to be addressed as you can have '145687 in cell and Calc will treat 
it as zero and you will treat it as the salary, whereas generating an error 
would quickly flag the problem.

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



[udk-issues] [Issue 76106] RFE: ::rtl::OUString::inde xOfAscii

2007-04-05 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76106





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 06:49:16 + 
2007 ---
I know I'm immodest :), but why only the L versions?

Those require
  sString.indexOfAsciiL( foo, sizeof( foo ) - 1 )
or
  sString.indexOfAsciiL( RTL_CONSTASCII_USTRINGPARAM( foo ) )
or
  sString.indexOfAsciiL( pSomeAsciiString, strlen( pSomeAsciiString ) )

where the non-L version would allow the shorter
  sString.indexOfAscii( foo )
resp.
  sString.indexOfAscii( pSomeAsciiString )

Any chance you re-consider 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 1761] Zoom should align to center , not left

2007-04-05 Thread mmp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=1761





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:59:08 + 
2007 ---
Version 2 of the spec text:
If the horizontal scrollbar has nothing to do then the pages 
will be centered in the window. Otherwise we keep the behavior from previous OOo
versions (ZoomIn bahaviour will not be changed.)

The center of the pages is defined by the half width of the widest page of the
document (pages can also be in landscape orientation, right?).

Then all pages are aligned to the left border of the widest page.

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



[framework-issues] [Issue 67756] Problems with soffice scri pt terminating soffice.bin (Unix)

2007-04-05 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67756


User kso changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:09:50 + 
2007 ---
.

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



[framework-issues] [Issue 76123] Source and destination ove rlap in memcpy

2007-04-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76123


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44226)
patch to do this






--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:20:44 + 
2007 ---
Created an attachment (id=44226)
patch to do 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 76028] crash exiting program afte r viewing Tools-Options

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76028


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cl

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:10:39 + 
2007 ---
Crash does not happen with add-on not installed.
Reassigned. Please have a look whose fault this is.

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



[sc-issues] [Issue 76022] Address Notation Variation ?

2007-04-05 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76022


User gercokees changed the following:

What|Old value |New value

  CC|''|'gercokees'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:23:56 + 
2007 ---
Hi,
Thanks for your issue.
I believe that this is not a bug (so i agree with you:-)  ).
You can use: =SEARCH([#$];CELL(filename))
to determine where the sheetname starts (for example)
then use:
=mid(CELL(Filename);start;length)
to cut your filename into pieces...
closing this as worksforme

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



[framework-issues] [Issue 65065] Can't send cyrilic named d ocuments as email

2007-04-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65065


User of changed the following:

What|Old value |New value

 Assigned to|ul|hi





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:16:18 + 
2007 ---
reasigned

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



[graphics-issues] [Issue 74032] Presentation Crashed when I closed it.

2007-04-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74032


User cmc changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:06:34 + 
2007 ---
looks really like issue 65879 to me

*** This issue has been marked as a duplicate of 65879 ***

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



[graphics-issues] [Issue 76029] eps figures re-sized

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76029


User wg changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:45:40 + 
2007 ---
Could you attach a docuemnt for reproducing? Thanks in advance.

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



[sc-issues] [Issue 76022] Address Notation Variation ?

2007-04-05 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76022





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:26:11 + 
2007 ---
update:
you might want to use the replace() function Check your helpfile...

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



[sc-issues] [Issue 76076] MS Office drop down list d on't work

2007-04-05 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76076


User fst changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 08:42:38 + 
2007 ---
closed double

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



[dba-issues] [Issue 74918] Keyboard support for brows ing database records is missing

2007-04-05 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74918


User msc changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:24:55 + 
2007 ---
correct target

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



[framework-issues] [Issue 74952] support new interface XMod el2 for data base

2007-04-05 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74952


User msc changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:27:28 + 
2007 ---
correct target

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



[graphics-issues] [Issue 20277] Non bold / non italic port ions of text become bold/italic saving as .ppt

2007-04-05 Thread catch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20277


User catch changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |44223)
cancel format of bo
|  |ld and italic






--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:29:07 + 
2007 ---
Created an attachment (id=44223)
cancel format of bold and italic


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



[sc-issues] [Issue 57547] Right click menu on sheet tab disappears off screen on multimonitor conf iguration with different screen resolutions

2007-04-05 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57547





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:34:08 + 
2007 ---
since 2 people ran into the same bug, this should be confirmed...
ofcourse, it would be a good idea to check with the latest OOo as well... maybe
some of the other describers could do that?

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



[xml-issues] [Issue 42375] RNG: uncompleted content m odel. expecting: document,math

2007-04-05 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42375


User af changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:41:11 + 
2007 ---
MIB has located the problem in FrameOASISTContext.cxx.  For the new draw:object
link the StartElement and EndElement calls are out of sync.

The fix is to have XMLFrameOASISTransformerContext::IsLinkedEmbeddedObject()
return sal_False for an empty HRef.  This avoids calling StartElement and
EndElement altogether.

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



[framework-issues] [Issue 68493] Valgrind ID:53, Source an d destination overlap in memcpy(0xCCD6C1C, 0xC CD6C1C, 19)

2007-04-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68493





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:13:13 + 
2007 ---
*** Issue 61109 has been marked as a duplicate of this 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 61109] valgrind: LayoutManager is sue ...

2007-04-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61109


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:14:09 + 
2007 ---
close as dup

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



[framework-issues] [Issue 76102] ooffice crashes unusable

2007-04-05 Thread ja
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76102





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:54:22 + 
2007 ---
Looks like a crash within the liguistic engine. As a workaround I would switch
off the automatic spellcheck option. If you use en_GB then this might be a
duplicate issue to issue 76100

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



[framework-issues] [Issue 75946] Feature Request: Read-only document should be editable

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75946


User kpalagin changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:38:32 + 
2007 ---
Resolving as dup of http://www.openoffice.org/issues/show_bug.cgi?id=73155.


*** This issue has been marked as a duplicate of 73155 ***

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



[framework-issues] [Issue 76122] Don't add system path to L D_LIBRARY_PATH

2007-04-05 Thread doko
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76122
 Issue #|76122
 Summary|Don't add system path to LD_LIBRARY_PATH
   Component|framework
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|doko





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:03:43 + 
2007 ---
the soffice start script tries to add a mozilla directory to LD_LIBRARY_PATH; if
it is found in a system directory, it makes a user provided LD_LIBRARY_PATH
useless. Don't append the directory in this case.

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



[sc-issues] [Issue 76114] Print Preview does not dis play complete page

2007-04-05 Thread ja
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76114


User ja changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |nn





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:02:51 + 
2007 ---
-nn: I was able to reproduce this. The content displayed on the second page
within print preview seems to be cropped.

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



[framework-issues] [Issue 75946] Feature Request: Read-only document should be editable

2007-04-05 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75946


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 09:42:20 + 
2007 ---
and closing.

doko,
please post any comments you may have to 73155.

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



[sc-issues] [Issue 13379] better default position fo r chart in calc

2007-04-05 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=13379


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:26:11 + 
2007 ---
verified

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



[framework-issues] [Issue 76124] Certificate handling is no t RFC compatible

2007-04-05 Thread vargav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76124
 Issue #|76124
 Summary|Certificate handling is not RFC compatible
   Component|framework
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|vargav





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:37:44 + 
2007 ---
There is some problem I found in the OO about the certificate handling:

1) It is possible, to sign a document with an encipherment certificate. 
Correct way: It should not possible. Singin certificate should have Non
Repudation bit set.
Reproduction: Create a certificate with Key Enciphermnet bit, and try to sign,
it will works.

2) On the Windows platform, it you have installed more certificate on secure
device (smart card, token) the OO ask for them to put in or you should click to
cancel. As tester ,I have a lot of installed, so i should click on the Cancel
few times, before I get the certificate list. 
Correct way: aquire the certificate list from the Windows, then access the
certificate storage and/or crypto device, if the certificate on the crypto
device is selected.

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



[framework-issues] [Issue 76124] Certificate handling is no t RFC compatible

2007-04-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76124


User of changed the following:

What|Old value |New value

 Assigned to|tm|fst





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:39:04 + 
2007 ---
@ fst: 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]



[graphics-issues] [Issue 75936] rect with draw:transform= rotate(99) missing part of top bounding box

2007-04-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75936





--- Additional comments from [EMAIL PROTECTED] Thu Apr  5 10:57:51 + 
2007 ---
Sorry, not reproducible here. Please make sure that you have the latest graphic
card drivers installed.

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



  1   2   3   >