[udk-issues] [Issue 66923] Can't Find JRockit JVM

2006-09-03 Thread fridrich_strba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66923


User fridrich_strba changed the following:

What|Old value |New value

  CC|'pjanik'  |'pjanik,vq'

 Assigned to|fridrich_strba|vq





--- Additional comments from [EMAIL PROTECTED] Sat Sep  2 23:11:49 -0700 
2006 ---
I don't have any machine running Windows that could confirm this issue. Volker,
could you please just try installing the JDK and see whether it appears in the
list of available JDKs in a recent 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]



[framework-issues] [Issue 56905] Unable to set default temp late

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


User ayaniger changed the following:

What|Old value |New value

  CC|''|'yba'





--- Additional comments from [EMAIL PROTECTED] Sat Sep  2 23:21:46 -0700 
2006 ---
I've seen this bug on 2.0.3 on XP, too. Just to add another detail not mentioned
here, in Issue 58214, or in Issue 61632:
If I change the default template, then reboot, the change is lost. However, if I
exit the quickstarter, then reboot, the change takes effect.

-
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 56905] Unable to set default temp late

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


User ayaniger changed the following:

What|Old value |New value

  CC|'yba' |'ayaniger,yba'





-
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 66918] IT: Wrong translations Dav anti/Dietro for Prima/Dopo

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66918





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 00:47:08 -0700 
2006 ---
*** Issue 66914 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]



[ui-issues] [Issue 59417] IT: Untranslated/swapped t itles in Help Contents page

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59417





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 00:51:50 -0700 
2006 ---
*** Issue 52164 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]



[porting-issues] [Issue 69208] Incompatible library versi on: libintl.1.dylib

2006-09-03 Thread sparcmoz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69208
 Issue #|69208
 Summary|Incompatible library version: libintl.1.dylib
   Component|porting
 Version|680m182
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|sparcmoz
 Reported by|sparcmoz





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 01:45:41 -0700 
2006 ---
Building m182 on Mac OS X intel with Xcode 2.3 and gcc4.0, using fink libraries 
and configured --
enable-build-mozilla and --with-gtk2, this error message occurs. 

Checking DLL ../unxmacxi.pro/lib/libvclplug_gtk680mxi.dylib ...: ERROR: 
dlopen(../unxmacxi.pro/lib/
libvclplug_gtk680mxi.dylib, 2): Library not loaded: /sw/lib/libiconv.2.dylib
  Referenced from: /sw/lib/libintl.1.dylib
  Reason: Incompatible library version: libintl.1.dylib requires version 6.0.0 
or later, but libiconv.2.dylib 
provides version 5.0.0
dmake:  Error code 1, while making 
'../unxmacxi.pro/lib/libvclplug_gtk680mxi.dylib'
dmake:  '../unxmacxi.pro/lib/libvclplug_gtk680mxi.dylib' removed.
'---* tg_merge.mk *---'

The problem is that fink provides the correct v6 library in /sw/lib but a v5 
library exists in /usr/lib

With some help on IRC #fink I found the problem is caused by SOLARLIB which is 
exported by configure
SOLARLIB=' -L/Users/jim/vanilla/solver/680/unxmacxi.pro/lib -L/usr/lib 
-L/usr/X11R6/lib'

If I put -L/sw/lib before -L/usr/lib then it links OK, so the workaround is:

export  SOLARLIB=' -L/Users/jim/vanilla/solver/680/unxmacxi.pro/lib -L/sw/lib 
-L/usr/lib -L/usr/
X11R6/lib' 

I suppose configure needs to know about fink somehow? configure --help suggests 
to set environment 
variable LDFLAGS:
  LDFLAGS linker flags, e.g. -Llib dir if you have libraries in a
  nonstandard directory lib dir
But this had no effect.

The build guide (wiki) says that building --with-gtk2 is not needed and 
Xcode2.3 is not supported yet 
so i will close this as wontfix, however anyone who has a better idea is 
welcome to take the 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 69209] When changing from bullett ed style, bullets remain

2006-09-03 Thread alandavidson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69209
 Issue #|69209
 Summary|When changing from bulletted style, bullets remain 
   Component|Word processor
 Version|OOo 2.0.2
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|ui
 Assigned to|mru
 Reported by|alandavidson





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 01:49:41 -0700 
2006 ---
When changing from a bulleted style to a non-bulleted style the style change
occurs, except that the bullets remain from the bulleted style. 

