[dba-issues] [Issue 62322] 64bit: connectivity strea ms ULONG to disk

2006-02-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62322


User fs changed the following:

  What|Old value |New value

   Assigned to|fs|cmc





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:02:10 -0800 
2006 ---
looks good.
The SQL_NO_PARAMETER thingie which you also touched still looks suspicious (it's
an unsigned which is assigned to a signed integer in various places), but this
is another story.

-
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 62413] New - Text in formula edit or should not be right-aligned in RTL

2006-02-22 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62413
  Issue #:|62413
  Summary:|Text in formula editor should not be right-aligned in
  |RTL
Component:|Formula editor
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|ayaniger





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:04:36 -0800 
2006 ---
In RTL mode, when I enter a formula such as

(%log(x)) over sqrt(2)

the text appears on the left, but the cursor appears on the right. Additionally,
the doesn't appear next to the left margin as in English OOo, but indented
somewhat. See attached screenshot. 

If I save the formula, and then reload it, the text in the Formula Editor
appears aligned to the right. 

Since formulas are always LTR, even in RTL mode the text should be left-aligned
to the margin by default.

-
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 34306] design view generated SQL ...

2006-02-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=34306





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:05:17 -0800 
2006 ---
I don't think so ... Michael?
(Still, I'm open to a modified patch which disables table name aliases for
evolution-based drivers)

-
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 60204] [DE]: Errors in German Im press help for Ellipsen

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60204


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |berit_bonde





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:06:20 -0800 
2006 ---
Fixed, but:

Can be removed = according to issue

61204   par_id3153248   311461  Can be removed (according to issue)
61204   par_id3146963   311133  FIXED
61204   hd_id3145822Cannot fix: Symbols / Icons
61204   hd_id3153736Cannot fix: Symbols / Icons
61204   hd_id3150473Cannot fix: Symbols / Icons
61204   hd_id3150759Cannot fix: Symbols / Icons
61204   hd_id3149287Cannot fix: Symbols / Icons
61204   hd_id3158404Cannot fix: Symbols / Icons
61204   hd_id3149926Cannot fix: Symbols / Icons
61204   hd_id3154572311050  FIXED
61204   hd_id3150835Can be removed
61204   hd_id3149300Can be removed
61204   hd_id3149103Can be removed
61204   hd_id3149434Can be removed
61204   hd_id3153514Can be removed


-
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 62413] Text in formula editor sh ould not be right-aligned in RTL

2006-02-22 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62413


User ayaniger changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=34371) Text is
  |  |indented too much





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:08:26 -0800 
2006 ---
Created an attachment (id=34371)
Text is indented too 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]



[dba-issues] [Issue 62334] 64bit: dbaccess longs s treamed to disk

2006-02-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62334


User fs changed the following:

  What|Old value |New value

CC|'cmc,kendy,pjanik'|'cmc,fs,kendy,pjanik'

   Assigned to|fs|cmc





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:10:22 -0800 
2006 ---
fs-cmc: patch looks fine.
Is it worth considering to make the Point members fixed-size (i.e. INT32 or
sal_Int32), instead of fixing every place which uses them? Sounds like the more
future-proof solution to me.

-
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 61251] [DE] unintelligible term Dateinummer

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61251


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |iano





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:16:55 -0800 
2006 ---
Fixed

61251   par_id3154366   284746  FIXED
61251   par_id3155854   284857  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]



[sw-issues] [Issue 62414] New - Context menu in RTL spellcheck closes too early

2006-02-22 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62414
  Issue #:|62414
  Summary:|Context menu in RTL spellcheck closes too early
Component:|Word processor
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|ayaniger





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:17:00 -0800 
2006 ---
In RTL mode, when a user right-clicks on a misspelled Hebrew word in order to
see possible substitutions, the menu closes as soon as the user releases the
mouse button. Unless the user holds the mouse button down the entire time. he
does not have a chance to choose a substitution, because the menu has already
closed. This does not occur in Calc or Impress, only in Writer. There was a
similar problem with comboboxes, whose description and fix can be seen at Issue
55698.

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



[tools-issues] [Issue 62312] killing soffice.exe must kill soffice.bin too

2006-02-22 Thread ssa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62312





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:19:52 -0800 
2006 ---
ssa: code review done - looks good!


-
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 60951] boost does not recognize gcc 4.0.1 as supplied by XCode 2.2

2006-02-22 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60951





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:19:59 -0800 
2006 ---
If 1.33 bombs for the Sun compiler, another viable option is to stay with 1.30.2
for this platform. But anyway, the quick fix is prolly the best idea, 
short-term.

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



[installation-issues] [Issue 62176] 2.0.2 rc1 installation pr oblems on SuSe 9.2 KDE 3.51