The behaviour is random - sometimes it works, sometimes it doesn't.

If the change is done using the style list, and if the bullets remain, then
sometimes the format paintbrush will produce the correct result. 

If the change is done using the format paintbrush, and if the bullets remain,
then sometimes using the style list will produce the correct result. 

The usual workaround is to remove bullets manually from the paragraph using the
icon on the formatting bar.

-
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 69205] XModifyListener for cells in one sheet works when removing other sheet

2006-09-03 Thread laurentgodard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69205


User laurentgodard changed the following:

What|Old value |New value

  CC|''|'laurentgodard'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[porting-issues] [Issue 69208] Incompatible library versi on: libintl.1.dylib

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


User sparcmoz changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WONTFIX

Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 02:05:57 -0700 
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]



[sc-issues] [Issue 35579] Standard filter requires m ore options..

2006-09-03 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35579





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 02:24:17 -0700 
2006 ---
Eike,
any progress on this issue?
Regards,
K. Palagin.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[dba-issues] [Issue 68738] Cannot open dBaseIV (.dbf) files

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68738


User wurzel changed the following:

What|Old value |New value

  CC|'aziem,ericb' |'aziem,ericb,wurzel'

  OS/Version|Mac OS X  |All





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 02:45:34 -0700 
2006 ---
hi all,

Just tested this on FreeBSD (PC-BSD 1.2), OOom180. It doesn't work. No tables
are visible once the new ODB document linking to the dbf file has been created.

More info : you can't even open the file in Calc, OOo gives a General I/O
Error message.

Re-setting to All platforms, since we can't select two different OSes or more
from the list individually, and the problem is not present simply on the Mac.


Alex
Alex

-
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 68738] Cannot open dBaseIV (.dbf) files

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68738





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 02:48:12 -0700 
2006 ---
@all : since the file can not even be opened in Calc, is this still a Base
module problem, or is it more of a filter problem ?

Alex

-
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 69000] Macro LoadLanguage does no t work

2006-09-03 Thread antekg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69000





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 02:58:50 -0700 
2006 ---
Now, for unknown reasons, the macro stops at the second line containing
InitResources:
Sub LoadLanguage()
If InitResources(ImportWizard,imp) then
with the following message “Sub-procedure or function procedure not defined”
I have repeated the trial of running the macro on another computer with earlier
version of OO 2.0. The macro stops at the same point, i.e at “InitResorces”.

-
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 69205] XModifyListener for cells in one sheet works when removing other sheet

2006-09-03 Thread thierrym
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69205





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 03:01:21 -0700 
2006 ---
Exactly, It depends where the sheet is added or removed in comparison to the
position of the sheet listened.
If I add a sheet after, it's OK.
If I add a sheet before, the listener works whereas it should'nt.
If I remove a sheet touching the sheet listened, the listener works whereas it
should'nt. But if I remove a sheet which is after and not near to the sheet
listened, it's OK.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[installation-issues] [Issue 69210] Current src680_m1 is refer enced as 2.0.1, not 2.0.4

2006-09-03 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69210
 Issue #|69210
 Summary|Current src680_m1 is referenced as 2.0.1, not 2.0.4
|
   Component|Installation
 Version|current
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|of
 Reported by|kpalagin





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 03:22:51 -0700 
2006 ---
Developer builds download page refers to 2.0.1 RC5, whereas latest release 
candidate is 2.0.4. 
Also all mirrors have files with 2.0.1 in name:
OOo_2.0.1_LinuxIntel_install.tar.gz
OOo_2.0.1_Win32Intel_install.exe

-
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 54525] docked, covered navigator contents are not unshaded after saving

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54525


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 03:54:52 -0700 
2006 ---
@richlv:
Still reproducible with 2.0.3?

-
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 38687] com.sun.star.ui.dialogs.Fi lePicker does not work in macro with openoffic e.org-kde

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38687


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 03:56:59 -0700 
2006 ---
no objection ...

-
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 39906] very slow opening file fro m network server

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39906


User rainerbielefeld changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|needmoreinfo, oooqa   |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 03:59:32 -0700 
2006 ---
Closing issue due to reporter's inactivity as WFM.