2006-02-22 Thread kingshome
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62176





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:20:10 -0800 
2006 ---
A couple of suggestions of how I could help:

1.  I can let you have the yast logs if they would be of use.  If you let me
know which ones - or simply the whole log directory - I can submit them as an
attachment or send them direct.

2.  Would it be worth asking on a relevant Suse list for confirmation or
otherwise? If so I will happily post a request for help.

-
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 39994] word-wide drop cap is not quite right

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39994





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:27:31 -0800 
2006 ---
*** Issue 62402 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]



[sw-issues] [Issue 62402] DropCap of whole word doe s not include space

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62402


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:27:31 -0800 
2006 ---
Same problem as issue 39994.

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

-
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 62395] Openoffice 2 crashes on s tartup when using KDE

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62395


User of changed the following:

  What|Old value |New value

CC|''|'pl'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:27:46 -0800 
2006 ---
Have you tried the native OOo files? I can't reproduce. Looks like gentoo has to
do something.

-
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 62407] OpenOffice.org Premium in tegration - Templates (3/4)

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62407


User of changed the following:

  What|Old value |New value

   Assigned to|tm|[EMAIL PROTECTED]

 Component|framework |distribution

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

  Subcomponent|code  |www

  Target milestone|---   |not determined

   Version|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:30:29 -0800 
2006 ---
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]



[porting-issues] [Issue 18277] Linux Sparc Distributions

2006-02-22 Thread sparcmoz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=18277





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:30:33 -0800 
2006 ---
10aaf5696a667d04ffd6afdee5cbcdf6  OOo_2.0.2-157_GNULinuxSparc_RPMS.tar.bz2
Built with gcc4.1/gcj

-
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 62408] OpenOffice.org Premium in tegration - Samples (4/4)

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62408


User of changed the following:

  What|Old value |New value

   Assigned to|tm|[EMAIL PROTECTED]

 Component|framework |distribution

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

  Subcomponent|code  |www

  Target milestone|---   |not determined

   Version|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:30:36 -0800 
2006 ---
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]



[framework-issues] [Issue 62406] OpenOffice.org Premium in tegration - Fonts (2/4)

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62406


User of changed the following:

  What|Old value |New value

   Assigned to|tm|[EMAIL PROTECTED]

 Component|framework |distribution

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

  Subcomponent|code  |www

  Target milestone|---   |not determined

   Version|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:30:59 -0800 
2006 ---
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]



[framework-issues] [Issue 62405] OpenOffice.org Premium in tegration - Gallery (1/4)

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62405


User of changed the following:

  What|Old value |New value

   Assigned to|tm|[EMAIL PROTECTED]

 Component|framework |distribution

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

  Subcomponent|code  |www

  Target milestone|---   |not determined

   Version|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:31:25 -0800 
2006 ---
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 62402] DropCap of whole word doe s not include space

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62402


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:32:03 -0800 
2006 ---
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]



[lingucomponent-issues] [Issue 40287] patch to autoconf/de-unam eize myspells standalone build

2006-02-22 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40287





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:34:51 -0800 
2006 ---
... we should close the issue as RESOLVED/WONTFIX?

-
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 30428] Add Tamil Language

2006-02-22 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30428


User st changed the following:

  What|Old value |New value

Issue type|PATCH |ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:37:19 -0800 
2006 ---
Then please allow me to change the type of the issue to ENHANCEMENT as we are no
longer plan to integrate the attached patch.

-
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 62415] New - bad import of RTF fi le generated by crystal reports 8.5

2006-02-22 Thread emmanuel_t
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62415
  Issue #:|62415
  Summary:|bad import of RTF file generated by crystal reports
  |8.5
Component:|Word processor
  Version:|OOo 2.0.1
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|emmanuel_t





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:41:07 -0800 
2006 ---
Crystal Reports 8.5 generates a RTF for ms-word that looks completely different
in ms-word on the one hand (looks good) and ms wordpad or openoffice.org 2.0.1 
on the other hand (with both programs the document looks bad, all text is on the
left of the page, all layout is lost).
I saw other bugs about that, but they were with other versions of crystal
reports, generating word2.0 files: this time it's RTF files so it's a different 
bug.

I'll attach the file but note that it's not the original file exported by
crystal reports, i opened that file in ms word, removing some confidential
information from it (replaced all by A B and other meaningless contents) and
then saved it again as RTF from msword. luckily the new RTF has the same
symptoms: works fine in msword, badly in wordpad and openoffice.

-
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 62415] bad import of RTF file ge nerated by crystal reports 8.5

2006-02-22 Thread emmanuel_t
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62415


User emmanuel_t changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=34372) RTF file
  |  |exhibiting the problem





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:41:58 -0800 
2006 ---
Created an attachment (id=34372)
RTF file exhibiting 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]



[sc-issues] [Issue 62399] Disabling Press Enter to move selection results in improper behavior when entering data

2006-02-22 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62399


User fst changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:44:12 -0800 
2006 ---
The same root cause as 62045 so double to it.

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

-
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 62045] Cell gets blank

2006-02-22 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62045





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:44:10 -0800 
2006 ---
*** Issue 62399 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]



[sc-issues] [Issue 62399] Disabling Press Enter to move selection results in improper behavior when entering data

2006-02-22 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62399


User fst changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:44:35 -0800 
2006 ---
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]



[util-issues] [Issue 62318] system-mozilla as well as no mozilla means no addressbooks available

2006-02-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62318


User fs changed the following:

  What|Old value |New value

   Assigned to|fs|cmc





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:51:19 -0800 
2006 ---
Looks good. I assume you have a CWS to check in?

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



[installation-issues] [Issue 62376] debian menuintegration de b is missing

2006-02-22 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62376


User rt changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:56:01 -0800 
2006 ---
Please verify in OOB680 m3.

re-open issue and reassign to [EMAIL PROTECTED]

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



[tools-issues] [Issue 61850] track potential 2.0.2 blo ckers

2006-02-22 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61850



This issue depends on issue 62376, which changed state:

  What|Old value |New value

Status|RESOLVED  |REOPENED

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



[installation-issues] [Issue 62376] debian menuintegration de b is missing

2006-02-22 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62376


User rt changed the following:

  What|Old value |New value

   Assigned to|rt|of

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:56:07 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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



[installation-issues] [Issue 62376] debian menuintegration de b is missing

2006-02-22 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62376


User rt changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:56:11 -0800 
2006 ---
reset resolution to 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]



[tools-issues] [Issue 61850] track potential 2.0.2 blo ckers

2006-02-22 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61850



This issue depends on issue 62376, which changed state:

  What|Old value |New value

Status|NEW   |RESOLVED

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



[framework-issues] [Issue 62416] New - autotest f_scripting _organizers.bas::tScriptingOrganizers fails du e to incorrect workpath

2006-02-22 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62416
  Issue #:|62416
  Summary:|autotest
  |f_scripting_organizers.bas::tScriptingOrganizers
  |fails due to incorrect workpath
Component:|framework
  Version:|680m156
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|jsk
  Reported by:|jsk





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 00:59:50 -0800 
2006 ---
On badly configured Solaris machines the UNO service to retrieve the users
workpath might deliver a path like $(user)/... or - on some occasions, when
the UNO connection breaks - there might be no path information at all.

The function framework/tools/inc/filetools.inc::hGetWorkPath() must be changed
that it can handle broken connections and invalid paths by using a fallback
(gOfficePath  user/work). Beware that the fallback again relies on the UNO
service which is kind of stupid but appears to work now and will break at a
later 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]



[framework-issues] [Issue 62416] autotest f_scripting_orga nizers.bas::tScriptingOrganizers fails due to incorrect workpath

2006-02-22 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62416


User jsk changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:00:51 -0800 
2006 ---
started

-
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 61286] [DE]: Wrong UI name in Ge rmanophon help for Hintergrundfläche

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61286


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |iano





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:20:28 -0800 
2006 ---
Fixed:

61286   par_id3149762   300966  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]



[sw-issues] [Issue 62111] Open Office Crashes when trying to print Duplex - Short Edge

2006-02-22 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62111


User hi changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:25:25 -0800 
2006 ---
I'd say I can close this as WFM

-
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 62416] autotest f_scripting_orga nizers.bas::tScriptingOrganizers fails due to incorrect workpath

2006-02-22 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62416


User jsk changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:25:27 -0800 
2006 ---
filetools.inc:
- ADD fallback for broken UNO connection
- ADD fallback for invalid path 

There will still be a warning that the UNO connection failed, this i cannot fix.

-
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 62111] Open Office Crashes when trying to print Duplex - Short Edge

2006-02-22 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62111


User hi changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:26:37 -0800 
2006 ---
In case that it occurs again, please use the crashreporter.

-
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 62296] WW8: loop after loading d ocument with Asian content

2006-02-22 Thread fme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62296


User fme changed the following:

  What|Old value |New value

   Assigned to|fme   |od





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:27:57 -0800 
2006 ---
FME-OD: Object positioning issue. I'll attach a smaller bugdoc.

-
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 62296] WW8: loop after loading d ocument with Asian content

2006-02-22 Thread fme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62296


User fme changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=34373) new smaller
  |  |bugdoc





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:29:16 -0800 
2006 ---
Created an attachment (id=34373)
new smaller bugdoc