Pls. feel free to reopen this issue if you find out that the problem is still
existing with a current stable OOo version.

-
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 44968] Can't cut and paste

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44968


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 04:01:41 -0700 
2006 ---
no objection ...

-
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 40317] address import from evolut ion 2.0.2 unusable

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40317


User rainerbielefeld changed the following:

What|Old value |New value

  CC|'maxweber'|'maxweber,rainerbielefeld'





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 04:18:21 -0700 
2006 ---
@verthezp 
Still reproducible with 2.0.2 or later?

-
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 5608] Navigation button on OOo fo r hyperlink navigation (provide browser-like b ack/forward buttons)

2006-09-03 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=5608


User mba changed the following:

What|Old value |New value

  CC|'eberlein,gnustavo,gudrun,|'eberlein,gnustavo,gudrun,
|rainerbielefeld,utomo99'  |mba,rainerbielefeld,utomo9
|  |9'





-
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 59997] some default numbering bul lets *not* in OpenSymbol

2006-09-03 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59997





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 05:41:30 -0700 
2006 ---
In the version Apr 13 12:37:00 the upper part of the characters is missing,
not only in OOo but also in WordPad. (Win XP Home SP2)

-
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 69211] Video object non-functiona l, causes screen corruption, not editable

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69211
 Issue #|69211
 Summary|Video object non-functional, causes screen corruption,
| not editable
   Component|Word processor
 Version|680m180
Platform|All
 URL|
  OS/Version|FreeBSD
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|mru
 Reported by|wurzel





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:00:51 -0700 
2006 ---
Hi all,

I've tried inserting a video clip into a Writer document with m180. To do this I
used the Insert  Object  Video, or the Insert  Video  Sound menu and chose
one of the allegedly supported formats. The result is in the attached file.

Whenever this file is opened, the video object can not be edited (no selection
possible, no context menu). 

The video, of course, doesn't play. 

In addition, the file causes OOo to show screen corruption if the file menus are
called, or if you navigate up or down the document with the scroll bars.


Alex

-
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 69211] Video object non-functiona l, causes screen corruption, not editable

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69211


User wurzel changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:01:25 -0700 
2006 ---
setting oooqa keyword

-
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 69211] Video object non-functiona l, causes screen corruption, not editable

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69211


User wurzel changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38908)
video object insert
|  |ion test document






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:02:34 -0700 
2006 ---
Created an attachment (id=38908)
video object insertion test document


-
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 69212] applets not functional in Writer

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69212
 Issue #|69212
 Summary|applets not functional in Writer
   Component|Word processor
 Version|680m180
Platform|All
 URL|
  OS/Version|FreeBSD
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|mru
 Reported by|wurzel





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:10:44 -0700 
2006 ---
hi all,

I tried inserting an applet from the Java 1.5 installation on my system into a
Writer document via the Insert  Object  Applet menu.

The applet doesn't work. When you double-click on the object, you get an error
message Error activating object. General OLE error

Attaching test document.

Alex

-
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 69212] applets not functional in Writer

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69212


User wurzel changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:11:22 -0700 
2006 ---
setting oooqa keyword

-
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 69212] applets not functional in Writer

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69212


User wurzel changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38909)
applet in writer do
|  |cument






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:12:15 -0700 
2006 ---
Created an attachment (id=38909)
applet in writer document


-
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 69213] xmlhelp: unused Dbenv clas s

2006-09-03 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69213
 Issue #|69213
 Summary|xmlhelp: unused Dbenv class
   Component|utilities
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|hro
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:23:47 -0700 
2006 ---
The Dbenv class in xmlhelp appears un-instanciated to me, so here's a patch to
remove it and to simplify the DbEnv referring Db class.

There'a another part to this, note that DB_CXX_NO_EXCEPTIONS is passed as the
flags to the Db ctor, and thus as flags to db_create. But db_create is
documented (http://pybsddb.sourceforge.net/api_c/db_create.html) as taking only
0 or DB_XA_CREATE and the db.h header has 

#define DB_CXX_NO_EXCEPTIONS 2
and
#define DB_XA_CREATE 2

So when we pass DB_CXX_NO_EXCEPTIONS db_create takes it as meaning DB_XA_CREATE,
so either our use of DB_CXX_NO_EXCEPTIONS should be instead DB_XA_CREATE if
passing 2 is what we really want to do, or we should pass 0 instead. I suspect
that from the link above that we don't want to pass 2 here, but just 0. So the
patch here also does that.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[util-issues] [Issue 69213] xmlhelp: unused Dbenv clas s

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38910)
patch






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:24:02 -0700 
2006 ---
Created an attachment (id=38910)
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]