-
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 62255] Crash with Sig 11 on expo rting one specific document to pdf

2006-02-22 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62255





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:30:43 -0800 
2006 ---
HI-aziem: I've found many report of you but none for this issue. Can you
reproduce the crash to send us the crash report? Thanks. The attached stack
doesn't help.

-
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 61288] [DE]: Old UI names in des cription to shadows in Germanophon help

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61288


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |iano





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:35:30 -0800 
2006 ---
Fixed:

61288   hd_id3166460 / hd_id3150014 307413  FIXED
61288   hd_id3148992307317  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]



[api-issues] [Issue 62379] OOoBean.storeToURL() fail s on Intel/WindowsXP

2006-02-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62379


User sw changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:35:45 -0800 
2006 ---
setting to 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]



[api-issues] [Issue 62379] OOoBean.storeToURL() fail s on Intel/WindowsXP

2006-02-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62379


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:36:13 -0800 
2006 ---
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]



[framework-issues] [Issue 62417] New - UNO connection faile d (Testtool/Office)

2006-02-22 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62417
  Issue #:|62417
  Summary:|UNO connection failed (Testtool/Office)
Component:|framework
  Version:|680m156
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|gh
  Reported by:|jsk





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:38:48 -0800 
2006 ---
On Solaris (Sparc) the UNO connection fails frequently, This is possibly a
sideeffect of CWS fwk29 and causes a number of tests to fail at random.
Other platforms are affected but less frequently.
Please try to use
framework/basic/f_scripting_organizers.bas::tScriptingOrganizers to reproduce
the issue

The warnlog actually comes from global/tools/inc/t_tools2.inc::hGetUnoService(),
the second try to call GetUnoApp fails (there are 10 seconds between first and
second attempt)

-
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 62350] IBM JRE and and env. vari able JITC_PROCESSOR_TYPE

2006-02-22 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62350





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:40:10 -0800 
2006 ---
Thanks for the link, that was helpful.
After discussing this problem internally we have come to the conclusion that
there is currently no elegant and  non – complex solution. The initial goal was
to set the environment variable only if the IBM JDK is selected and the platform
is Linux on PPC. To find out what JDK is selected one would use our Java
framework API and ideally one would place the code in javaldx. However, there is
no easy solution to parse the output of javaldx, which would then countain the
paths to some particular directories of the JRE installation AND environment
variables. We have to bear in mind, that the script must use a subset of
expressions which is available to the majority of shells, and that starting
additional executables costs startup time.

Another idea would be to have a kind of preloader, like the soffice.exe of the
windows version. That is one would bloat up javaldx to contain all other stuff
which is otherwise contained in the script and have it execute the soffice.bin.
Then javaldx could set environment variables for the child process. However,
this increases complexity of javaldx very much.

So currently I would like to stick to the solution, that you have already
implemented - just setting the environment variable in the script dependent on
the current platform. This does not do any harm in case a different JRE is
selected, adds very little complexity and hardly costs startup performance.

If the demand comes up to do more changes to the environment for particular JREs
then we have to reevaluate this. Until then I would like to set this issue to
wontfix.


-
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 61291] [DE]: Wrong header under Position und Größe in Germanophon help

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61291


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |iano





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:43:12 -0800 
2006 ---
Fixed:

61291   par_id3149784   284809  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]



[framework-issues] [Issue 62390] cannot assign key to macr o

2006-02-22 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62390


User cd changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |STARTED

  Keywords|  |regression

  Target milestone|---   |OOo 2.0.3





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:50:58 -0800 
2006 ---
cd: Broken due to an important fix for crashes regarding the customize dialogs.

-
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 53745] IT: Typos in URL transfer dialog explanation - Italian

2006-02-22 Thread derekd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53745


User derekd changed the following:

  What|Old value |New value

   Assigned to|dedr  |translation





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:53:14 -0800 
2006 ---
Reassigning

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



[tools-issues] [Issue 61850] track potential 2.0.2 blo ckers

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61850



This issue depends on issue 62088, which changed state:

  What|Old value |New value

Status|RESOLVED  |REOPENED

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



[dba-issues] [Issue 62201] OOo crashes using base fo rm

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62201



This issue depends on issue 62088, which changed state:

  What|Old value |New value

Status|RESOLVED  |REOPENED

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



[tools-issues] [Issue 61850] track potential 2.0.2 blo ckers

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61850



This issue depends on issue 62088, which changed state:

  What|Old value |New value

Status|NEW   |RESOLVED

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



[dba-issues] [Issue 62201] OOo crashes using base fo rm

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62201



This issue depends on issue 62088, which changed state:

  What|Old value |New value

Status|NEW   |RESOLVED

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



[dba-issues] [Issue 62088] Base crashes when closing form after closing Writer document.

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62088


User as changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:53:32 -0800 
2006 ---
AS-MSC: Please verify thi stask on our actual master builds. THX.

re-open issue and reassign to [EMAIL PROTECTED]

-
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 62088] Base crashes when closing form after closing Writer document.

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62088


User as changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:53:44 -0800 
2006 ---
reset resolution to 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]



[l10n-issues] [Issue 61292] [DE]: Seriendruck instead of Serienbrief in Germanophon Writer help

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61292


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |berit_bonde





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:53:42 -0800 
2006 ---
Fixed, but


61292   hd_id3150757NOT FOUND (ID correct?)
61292   par_id3151187   313570  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]



[dba-issues] [Issue 62088] Base crashes when closing form after closing Writer document.

2006-02-22 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62088


User as changed the following:

  What|Old value |New value

   Assigned to|as|msc

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:53:40 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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



[installation-issues] [Issue 62376] debian menuintegration de b is missing

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62376


User of changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:55:22 -0800 
2006 ---
ok in OOB680_m3

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



[installation-issues] [Issue 62376] debian menuintegration de b is missing

2006-02-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62376


User of changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:55:57 -0800 
2006 ---
.

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



[installation-issues] [Issue 62055] administrative install on base network share lose language

2006-02-22 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62055


User cd changed the following:

  What|Old value |New value

   Assigned to|cd|of





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:56:12 -0800 
2006 ---
cd-of: Can you confirm this problem. I only have an english based Windows XP
and therefore unable to reproduce 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]



[graphics-issues] [Issue 61359] Performance: Serialize ma ster page control initialization

2006-02-22 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61359





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:57:39 -0800 
2006 ---
Made some more changes:
/sd/source/ui/inc/EventMultiplexer.hxxrev. 1.3.116.1
/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxxrev. 1.3.116.2
/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxxrev. 1.4.116.2
/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxxrev. 1.4.116.2
/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxxrev. 
1.5.116.2
/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.hxxrev. 
1.4.116.2
/sd/source/ui/toolpanel/controls/MasterPageContainer.cxxrev. 1.14.36.2
/sd/source/ui/toolpanel/controls/MasterPageContainer.hxxrev. 1.5.116.2
/sd/source/ui/toolpanel/controls/Attic/MasterPageContainerFiller.cxxrev. 
1.1.2.2
/sd/source/ui/toolpanel/controls/Attic/MasterPageContainerFiller.hxxrev. 
1.1.2.2
/sd/source/ui/toolpanel/controls/Attic/MasterPageContainerProviders.cxxrev.
1.1.2.2
/sd/source/ui/toolpanel/controls/Attic/MasterPageContainerProviders.hxxrev.
1.1.2.2
/sd/source/ui/toolpanel/controls/Attic/MasterPageDescriptor.cxxrev. 1.1.2.2
/sd/source/ui/toolpanel/controls/Attic/MasterPageDescriptor.hxxrev. 1.1.2.2
/sd/source/ui/toolpanel/controls/MasterPagesSelector.cxxrev. 1.15.2.2
/sd/source/ui/toolpanel/controls/MasterPagesSelector.hxxrev. 1.8.114.2
/sd/source/ui/toolpanel/controls/RecentMasterPagesSelector.cxxrev. 1.6.116.2
/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.cxxrev. 1.7.36.2
/sd/source/ui/toolpanel/controls/makefile.mkrev. 1.6.116.2
/sd/source/ui/tools/EventMultiplexer.cxxrev. 1.9.64.1

Removed:
/sd/source/ui/toolpanel/controls/MasterPagesSelectorListener.hxx
/sd/source/ui/toolpanel/controls/MasterPagesSelectorListener.cxx


-
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 61292] [DE]: Seriendruck instead of Serienbrief in Germanophon Writer help

2006-02-22 Thread berit_bonde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61292


User berit_bonde changed the following:

  What|Old value |New value

   Assigned to|berit_bonde   |klawi





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 01:58:07 -0800 
2006 ---
Reassigning...

-
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 62389] 64bit: vcl DrawPolyPolygo n doesn't match psprint prototype

2006-02-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62389


User cmc changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:07:01 -0800 
2006 ---
done in sixtyfour02

-
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 60828] does inc/rect.hxx really need to include new.h (as opposed to new)?

2006-02-22 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60828


User tl changed the following:

  What|Old value |New value

  Target milestone|OOo 3.0   |OOo 2.0.3





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:07:49 -0800 
2006 ---
According to HR the problem was that with some versions of compilers used for
Solaris or Windows the difference was if a std:: prefix was required or not.
And he said since it is a compile-time-only problem I just need to check if our
3 compilers will work.