[l10n-issues] [Issue 69214] Can't enter diacritics in file dialogs

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69214
 Issue #|69214
 Summary|Can't enter diacritics in file dialogs
   Component|l10n
 Version|680m180
Platform|All
 URL|
  OS/Version|FreeBSD
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|wurzel





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:31:55 -0700 
2006 ---
Hi all,

Using PC-BSD 1.2 (FreeBSD 6.1), and OOom180. Locale FR.
I have noticed that I can't enter type any characters that require the ^ or 
diacritics in any of the file dialogs that OOo presents (Save, Open, etc)

Alex

-
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 69214] Can't enter diacritics in file dialogs

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69214


User wurzel changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:32:26 -0700 
2006 ---
setting oooqa keyword

-
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 69123] OOo crash with HotSpot det ected

2006-09-03 Thread alfonsname
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69123





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:33:26 -0700 
2006 ---
Sometimes, but not always, there is a message on the console from which OOo got
started:
terminate called after throwing an instance of 
'com::sun::star::sdbc::SQLException'

-
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 69215] svx/source/tbxctrls/tbcont rl.cxx SvxFontItem isn't a SvxBoolItem

2006-09-03 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69215
 Issue #|69215
 Summary|svx/source/tbxctrls/tbcontrl.cxx SvxFontItem isn't a S
|vxBoolItem
   Component|Drawing
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|wg
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:33:40 -0700 
2006 ---
In the above .cxx file, there is SvxFontNameToolBoxControl::StateChanged and as
part of that method the passed in SfxPoolItem* can get casted to a SfxBoolItem*,
but the item is really a SvxFontItem, and SvxFontItem doesn't inherit from
SfxBoolItem AFAICS so that cast looks invalid to me with basically undefined
results in the SFX_ITEM_AVAILABLE: case for eTri. 

A patch attached to illustrate the location of the cast, but patch unset as
I'm not really sure what's supposed to happen here.

-
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 69215] svx/source/tbxctrls/tbcont rl.cxx SvxFontItem isn't a SvxBoolItem

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38911)
patch to illustrate
|  |






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:34:02 -0700 
2006 ---
Created an attachment (id=38911)
patch to illustrate


-
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 69216] Testing Base with dba qa t est cases causes crash

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69216
 Issue #|69216
 Summary|Testing Base with dba qa test cases causes crash
   Component|Database access
 Version|680m180
Platform|All
 URL|
  OS/Version|FreeBSD
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|wurzel





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:53:37 -0700 
2006 ---
Hi all,

PC-BSD 1.2 (FreeBSD 6.1), locale FR. OOo m180

Going through the test cases here :
http://dba.openoffice.org/QA/General_Testcases.html#db-wizard

On the frist test case, got as far as Query Wizard, step 24. I didn't enter an
alias, and just clicked on Next. OOo died.

Let the recovery program restart OOo with the ODB document. Clicked on the Query
Task button, then Query Wizard, OOo died.

Recover, tried again. Got as far as selecting conditions for the queried fields
to be sorted on. OOo crashed and died.

Re-opening of the Base document and retrying the Query steps identified in the
test case causes OOo to crash without warning at various stages of the query
definition. So far, I haven't been able to manage to finish the Query creation 
step.

I am enclosing the test ODB so that others can compare.

Alex

-
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 69216] Testing Base with dba qa t est cases causes crash

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69216


User wurzel changed the following:

What|Old value |New value

Keywords|  |crash, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:54:17 -0700 
2006 ---
setting oooqa and crash keywords

-
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 65129] Impossible to change defau lt language.

2006-09-03 Thread othr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65129





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:54:51 -0700 
2006 ---
My system doesn't keep the default language setting, either (2.0.3). US-
English is the only option that sticks past shutdown. However the this 
document only button seems OK.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[dba-issues] [Issue 69216] Testing Base with dba qa t est cases causes crash

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69216