Thus being the only poblem I retarget the issue back to OOo 2.0.3 and will check
this later on.

-
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 39518] fontwork incorrectly disp layes RTL text as LTR

2006-02-22 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39518


User hdu changed the following:

  What|Old value |New value

   IssuesThisDependsOn|  |35203

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:17:14 -0800 
2006 ---
HDU-SBA: Please verify in CWS vcl54.

re-open issue and reassign to [EMAIL PROTECTED]

-
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 39518] fontwork incorrectly disp layes RTL text as LTR

2006-02-22 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39518


User hdu changed the following:

  What|Old value |New value

   Assigned to|hdu   |sba

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:17:18 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

-
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 39518] fontwork incorrectly disp layes RTL text as LTR

2006-02-22 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39518


User hdu changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:17:22 -0800 
2006 ---
reset resolution to 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]



[gsl-issues] [Issue 35203] GetTextOutline() wrong fo r partial glyphfallback on UNX platform

2006-02-22 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35203


User hdu changed the following:

  What|Old value |New value

OtherIssuesDependingOnThis|29653 |29653,39518





-
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 61233] Math does not provide all data in flat XML stream

2006-02-22 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61233


User tl changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:21:05 -0800 
2006 ---
According to SUS it would be really nice to have this one fixed in OOo 2.0.3
but if in the end we still have other matters to attend to it would be Ok to
retarget this issue to OOo 3.0.

According to MIB the issue with the font settings being being part of the
settings.xml is a different issue and should not be fixed along with this one.

Keeping target as suggested by SUS.

-
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 62413] Text in formula editor sh ould not be right-aligned in RTL

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62413


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |tl

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:22:12 -0800 
2006 ---
MRU-TL: as long as formula commands are not localized to CTL text, the text in
command window should be always left aligned.

-
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 54154] Checkboxes from 1.1.x pri nted incorrectly

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54154


User pl changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:23:15 -0800 
2006 ---
please verify in CWS vcl54

re-open issue and reassign to [EMAIL PROTECTED]

-
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 54154] Checkboxes from 1.1.x pri nted incorrectly

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54154


User pl changed the following:

  What|Old value |New value

   Assigned to|pl|sba

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:23:18 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

-
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 54154] Checkboxes from 1.1.x pri nted incorrectly

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54154


User pl changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:23:23 -0800 
2006 ---
reset resolution to 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]



[sw-issues] [Issue 62414] Context menu in RTL spell check closes too early

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62414


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |sba





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:23:51 -0800 
2006 ---
Reassigned to SBA.

-
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 61841] patch to honour fontconfi g per-font embeddedbitmap and antialias settin gs

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61841


User pl changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:25:17 -0800 
2006 ---
please verify in CWS vcl54

re-open issue and reassign to [EMAIL PROTECTED]

-
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 61841] patch to honour fontconfi g per-font embeddedbitmap and antialias settin gs

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61841


User pl changed the following:

  What|Old value |New value

   Assigned to|pl|sba

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:25:22 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

-
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 61841] patch to honour fontconfi g per-font embeddedbitmap and antialias settin gs

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61841


User pl changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:25:25 -0800 
2006 ---
reset resolution to 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]



[gsl-issues] [Issue 62033] Resource fallback flag is not reset after an image has been retrieved b y resource fallback

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62033


User pl changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:27:22 -0800 
2006 ---
please verify in CWS vcl54

re-open issue and reassign to [EMAIL PROTECTED]

-
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 62033] Resource fallback flag is not reset after an image has been retrieved b y resource fallback

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62033


User pl changed the following:

  What|Old value |New value

   Assigned to|pl|cd

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:27:27 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

-
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 62033] Resource fallback flag is not reset after an image has been retrieved b y resource fallback

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62033


User pl changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:27:34 -0800 
2006 ---
reset resolution to 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]



[api-issues] [Issue 62418] New - SDK example ControlV alidation broken

2006-02-22 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62418
  Issue #:|62418
  Summary:|SDK example ControlValidation broken
Component:|sdk
  Version:|680m156
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|samples
  Assigned to:|fs
  Reported by:|jsc





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:29:36 -0800 
2006 ---
In the SDK example forms/ControlValidation the two samples Date and Time
validation are broken.
It seems that the internal conversion of Date and Time from VCL to form controls
is broken. In VCL it is a representation with longs and in form controls it
should be com.sun.star.util.Date | Time.

And in the examples you should use the com.sun.star.uno.AnyConverter to get the
Any value because using a simple cast won't work in all cases. The Any value can
be wrapped in com.sun.star.uno.Any instead of java.lang.Object directly and in
this case the cast won't work.