User wurzel changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |clu





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:55:03 -0700 
2006 ---
since chris said he would be takers for any reported incidents, this one's
coming his way ;-)

Alex

-
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 69216] Testing Base with dba qa t est cases causes crash

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69216


User wurzel changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38912)
problematic Base do
|  |cument






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 06:56:45 -0700 
2006 ---
Created an attachment (id=38912)
problematic Base document


-
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 69217] Default languages for docu ments US-English only

2006-09-03 Thread othr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69217
 Issue #|69217
 Summary|Default languages for documents US-English only
   Component|Word processor
 Version|OOo 2.0.3
Platform|Other
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|configuration
 Assigned to|mru
 Reported by|othr





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:03:20 -0700 
2006 ---
My system doesn't allow changes to the default language setting. The software 
defaults back to US-English when OOO is closed and re-opened, as if the For 
the current document only button is selected (which it isn't).

-
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 69205] XModifyListener for cells in one sheet works when removing other sheet

2006-09-03 Thread thierrym
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69205


User thierrym changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38913)
Issue 69205_Spreads
|  |heet with macro XlModifyLi
|  |stener






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:04:03 -0700 
2006 ---
Created an attachment (id=38913)
Issue 69205_Spreadsheet with macro XlModifyListener


-
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 69218] loading this document caus es use of uninit variable

2006-09-03 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69218
 Issue #|69218
 Summary|loading this document causes use of uninit variable
   Component|Drawing
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|sj
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:38:32 -0700 
2006 ---
i.e. a record is searched for at the end of the stream, but turns out not to
exist and is past the end of the stream, but we compare the unread var anyway. 

So maybe best to simply init the record at ctor time to known safe value. Patch
atached (and sample .doc)

-
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 69218] loading this document caus es use of uninit variable

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


User cmc changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38914)
sample document






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:38:58 -0700 
2006 ---
Created an attachment (id=38914)
sample document


-
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 69218] loading this document caus es use of uninit variable

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38915)
patch






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:39:32 -0700 
2006 ---
Created an attachment (id=38915)
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]



[dba-issues] [Issue 68738] Cannot open dBaseIV (.dbf) files

2006-09-03 Thread jjmckenzie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68738





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:50:55 -0700 
2006 ---
@all

This does work with WindowsXP SP2. Anyone have Linux available to test?

James M.


-
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 25942] standard date format not t aken from the system properties

2006-09-03 Thread jolatt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25942





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 07:58:13 -0700 
2006 ---
Whats about this issue.

It concerns all modules of OOo not only the spreadsheet.
I would prefer the manual setting of the standard date format.


-
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 69219] Crash when insert file

2006-09-03 Thread eliseocd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69219
 Issue #|69219
 Summary|Crash when insert file
   Component|Presentation
 Version|OOo 2.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|wg
 Reported by|eliseocd





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 08:25:41 -0700 
2006 ---
Video Driver is probably radeon
DESKTOP_SESSION is set to default
libgcj version is libgcj-4.0.2-8.fc4
OpenOffice.org core rpm version is openoffice.org-core-2.0.1.1-7.1
0x445007: /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 + 0x1e007
0x4457cc: /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 + 0x1e7cc
0xbae420:  + 0x420 (__kernel_sigreturn + 0x0)
0xbf6678: /lib/libc.so.6 + 0x29678 (abort + 0xf8)
0xc2a230: /lib/libc.so.6 + 0x5d230 (__libc_fatal + 0x0)
0xc301e0: /lib/libc.so.6 + 0x631e0
0xc3072b: /lib/libc.so.6 + 0x6372b (__libc_free + 0x77)
0x236d07b: /usr/lib/libgnomevfs-2.so.0 + 0x4a07b
0x236d4e6: /usr/lib/libgnomevfs-2.so.0 + 0x4a4e6 (_gnome_vfs_xdg_hash_free + 
0x1d)
0x236c38b: /usr/lib/libgnomevfs-2.so.0 + 0x4938b (_gnome_vfs_xdg_shutdown + 
0x58)
0x236c760: /usr/lib/libgnomevfs-2.so.0 + 0x49760
0x236ca28: /usr/lib/libgnomevfs-2.so.0 + 0x49a28
(_gnome_vfs_xdg_get_mime_type_from_file_name + 0x17)
0x235592a: /usr/lib/libgnomevfs-2.so.0 + 0x3292a
(gnome_vfs_mime_type_from_name_or_default + 0xc7)
0x2355b85: /usr/lib/libgnomevfs-2.so.0 + 0x32b85
(_gnome_vfs_get_mime_type_internal + 0x19a)
0x2356547: /usr/lib/libgnomevfs-2.so.0 + 0x33547
0x2058875: /usr/lib/gnome-vfs-2.0/modules/libfile.so + 0x2875
0x205a71a: /usr/lib/gnome-vfs-2.0/modules/libfile.so + 0x471a
0x2347cb4: /usr/lib/libgnomevfs-2.so.0 + 0x24cb4
(gnome_vfs_directory_read_next_cancellable + 0x50)
0x234f150: /usr/lib/libgnomevfs-2.so.0 + 0x2c150 (_gnome_vfs_job_execute + 
0x5d5)
0x234e083: /usr/lib/libgnomevfs-2.so.0 + 0x2b083
0x235f1f3: /usr/lib/libgnomevfs-2.so.0 + 0x3c1f3
0xeaeffa: /usr/lib/libglib-2.0.so.0 + 0x3effa
0xd3fbd4: /lib/libpthread.so.0 + 0x5bd4
0xc974fe: /lib/libc.so.6 + 0xca4fe (__clone + 0x5e)

-
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 69210] Current src680_m1 is refer enced as 2.0.1, not 2.0.4

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


User of changed the following:

What|Old value |New value

 Assigned to|of|mh

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 08:36:24 -0700 
2006 ---
@ mh: See http://ftp.stardiv.de/pub/OpenOffice.org/developer/OOD680_m1/ This 
files should be renamed accordingly.

-
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 68569] Allow paste of external da ta into multiple cells

2006-09-03 Thread mariogovoni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68569


User mariogovoni changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |NEW

  Ever confirmed|  |1





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 09:47:32 -0700 
2006 ---
*** Issue 68569 has been confirmed by votes. ***

-
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 69221] Remove need to specify pat h to JDK on a default Mac OS X installation

2006-09-03 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69221
 Issue #|69221
 Summary|Remove need to specify path to JDK on a default Mac OS
| X installation
   Component|tools
 Version|680m182
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|configure
 Assigned to|rene
 Reported by|ebischoff





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 10:27:38 -0700 
2006 ---
Build fails in instsetoo_native if at configure time the correct path for Java 
Development Kit had not been 
given.

This path is by default /Library/Java/Home, so configure could try that path 
as a first guess on Mac OS X. 

That would allow to omit
  --with-jdk-home=/Library/Java/Home 
as a systematical parameter to configure, therefore reducing the risk of 
problems at the end of the build 
process, during java components registration.

-
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 69222] Description for Testtool is no more than Testtool

2006-09-03 Thread pbb72
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69222
 Issue #|69222
 Summary|Description for Testtool is no more than Testtool
   Component|Installation
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|of
 Reported by|pbb72





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 10:39:28 -0700 
2006 ---
In the installer, the item Testtool (under Options Components) only mentions
Testtool as it's Feature Description. This of course is just a placeholder
only. Please fill in a proper description.

-
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 69223] Support Scribus file type

2006-09-03 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69223
 Issue #|69223
 Summary|Support Scribus file type
   Component|framework
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 11:21:20 -0700 
2006 ---
Hello
A feature of import/export of Scribus file could be appreciated.

Scribus website :
http://www.scribus.net/

-
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 69223] Support Scribus file type

2006-09-03 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69223


User computerhotline changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38916)
An example of Scrib
|  |us filetype






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 11:22:19 -0700 
2006 ---
Created an attachment (id=38916)
An example of Scribus filetype


-
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 67678] DicOOo cannot update itsel f from 1.5.5 to 1.6

2006-09-03 Thread pbb72
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67678





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:04:11 -0700 
2006 ---
I can confirm the same problem on English language OOo. The exact error message 
is:

Irrecoverable error
Upgrade abandoned

-
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 69212] applets not functional in Writer

2006-09-03 Thread smsm1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69212





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:07:42 -0700 
2006 ---
I believe that applets were disabled at one point recently for security 
reasons, and won't be enabled again. 
Please see http://www.openoffice.org/security/CVE-2006-2199.html for more 
information.