for exmaple:
com.sun.star.util.Date date =
(com.sun.star.util.Date)com.sun.star.uno.AnyConverter(com.sun.star.util.Date.class,
_value));

-
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 62418] SDK example ControlValida tion broken

2006-02-22 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62418





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:33:36 -0800 
2006 ---
ups, use AnyConveter.toObject in the exmaple ;-)

-
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 62419] New - regression in build of berkeleydb (OOo 2.0.2rc2, Mac OS X)

2006-02-22 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62419
  Issue #:|62419
  Summary:|regression in build of berkeleydb (OOo 2.0.2rc2, Mac
  |OS X)
Component:|porting
  Version:|680
 Platform:|Macintosh
  URL:|
   OS/Version:|Mac OS X
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|MacOSX
  Assigned to:|ericb
  Reported by:|mox





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:33:55 -0800 
2006 ---
The changes between OOo 2.0.1 and OOo 2.0.2 include small additions to
berkeleydb/makefile.mk. Of these changes the added line .EXPORT: LDFLAGS
affects all unix builds and causes Mac OS X build to fail.

The error is:
cc -c -I. -I../dist/.. -I/sw/include
-I/System/Library/Frameworks/JavaVM.framework/Headers  ../dist/../xa/xa_map.c
/bin/sh ./libtool --mode=link cc -avoid-version -rpath
/usr/local/BerkeleyDB.4.2/lib -L/sw/lib -o libdb-4.2.la mut_tas.lo db185.lo 
...lots of .lo:s... xa_map.lo 