-
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 68772] Screen goes haywire

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68772


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:43:05 -0700 
2006 ---
Did you tried the official version of OpenOffice?
It seems you are using Gnome (what version?)

Is your system updated?

Does problem appears with every file and is reproductable, and can you provide
steps 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]



[installation-issues] [Issue 69210] Current src680_m1 is refer enced as 2.0.1, not 2.0.4

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


User of changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:47:21 -0700 
2006 ---
adjusting target

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[installation-issues] [Issue 69222] Description for Testtool is no more than Testtool

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


User of changed the following:

What|Old value |New value

  CC|''|'jsi'

 Assigned to|of|requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:48:24 -0700 
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 69224] Wrong display of tables in Microsoft Word document

2006-09-03 Thread andrjuha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69224
 Issue #|69224
 Summary|Wrong display of tables in Microsoft Word document
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|http://ekta.ua/img/bad.doc
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|mru
 Reported by|andrjuha





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:48:52 -0700 
2006 ---
There are many various tables in the specified document. As a result at opening 
in OpenOffice they are imposed against each other.
Besides the vertical text is incorrectly displayed.

-
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 69224] Wrong display of tables in Microsoft Word document

2006-09-03 Thread andrjuha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69224


User andrjuha changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38917)
Document with wrong
|  | tables






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:51:19 -0700 
2006 ---
Created an attachment (id=38917)
Document with wrong tables


-
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 68746] Rows in XLS parsed incorre ct, all on one OO row, repeating.

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68746


User delorea changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:52:19 -0700 
2006 ---
Confirmed on version 680m1 build 9062

-
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 69069] Statistical Functions are not Accurate

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69069


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'





-
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 68746] Rows in XLS parsed incorre ct, all on one OO row, repeating.

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68746


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'





-
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 68738] Cannot open dBaseIV (.dbf) files

2006-09-03 Thread jjmckenzie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68738





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 12:59:05 -0700 
2006 ---
@wurzel

Thanks.  We can wait for your results.  My thought is that dBaseIV files can be
opened only on Windows systems unless this file is actually a MS Access file
with a .dbf extension.

Anyone still have a copy of dBase IV available somewhere to crate a file or
verify this one?

James M.


-
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 69092] there is no way to set ima ge as background for cell

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69092


User delorea changed the following:

What|Old value |New value

  CC|'egle,fozis'  |'delorea,egle,fozis'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 13:01:12 -0700 
2006 ---
It's not an issue.
For this behaviour you have to submit an issue with an enhancement request.

From the help, searching for background you can find some step to use an image
as background for some cells.

Tell me now if I can close the issue, or if you want to be converted in 
enhancement.

-
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 69124] spreadsheet crashes OpenOf fice 2.0.3 in windows and linux

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69124


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 13:13:23 -0700 
2006 ---
Works for me on ooo-dev version 680m1 build 9062.

I choosed save as.
OOo told me that this document may contain formatting or content that cannot be
saved in the openoffice.org 1.0 spreadsheet file format.

I choosed to save in both format (OOo 1.0 and new ODF)
Everyting was ok.

I can attach the ODF version, so you can try to open it and to save again to see
if problem is only on 1.0 format.
But I think that issue is fixed and will fixed on 2.0.4 for you.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [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 64685] Spreadsheet opens as (Rea d only) when the group file access rights are read+write

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64685


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 13:21:32 -0700 
2006 ---
mailed to know if the issue is solved.

-
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 64685] Spreadsheet opens as (Rea d only) when the group file access rights are read+write

2006-09-03 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64685


User delorea changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 13:25:16 -0700 
2006 ---
Worked with latest version

-
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 69225] Table border width not pre served importing from MS Word to OO

2006-09-03 Thread jmainwar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69225
 Issue #|69225
 Summary|Table border width not preserved importing from MS Wor
|d to OO
   Component|Word processor
 Version|OOo 2.0.3
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|jmainwar





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 14:08:31 -0700 
2006 ---
I created a blank Sudoku grid using an MS Word table.  It's a nine by nine grid,
and every third row or column has a thicker border than the rest.  Later I
imported it into Open Office writer 2.03, and all the borders were the same 
width.

I can make a grid with the right appearance using Open Office writer, but the
information should have been preserved when I imported the MS Word document.

Actually, it was easier to make the grid using Open Office -- Word kept changing
one border back to light when I tried to change another to heavy while. I was
working on the file.

-
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 69225] Table border width not pre served importing from MS Word to OO

2006-09-03 Thread jmainwar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69225


User jmainwar changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38918)
This is the MS Word
|  | doc that does not open co
|  |rrectly in Open Office






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 14:09:48 -0700 
2006 ---
Created an attachment (id=38918)
This is the MS Word doc that does not open correctly in Open Office


-
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 69225] Table border width not pre served importing from MS Word to OO

2006-09-03 Thread jmainwar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69225


User jmainwar changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38919)
This is a grid crea
|  |ted in Open Office that ha
|  |s correct borders.






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 14:11:30 -0700 
2006 ---
Created an attachment (id=38919)
This is a grid created in Open Office that has correct borders.


-
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 68738] Cannot open dBaseIV (.dbf) files

2006-09-03 Thread dhlocker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68738





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 15:25:23 -0700 
2006 ---
Opened fine on Sun Ultra-30, Solaris 8, OOo 2.0.3.  I chose the default
character set that OOo presented (Western Europe (DOS/OS2-850/International) and
let it grind for 1min50sec (did I say the U-30 is a bit old?) and up popped the
spreadsheet-form of the database.
HTH (BTW: 9248 records.)

-
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 69175] smoketestoo_native crashes with --disable-binfilter

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


User st changed the following:

What|Old value |New value

   Component|smoketest |Installation

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

Subcomponent|www   |code

Target milestone|milestone 1   |DevTools





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 17:16:39 -0700 
2006 ---
moving to installation so that I'm allowed to remove component smoketest...

-
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 69225] Table border width not pre served importing from MS Word to OO

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69225


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:25:04 -0700 
2006 ---
I can confirm the import problem with 2.0.2  German version WIN XP:
[680m5(Build9011)]: Thicknes of all table borders is uniform when 'Sudoku
Grid.doc' will be opened in OOo.

-
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 69225] Table border width not pre served importing from MS Word to OO

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69225


User rainerbielefeld changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38922)
screenshot comparin
|  |g table  view in OOo and M
|  |S WORD 2000






--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:25:58 -0700 
2006 ---
Created an attachment (id=38922)
screenshot comparing table  view in OOo and MS WORD 2000


-
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 49151] All menu and prompt text w ithin all windows missing in GNOME

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49151


User rainerbielefeld changed the following:

What|Old value |New value

  CC|'rvojta'  |'rainerbielefeld,rvojta'

Keywords|needmoreinfo  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:34:11 -0700 
2006 ---
@jasonacg 
Still visible with current (stable) OOo and Mandrake?

-
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 69184] dbaccess: references SISSL

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:45:19 -0700 
2006 ---
ah, yes ... those files lingered in CVS for more than a year, and were created
before the license change ... will correct.

-
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 69184] dbaccess: references SISSL

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


User fs changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |fs

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:48:51 -0700 
2006 ---
should grab 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]



[sw-issues] [Issue 69212] applets not functional in Writer

2006-09-03 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69212





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:49:08 -0700 
2006 ---
@smsm1 : Yes, it would seem so, thanks for the pointer.

In that case, this possibility should be removed from the menu structure, so
there's still a defect just in it still being possible to insert an applet via
the menus, otherwise what would be the point of disabling it ?

Alex

-
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 69199] Link to External Data Fu nction does not workk

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


User fs changed the following:

What|Old value |New value

   Component|Word processor|Spreadsheet

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

Subcomponent|configuration |ui





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:49:29 -0700 
2006 ---
This is a spreadsheet 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 69199] Link to External Data Fu nction does not workk

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


User fs changed the following:

What|Old value |New value

   Component|Word processor|Spreadsheet

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

Subcomponent|configuration |ui





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:49:29 -0700 
2006 ---
This is a spreadsheet issue

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[dba-issues] [Issue 69184] dbaccess: references SISSL

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:49:34 -0700 
2006 ---
accepting

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 69219] Crash when insert file

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69219


User rainerbielefeld changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Sep  3 22:57:16 -0700 
2006 ---
@liseocd:
Please add information
- what file did you insert
- how did you insert
- where can we get sample files

-
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 69219] Crash when insert file

2006-09-03 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69219


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'





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