libtool: link: `mut_tas.lo' is not a valid libtool object
make[1]: *** [libdb-4.2.la] Error 1
dmake:  Error code 2, while making
'./unxmacxp.pro/misc/build/so_built_so_berkeleydb'
'---* tg_merge.mk *---'

The fix is to move the added line to where it belongs: inside the .IFDEFS. Patch
attached that fixes 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]



[porting-issues] [Issue 62419] regression in build of be rkeleydb (OOo 2.0.2rc2, Mac OS X)

2006-02-22 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62419


User mox changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=34374) Fixes
  |  |berkeleydb build on Mac OS
  |  |X





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:36:38 -0800 
2006 ---
Created an attachment (id=34374)
Fixes berkeleydb build on Mac OS X


-
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 62415] bad import of RTF file ge nerated by crystal reports 8.5

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62415


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED

  Target milestone|---   |OOo 2.0.2





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:36:43 -0800 
2006 ---
Yes, can see this in OO 2.0.1. Will be fixed in OO 2.0.2 which will be released
soon.

-
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 62322] 64bit: connectivity strea ms ULONG to disk

2006-02-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62322


User cmc changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:40:25 -0800 
2006 ---
committed to sixtyfour02

-
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 62415] bad import of RTF file ge nerated by crystal reports 8.5

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62415


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:41:31 -0800 
2006 ---
closed, fixed in OO 2.0.2. checked it with OO 2.0.2 rc2 (can already be 
downloaded).

-
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 61294] [DE]: Errors in Germanoph on Writer help for Navigator

2006-02-22 Thread klawi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61294


User klawi changed the following:

  What|Old value |New value

   Assigned to|klawi |berit_bonde





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:44:24 -0800 
2006 ---
Fixed, but:


par_id3149490   323612  FIXED
par_id3148784   375404  FIXED
par_id3154028   324386  FIXED
par_id3148933   323538  Cannot fix: engineer needed


-
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 62334] 64bit: dbaccess longs s treamed to disk

2006-02-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62334


User cmc changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:46:32 -0800 
2006 ---
fs: yeah, but they are from tools gen.hxx Point/Pair which used longs. There's
only 3 or 4 places where they hit disk, and a billion uses of them elsewhere,
and their use elsewhere is generally internally consistent, IMO it's safer to
leave them alone for this phase. And either convert them at a later stage, or
probably better deprecate them in favour of awt::Point which is using sal_Int32.

Done in sixtyfour02

-
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 61874] OOo starts very slowly wh en many fonts are installed

2006-02-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61874





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:50:20 -0800 
2006 ---
First startup means first starup for a user. At the same time you get the
dialogue that shows the license and offers to enter user data. Font cache
information is stored on disk - wouldn't make much sense having a font cache
else. The file is user installation/user/psprint/pspfontcache where user
installation is per default a directory beneath your home directory (e.g.
$HOME/.ooo-2.0).

But if fc-cache -f does not work permanently, then i fear this is rather a
fontconfig issue than a OOo issue. You can verify that by attaching gdb to OOo
during those 55 seconds an repeatedly stop it an get a stacktrace to see what it
does. If it does indeed spend that time inside libfontconfig, then there is not
much that i can do.

Currently i'm installing a large font collection (and isn't the KDE font
installer a dumb tool when it comes to installing many fonts at once :-(, 7
files out of 2200 in half an hour). Then i will see if i can reproduce 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]



[sw-issues] [Issue 62404] Writer freezes when openi ng certain documents with footnotes in web lay out

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62404


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:50:20 -0800 
2006 ---
I tried on SUSE Linux and SUN JDS (both with Gnome, OpenOffice 2.0.1 and 2.0.2)
but did not have a problem with the attached file. 
I have two suspects:
1. Your xserver has a problem displaying the graphical bullets
2. Problem with the fonts installed on Gentoo distribution

-
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 62418] SDK example ControlValida tion broken

2006-02-22 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62418





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:41:36 -0800 
2006 ---
I will change the SDK sample and adapt the DateValidator.java and
TimeValidator.java isValdi() function to make use of the AnyConverter instead of
the direct cast. This changes are made on cws jsc3 because i have already added
the odk module.

-
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 62419] regression in build of be rkeleydb (OOo 2.0.2rc2, Mac OS X)

2006-02-22 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62419





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:55:56 -0800 
2006 ---
mox: do you use some special LDFLAGS value on your system?


-
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 62419] regression in build of be rkeleydb (OOo 2.0.2rc2, Mac OS X)

2006-02-22 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62419


User pjanik changed the following:

  What|Old value |New value

CC|'pjanik'  |'maho'

   Assigned to|ericb |pjanik

  Target milestone|---   |OOo 2.0.3





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 02:55:11 -0800 
2006 ---
Take over.

mox: why it really failed for you? It works for me...

maho: can you reproduce it in your builds?


-
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 54389] Formular editor crashes C orelDraw 12

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54389


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 03:05:05 -0800 
2006 ---
I remember such a problem when OO Math was used as OLE server. Could you please
try out with newer OO 2.0.1 final build?

-
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 54389] Formular editor crashes C orelDraw 12

2006-02-22 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54389


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 03:06:53 -0800 
2006 ---
Closed. At least with OO itself and in Microsoft Office OO formula editor works
fine with OO 2.0.1. If it still happens it looks like a Corel problem in my 
eyes.

-
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 62420] New - it's not possible to add/delete data source in data source explore r

2006-02-22 Thread vytis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62420
  Issue #:|62420
  Summary:|it's not possible to add/delete data source in data
  |source explorer
Component:|Word processor
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|vytis





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 03:16:01 -0800 
2006 ---
1. I opened openoffice document
2. I presed F4 to see data sources
3. (BUG) There is no button or contex menu to add or remove data source, as it
was in previous open office versions. 

Help files offers to use contect menu, but context menu offers only Edit
Databas file. But i want only to add ODBC data source.

-
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 62421] New - Writer crashes openi ng multiple documents

2006-02-22 Thread joten
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62421
  Issue #:|62421
  Summary:|Writer crashes opening multiple documents
Component:|Word processor
  Version:|OOo 2.0.1
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|joten





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 03:19:37 -0800 
2006 ---
When opening one more document, sometimes writer crashes, then needs to repair 
all docs, this behavior seems to hapen more often if the next document is a ms-
word doc, or if i used a lot of text/backgroudcolor formating and then open the 
next doc.
this is rather anoying since any modifications done so far are lost.

-
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 62422] New - Update of Apache Xal an-J implementation from 2.6.0 to 2.7.0

2006-02-22 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62422
  Issue #:|62422
  Summary:|Update of Apache Xalan-J implementation from 2.6.0 to
  |2.7.0
Component:|xml
  Version:|OOo 2.0.2
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|external filters
  Assigned to:|cmc
  Reported by:|sus





--- Additional comments from [EMAIL PROTECTED] Wed Feb 22 03:20:04 -0800 
2006 ---
The exisiting Xalan version in OpenOffice.org/StarOffice should be updated from
2.6 to 2.7. It was stated in from various developers, that the 2.7 version is in
a very good
condition.

Furthermore, they added JAXP 1.3 and Namespace/XML 1.1

http://xml.apache.org/xalan-j/readme.html#done

The downside:
Apache splitted the serializer.jar from xalan.jar, therefore all classpathes
have to be adapted.

PS: This change has been approved by project management for StarOffice and
OpenOffice.org.

SUS-CMC:
Hi Caloan, could you please take over this enhancement as we discussed earlier?
You might join my latex CWS, but on the other hand it might be a good idea as
well, to isoloate this task in a single CWS. It's up to you.
One of us should write a change request/announcement about the version change
and JAR change before integrating this CWS.
TIA
Svante

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