[tools-issues] [Issue 67166] empty macros used in targe t definitions should trigger a warning if rede fined later

2006-07-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67166





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:14:24 -0700 
2006 ---
Previous patch breaks the OOo build in subtle way that can be illustrated by
this testcase:

--- t67166.mk ---
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

.IF $(AAA)!=123
BLA=bla
.ENDIF

AAA*=123

all:
+echo AAA:$(AAA):
--- t67166.mk ---

$ ./dmake/dmake.exe -rf t67166_1.mk
AAA::

The expanding of $(AAA) in the .IF condition lets the following *= assignment
think that the macro is already assigned so that it doesn't set the macro.

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

-
To unsubscribe, 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 66853] Build with KDE on GNU/Linu x/x86_64 (Fonts too small in OO 2.0.3 RC5 X86_ 64)

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:44:51 -0700 
2006 ---
Verified, 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]



[ui-issues] [Issue 61757] Alpha transparency / alias ed edges of application icons.

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


User pjanik changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:49:49 -0700 
2006 ---
Good, if there is other issue, please file new one, I'll close this one.


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

-
To unsubscribe, 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 67392] crash when closing help

2006-07-16 Thread vagula
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67392





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:50:01 -0700 
2006 ---
confirmed in windows xp.
it crashes only when closing with ctrl+w, closing with alt+f4 or from X doesnt
cause crash.

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

-
To unsubscribe, 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 61757] Alpha transparency / alias ed edges of application icons.

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:50:06 -0700 
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]



[tools-issues] [Issue 67354] Solaris/SPARC: more compil e issues with warning=errors

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


User pjanik changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:58:13 -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 67425] Calc Help File MOD Functio n Example Incomplete

2006-07-16 Thread joeconner
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67425
 Issue #|67425
 Summary|Calc Help File MOD Function Example Incomplete
   Component|Spreadsheet
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|joeconner





--- Additional comments from [EMAIL PROTECTED] Sat Jul 15 23:58:19 -0700 
2006 ---
Calc Help File for function MOD has incomplete sentence.  It currently reads
Example:
The value 17 in the Dividend field is to be divided by the divisor -1.4. -1.2
will be returned as the remainder.
The value -13 in the Dividend field is to be divided by the divisor -3.4. -2.8
will be returned as the remainder.
The value 2987 in the Dividend field is to be divided by the divisor 362. 91
will be returned as the remainder.
Should read:
Example:
The value 17 in the Dividend field is to be divided by the divisor -1.4. -1.2
will be returned as the remainder.
The value -13 in the Dividend field is to be divided by the divisor -3.4. -2.8
will be returned as the remainder.
The value 2987 in the Dividend field is to be divided by the divisor 362. 91,
83.72 will be returned as the remainder.

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

-
To unsubscribe, 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 67317] write error when trying to save or save as a file

2006-07-16 Thread pheedback
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67317





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 00:27:19 -0700 
2006 ---
I am also having this problem. I created a fresh document with OpneOffice.org
2.0.3. I then went back to this document and was going to add the date field and
I did, but when I tried to save it i received the error message

Error saving the document Money Saving Opportunity:
Write Error.
Error Writing File.

Money Saving Opportunity is the name of my document. I also tried to add the
date field to another document then save it and I get the same error message
only with that document's name in the error message. I think there is something
messed up with the date field. I will include a screenshot of the error message.

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

-
To unsubscribe, 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 67317] write error when trying to save or save as a file

2006-07-16 Thread pheedback
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67317


User pheedback changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37790)
OOWriter Error






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 00:30:05 -0700 
2006 ---
Created an attachment (id=37790)
OOWriter Error


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

-
To unsubscribe, 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 67408] sfx2: warnings are errors

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


User pjanik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37791)
the same patch for 
|  |so3's problem, please appr
|  |ove






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 00:33:24 -0700 
2006 ---
Created an attachment (id=37791)
the same patch for so3's problem, please approve


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

-
To unsubscribe, 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 67408] sfx2: warnings are errors

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


User pjanik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |37792)
sfx2's union issue 
|  |patch, please approve






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 00:34:41 -0700 
2006 ---
Created an attachment (id=37792)
sfx2's union issue patch, please approve


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

-
To unsubscribe, 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 67400] Warning: try and catch ign ored when compiling with -noex.

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


User pjanik changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 00:45:08 -0700 
2006 ---
I have temporary disabled noextry,noexthrow in my tree. What is the correct fix
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]



[tools-issues] [Issue 64923] [PATCH] Make PAM optional on Linux

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


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 00:56:18 -0700 
2006 ---
Reopening:

In my build script with configure18:

security.c: In function `osl_equalPasswords':
security.c:410: warning: implicit declaration of function `crypt'
dmake:  Error code 1, while making '../../unxlngi6.pro/obj/security.obj'


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

-
To unsubscribe, 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 67365] Calc - page numbering

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





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 01:04:50 -0700 
2006 ---
Well, but in the case you have to propose an enhancement, and not a bug 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]



[sc-issues] [Issue 67430] Calc Copy to Clipboard Fre ezes with Maxivista

2006-07-16 Thread glenndrayton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67430
 Issue #|67430
 Summary|Calc Copy to Clipboard Freezes with Maxivista
   Component|Spreadsheet
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P5
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|glenndrayton





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 02:25:52 -0700 
2006 ---
THis appears to be an incompatibility issue with the Maxivista software:


In OOO 2.0.3 any copy operation from Calc to the clipboard (no matter what
size), results in a complete freeze of the application and operating system for
about 5 seconds. This is only when using the Maxivista software to remote
control the computer i.e. when running the Maxivista client application.

To reproduce:
1. Open Calc
2. Type anything into a cell
3. Press CTRL-C on the cell to copy it to the clipboard
4. Attempt to move the mouse or anything else.. nothing happens for 5 seconds.


I will inform Maxivista of this as well.

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

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


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



[framework-issues] [Issue 67317] write error when trying to save or save as a file

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


User rainerbielefeld changed the following:

What|Old value |New value

Keywords|needmoreinfo, oooqa   |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 03:36:34 -0700 
2006 ---
We are talking about Menu: Insert - Field - Date? Can't confirm that with
2.0.3RC5  German version WIN XP: [680m5(Build9036)]

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

-
To unsubscribe, 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 67392] crash when closing help

2006-07-16 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67392





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 06:25:26 -0700 
2006 ---
confirmed with m176 Mac Intel

no crash using the close (red) button, but crash when using Apple + W



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

-
To unsubscribe, 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 66097] Unicode input

2006-07-16 Thread creibens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66097





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 06:55:20 -0700 
2006 ---
At least on Windows systems, you can use the system wide standard for this, i.e.
hold down the ALT key and type in the decimal Unicode number with a leading 0
(zero).

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

-
To unsubscribe, 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 67431] Crash when renaming an aut otext entry

2006-07-16 Thread pschoenb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67431
 Issue #|67431
 Summary|Crash when renaming an autotext entry
   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|editing
 Assigned to|mru
 Reported by|pschoenb





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 07:30:57 -0700 
2006 ---
1. Press Ctrl-F3

2. Select an autotext entry

3. Rename it, change its name *as well as its shortcut*.

Write crashes.

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

-
To unsubscribe, 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 57941] Templates fault when upgra ding from v1 to v2

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


User mba changed the following:

What|Old value |New value

  CC|'hwoarang'|'hwoarang,mba'





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

-
To unsubscribe, 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 48573] Embedded Calc-OLE disappea rs after copying/moving

2006-07-16 Thread sgauti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48573





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:16:17 -0700 
2006 ---
Tested under Windows XP SP2 and 2.0.3FR and meet no issue to copy/paste, for me
this issue is fixed too.
Kind regards - Sophie

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

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


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



[udk-issues] [Issue 49718] unowinreg.dll - binary-onl y. can we build it?

2006-07-16 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49718


User rene changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:46:34 -0700 
2006 ---
vq: thanks for that part

complete thing committed to cws unowinregcross

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

-
To unsubscribe, 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 67432] Import of csv-file in UTF- 8 fails

2006-07-16 Thread creibens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67432
 Issue #|67432
 Summary|Import of csv-file in UTF-8 fails
   Component|Spreadsheet
 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|spreadsheet
 Reported by|creibens





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:49:39 -0700 
2006 ---
I tried to open a small csv file (about 80KB) which contains UFT-8 coded data.
In the following dialog I wanted to switch the character set to UTF-8 by
repeatedly pressing the 'U' key (3 times should do this). But after the 1st key
press, the CPU raised to 100% and stayed there. Nothing else happened, and the
process did not react any more. All I could to was killing the process via
Windows Task Manager (Ctrl-Alt-Del).

This also happens when I select Unicode with the mouse (this is what is selected
first when I use the keyboard as mentioned above).

I also tried this with a very small csv file (about 1KB), and this worked.

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

-
To unsubscribe, 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 67432] Import of csv-file in UTF- 8 fails

2006-07-16 Thread creibens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67432


User creibens changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37793)
One of many files t
|  |hat cause this problem






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:51:50 -0700 
2006 ---
Created an attachment (id=37793)
One of many files that cause this problem


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

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


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



[udk-issues] [Issue 49718] unowinreg.dll - binary-onl y. can we build it?

2006-07-16 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49718


User rene changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:52:09 -0700 
2006 ---
uh, not yet FIXED, need to do the external/ thing, still

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

-
To unsubscribe, 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 67432] Import of csv-file in UTF- 8 fails

2006-07-16 Thread creibens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67432


User creibens changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37794)
Small file that doe
|  |s _not_ cause this problem
|  |






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:52:50 -0700 
2006 ---
Created an attachment (id=37794)
Small file that does _not_ cause this 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 67432] Import of csv-file in UTF- 8 fails

2006-07-16 Thread creibens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67432


User creibens changed the following:

What|Old value |New value

Keywords|  |crash





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

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


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



[udk-issues] [Issue 49718] unowinreg.dll - binary-onl y. can we build it?

2006-07-16 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49718


User rene changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 08:58:00 -0700 
2006 ---
FIXED again

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

-
To unsubscribe, e-mail: [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 67405] Changed-Flag will be set b y automatically calculated change

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

 Summary|Spreadsheet is changed whi|Changed-Flag will be set b
|le opened |y automatically calculated
|  | change

Subcomponent|open-import   |ui





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 09:34:04 -0700 
2006 ---
I checked with 2.0.2  German version WIN XP: [680m5(Build9011)] and can
confirm the reported effect. 

All the same with 1.1.4 (German) WIN XP: [645m52 (Build 8824)].

There isn't any entry in the UNDO-list and also the Save-Button is not active,
but when I want to save the document without any change, I will be asked whether
I want to save the document when I want to close it. This will only happen as
long as the formula in 'F24:F26' are active AND the spreadsheet contains a
diagram AND property calulate cell contents automatically is set. 

I see the same effect in a self created spreadsheet containing a 'now()' 
statement.

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

-
To unsubscribe, 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 67405] Changed-Flag will be set b y automatically calculated change

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


User rainerbielefeld changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37795)
another document sh
|  |owing the same effect






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 09:36:01 -0700 
2006 ---
Created an attachment (id=37795)
another document showing the same 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]



[udk-issues] [Issue 49718] unowinreg.dll - binary-onl y. can we build it?

2006-07-16 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49718





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 09:50:38 -0700 
2006 ---
vq: can you upload that library?

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

-
To unsubscribe, 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 19291] Split Windows for single d ocument

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





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 10:05:49 -0700 
2006 ---
Dear developers,
please consider introducing this feature into all (or at least Calc and 
Writer) of OOo applications.
This is very usefull and highly used with competing products feature.


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

-
To unsubscribe, e-mail: [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 56829] when using the Table Wizar d to create a table, the name of the field can not be changed in the step 2 'Set types and f ormats'

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|needmoreinfo, oooqa   |oooqa

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 10:14:41 -0700 
2006 ---
Closed due to reporter's inactivity

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

-
To unsubscribe, 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 56829] when using the Table Wizar d to create a table, the name of the field can not be changed in the step 2 'Set types and f ormats'

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 10:15:01 -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 24271] Mathematical error in Calc , -4^2

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 10:16:00 -0700 
2006 ---
closed

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

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


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



[framework-issues] [Issue 63875] Unabilaty to save a docume nt ('unable to write')

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|needmoreinfo, oooqa   |oooqa

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 10:20:22 -0700 
2006 ---
Closed issue due to reporter's inactivity

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

-
To unsubscribe, 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 64386] Percent is inacurate

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


User rainerbielefeld changed the following:

What|Old value |New value

Keywords|needmoreinfo, oooqa   |oooqa





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

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


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



[www-issues] [Issue 24501] 'Edit Query' fails

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 10:23:30 -0700 
2006 ---
Due to comments from Aniruddha Sarkar Tue Jul 11 10:13:28 -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]



[udk-issues] [Issue 49718] unowinreg.dll - binary-onl y. can we build it?

2006-07-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49718





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 11:44:25 -0700 
2006 ---
@Rene: Done, I used my selfbuild version from m175. Uploaded to:
   http://tools.openoffice.org/unowinreg_prebuild/680/

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

-
To unsubscribe, 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 67365] Calc - page numbering

2006-07-16 Thread nbjayme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67365





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 11:46:35 -0700 
2006 ---
One could treat it as a defect of the Print Only Selected Sheet feature.
As it implies that printing is only on selected sheet then there should be
no need for pages coming from other sheet to appear when print previewing and
printing.

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

-
To unsubscribe, 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 64923] [PATCH] Make PAM optional on Linux

2006-07-16 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64923


User rene changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 12:07:27 -0700 
2006 ---
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]



[sc-issues] [Issue 53533] Lost of mark for selected autofilter after ESC

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





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 12:32:26 -0700 
2006 ---
*** Issue 67395 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 67395] leaving the autofilter men u without changes makes the filter indication (button with blue arrow instead of black arrow ) disappear

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


User delorea changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 12:32:26 -0700 
2006 ---
Duplicated

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

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

-
To unsubscribe, 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 12666] autofilter works just on o ne sheet (only one auto-range per document)

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





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 12:50:41 -0700 
2006 ---
*** Issue 67394 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 67394] adding autofilter to a sec ond sheet makes buttons of the first autofilte r disappear

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


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 12:50:43 -0700 
2006 ---
Two issues, two duplicated.
Please, before to insert new issues, check if your problem is known, resolved,
work in progress, or so on


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

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

-
To unsubscribe, 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 67146] PDF export with RTL text d oes not align with border

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


User delorea changed the following:

What|Old value |New value

  CC|'jolatt'  |'delorea,jolatt'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:00:11 -0700 
2006 ---
It is good enough?
Made by OOo from SRC176 on Linux Fedora Core 5.

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

-
To unsubscribe, 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 67146] PDF export with RTL text d oes not align with border

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


User delorea changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37796)
PDF Export for issu
|  |e 67146






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:01:13 -0700 
2006 ---
Created an attachment (id=37796)
PDF Export for issue 67146


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

-
To unsubscribe, 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 61949] Date values shifted by 2 d ays on table import via copy paste

2006-07-16 Thread aklaver
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61949





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:05:51 -0700 
2006 ---
I see the same issue using OO 2.0.2 with either HSQLDB or Postgres 8.1.4 when
copying from Calc.

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

-
To unsubscribe, 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 67106] Opening xls files coming f rom PocketExcel

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


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:09:59 -0700 
2006 ---
Works for me on SRC176.
I'm able to open the xls file.
There are 2 sheets with some data, some cells bordered ecc.ecc.

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

-
To unsubscribe, 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 67365] Calc - page numbering

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





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:13:48 -0700 
2006 ---
Actually Print and Print Preview are not related on that.
If you plan to print only selected sheets, pages are ok, starting from 1 on
first printed page.
Think about the fact that you can change a sheet, but you want to print only
changed sheet, with the right page number, and not with page 1.
This is how I expect my spreadsheet works for 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]



[sc-issues] [Issue 67146] PDF export with RTL text d oes not align with border

2006-07-16 Thread alonbl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67146





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:26:55 -0700 
2006 ---
Nice!
Except that the LAMED tip is outside the box... The whold text should be a
little lower :)

Notice that mine should be a little left, and your a little lower...


What version did you use? My version is 2.0.3 from SRC680 (OOC680).
I've also used to use 2.0.2 from SRC680 (OOB680).

SRC176 seems quite old, or I don't understand the numering...

Have you don't something special, or used my sample1.ods?


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

-
To unsubscribe, 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 67433] Make use of agg optional

2006-07-16 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67433
 Issue #|67433
 Summary|Make use of agg optional
   Component|gsl
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|thb
 Reported by|thb





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:42:32 -0700 
2006 ---
Make usage of agg optional (by disabling the code parts that depend on 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]



[gsl-issues] [Issue 67433] Make use of agg optional

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


User thb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:42:58 -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]



[gsl-issues] [Issue 67433] Make use of agg optional

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


User thb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |37797)
Changes made






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:47:57 -0700 
2006 ---
Created an attachment (id=37797)
Changes made


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

-
To unsubscribe, 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 67166] empty macros used in targe t definitions should trigger a warning if rede fined later

2006-07-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67166


User vq changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |37798)
New patch for dmake
|  |






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:48:10 -0700 
2006 ---
Created an attachment (id=37798)
New patch for dmake


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

-
To unsubscribe, 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 12666] autofilter works just on o ne sheet (only one auto-range per document)

2006-07-16 Thread norbert2
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=12666





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 13:57:48 -0700 
2006 ---
The fact that the sheet where the autofilter buttons have vanished shows
filtered data makes this issue a DEFECT, non an 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]



[api-issues] [Issue 41675] memory leak while converti ng

2006-07-16 Thread bobharvey
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41675





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:04:33 -0700 
2006 ---
I can't believe, a year and a half on and a couple of releases later that this
is still OOo 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]



[sc-issues] [Issue 67146] PDF export with RTL text d oes not align with border

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





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:10:37 -0700 
2006 ---
I used the SRC176, that is the last build (that correspond to 2.0.4).
About some issues on PDF export, there are other issues. I also have a problem
about border on cells that is not present on 2.0.1
But for your file, the output with 2.0.1 is the same, border is too lower.
Check if you find some issues like yours

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

-
To unsubscribe, 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 15379] Add ability to resize inse rted pics (save pics with reduced resolution)

2006-07-16 Thread bobharvey
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15379





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:16:37 -0700 
2006 ---
I've just seen  pesala's suggestion from January - I think that is a fantastic
idea, and would really grab the headlines.  But, as I said above, this is not
just about WP but presentations, drawings, and spreadsheets too.

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

-
To unsubscribe, e-mail: [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 67434] Tables Misaligned in OO

2006-07-16 Thread muckypaws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67434
 Issue #|67434
 Summary|Tables Misaligned in OO
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|muckypaws





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:17:58 -0700 
2006 ---
Hi There,

Using Version 2.03 and a document with tables, the formatting of the tables 
overlay each other to create confusing output.  The document was created in 
Word 2003 and displays correctly.  I will attach the Word Document, PDF Output 
how this is formatted in Word 2003 and the Formatting as it displays in OO2.03

Kind Regards
Jason

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

-
To unsubscribe, 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 67434] Tables Misaligned in OO

2006-07-16 Thread muckypaws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67434


User muckypaws changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37799)
Word Document That 
|  |Causes the Error In OO2.03
|  |






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:18:33 -0700 
2006 ---
Created an attachment (id=37799)
Word Document That Causes the Error In OO2.03


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

-
To unsubscribe, 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 67434] Tables Misaligned in OO

2006-07-16 Thread muckypaws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67434


User muckypaws changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37800)
This is How Word200
|  |3 Renders The Document






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:19:02 -0700 
2006 ---
Created an attachment (id=37800)
This is How Word2003 Renders The 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]



[sc-issues] [Issue 67365] Calc - page numbering

2006-07-16 Thread nbjayme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67365





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:19:06 -0700 
2006 ---
The matter of contention is that the option says Print Only Selected Sheet. 
Therefore, both print preview and printing must behave according to what the
feature says it should do.  It does not, unfortunately.

If Print Only Selected Sheet is unchecked then it behaves the way you 
mentioned.



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

-
To unsubscribe, 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 67434] Tables Misaligned in OO

2006-07-16 Thread muckypaws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67434


User muckypaws changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37801)
This is How Open Of
|  |fice Incorrectly Renders t
|  |he Document






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:19:33 -0700 
2006 ---
Created an attachment (id=37801)
This is How Open Office Incorrectly Renders the 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]



[sc-issues] [Issue 67365] Calc - page numbering

2006-07-16 Thread nbjayme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67365





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:25:38 -0700 
2006 ---
or shall we say then that an additional option is required to force printable
page to start at 1?  
(that can be anothe solution)... :)

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

-
To unsubscribe, 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 34093] Force linear regression cu rve to go through zero point (origin)

2006-07-16 Thread matthiasbasler
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=34093





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:28:26 -0700 
2006 ---
@oooer:
You see this from a strict scientifically point of view when you say bend the
truth. I may point out that Office suites are used (and are to be used) by all
sorts of people, some of which might not even care about scientific statistics,
just want a nice fitting for visualization. 
Take f.e. a businessman that wants to visualize the mean growth of their
company's profits and which knows that it had 0 profits in, lets say, 2000,
because it the company was just founded this year. He/she wants a diagram with a
line going through the (2000, 0) point simply for the look of it.

Also sometimes constraints such as fixed points simply exist. Sometimes it is
better for a computer model to prefer a slightly wrong relationship formula over
the correct regression, simply to avoid computation side effects and artefacts,
or to simplify calculation. You'd maybe call this unscientifically, but such
tradeoffs  are imho justified in science - as long as they are documented.
(I won't go deeper in this - this mailing list is the wrong place for such 
debates.)

Specifically to your comments:
- Having warning dialogs if the user does something unscienfically would be
very appropriate in a scientific software like an actual statistics program. For
a general office suite I find this out of scope. Imho OOo cannot (and should
not even try) to find out when, lets say, diagramm types are inappropriate,
diagram colors are hard to tell apart, formulae are nonsense or anything of this
sort.

 - The human brain is much better at seeing the best fit than an incorrectly
 applied bit of maths.
You seem to have a much better brain for this, since with my brain I would not
dare to fit a line manually, except for a rough sketch. ;-)
But seriously, people don't use OOo's diagram features to paint. And I don't
like this penalty approach: If you are not doing strict statistics, use OOo
Draw and paint your line by hand.

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

-
To unsubscribe, 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 67431] Crash when renaming an aut otext entry

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:29:55 -0700 
2006 ---
It works for me with OOom176 on WinXP, when changing the shortcut too. (Not
changing the shortcut is issue 66164.) Is there something special with your
autotext names?

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

-
To unsubscribe, 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 67435] Saving customized Menus an d Tools settings.

2006-07-16 Thread aazrane
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67435
 Issue #|67435
 Summary|Saving customized Menus and Tools settings.
   Component|framework
 Version|1.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|aazrane





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:35:57 -0700 
2006 ---
It is very simple suggestion: customized keyboard shortcuts are enabled to be 
saved to hd. It would be very comfortable if it was possible to save also the 
Menus and Tools custom settings. Thank 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]



[sw-issues] [Issue 67431] Crash when renaming an aut otext entry

2006-07-16 Thread pschoenb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67431





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:38:21 -0700 
2006 ---
No. What is also inconvenient, though, is that you have to repeat the name i.e.
the shortcut, if you only want to change one of the both.

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

-
To unsubscribe, 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 67432] Import of csv-file in UTF- 8 fails

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|crash |crash, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:44:05 -0700 
2006 ---
I can confirm it for OOom176 on WinXP.
Selecting the codepage from drop-down list works.

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

-
To unsubscribe, 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 67365] Calc - page numbering

2006-07-16 Thread nbjayme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67365





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:45:16 -0700 
2006 ---
The current behaviour of OpenOffice 2  when Print Selected Sheet Only is 
enabled:

Test Case:
*Operating System: Ubuntu Linux Dapper
*Both Sheet #1 and Sheet #3 have simple contents
  Sheet #1  : This is sheet 1 value
  Sheet #3  : This is sheet 3 value
*Turn on footer page numbering using page format or when doing print preview
*User is currently in Sheet #3
*No print range is defined

On print preview it displays all printable pages from Sheet #1 and Sheet #3
Sheet #1 has page number 1
Sheet #3 has page number 2

Do a print to file test... and open the file
It prints Sheet #3 with page number 1


Observations:
   - The Print Preview does not coincide with the printing module.
   - Notice that print dialog allow you to choose to print page from 1-2
  Print page 1 will result to printing Sheet #3
  Print page 2 will result to a blank page
   - The Printing Module behave as expected but the Print Preview is defective.
   


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

-
To unsubscribe, 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 65883] Build fixes for gcc

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


User thb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:55:38 -0700 
2006 ---
(Adapted) fixes now committed to CWS aw033 - closing this issue.

@aw: commits in svx, drawinglayer and solenv.

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

-
To unsubscribe, 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 65883] Build fixes for gcc

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


User thb changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:56:19 -0700 
2006 ---
@aw: please remove issue from CWS.

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

-
To unsubscribe, e-mail: [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 67433] Make use of agg optional

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


User thb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:57:21 -0700 
2006 ---
Fixes committed to CWS.

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

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


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



[www-issues] [Issue 67398] CVS doesn't work at all no w!!!

2006-07-16 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67398





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 14:58:53 -0700 
2006 ---
Hi I tested cvs this afternoon (-0400) and it worked fine 
Is there a) a PCN associated with this or b) an update?

thanks
Louis

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

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


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



[www-issues] [Issue 67403] users@de.openoffice.org ha s intolerable delay

2006-07-16 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67403


User louis changed the following:

What|Old value |New value

 Assigned to|[EMAIL PROTECTED]|support





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 15:00:27 -0700 
2006 ---
assigning to support.

My guess is that until there is a specific event that can be traced, a solution 
will be difficult.  However, I 
think support should monitor this and see if they can usefully intervene.

Thanks
louis

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

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


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



[www-issues] [Issue 67416] cvs-to-mailing-list gatewa y too slow

2006-07-16 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67416


User louis changed the following:

What|Old value |New value

 Assigned to|[EMAIL PROTECTED]|support





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 15:02:30 -0700 
2006 ---
There are other issues (eg, 67403) related to slow emails.  Am assigning this 
to support as well for 
monitoring.  It is possible there is simply a slowness associated with 
anomalous net activity or with 
something related to the spam filter (Ironport).  Support, would you be able to 
look into this?

thanks
louis

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

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


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



[www-issues] [Issue 67398] CVS doesn't work at all no w!!!

2006-07-16 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67398


User louis changed the following:

What|Old value |New value

   Status whiteboard|  |[PCN 48918]





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 15:29:33 -0700 
2006 ---
Adding PCN status to whiteboard. According to shilpa, a temporary fix is in 
place, and engineering is 
working on a permanent fix. In short, the site is cvs usable but not 
permanently fixed, so am leaving this 
issue open.

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

-
To unsubscribe, 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 67436] LOOKUP Functions errors

2006-07-16 Thread 7kaltoid
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67436
 Issue #|67436
 Summary|LOOKUP Functions errors
   Component|Spreadsheet
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|7kaltoid





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 16:22:49 -0700 
2006 ---
OS:  Windows 2000 Pro running in Win4Lin 6.x or native on a laptop
 SuSE Linux 10.0 and 10.1 (different machines)

The behaviors described below have been observed in OOo2.0.3 for Windows and in
SuSE version OOo 2.0.2.15 and on three different computers all with similar
software configurations.  I am reasonably confident that if I were to install
OOo 2.0.3 from the OOo website in SuSE Linux (10.1 currently running), nothing
would change.

First, the documentation for HLOOKUP, VLOOKUP, and LOOKUP is useless.  There are
no examples and the acceptable (ranges of) values for INDEX and SORTED are
undefined.  Any value other than 1 for Index in HLOOKUP returns a 502 error. 
With 1 as the value of Index, the function returns the value being searched
which is of very limited usefulness. I didn't try VLOOKUP.  Also, in the case of
the syntax definition for LOOKUP, the use of the term VECTOR in lieu of Range or
Array is nonsensical and inconsistent with the terminology applied to the other
lookup functions.

For the value of SORTED for HLOOKUP and VLOOKUP, using the Function Wizard, any
value that is entered (blank, 0, 1, -1, T, F, True, False) is rejected with one
of #NAME?, 502 or 511 error codes being returned.  These results are unchanged
whether or not the data are sorted.  As a result, HLOOKUP and VLOOKUP cannot be
made to work.  No useful change was observed when the cell contents were typed
directly in the formula box.

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

-
To unsubscribe, 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 67423] table undo crashes OO 2.0. 3 but not 2.0.2 - see trigger

2006-07-16 Thread filipg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67423





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 16:30:08 -0700 
2006 ---
I tried m176 (build 9050) and it ALSO crashes. As I said above, the only machine
that I have that has Internet has OO 2.0.2 installed and that version does NOT
crash.

Cheers,
Fil

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

-
To unsubscribe, 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 67437] Accessing on-line help.

2006-07-16 Thread bob54
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67437
 Issue #|67437
 Summary|Accessing on-line help.
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P5
Subcomponent|viewing
 Assigned to|mru
 Reported by|bob54





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 16:36:06 -0700 
2006 ---
Within Writer:
  1. Clicked on Help, selected OpenOffice.org help.
  2. Looked up widow and orphan and found nothing. Tried to find on-line
help, and couldn't find it.
  3. Wrote it up as an issue (#67421). Issue taken care of by regina. In part,
she wrote: If you use orphan or widow as search term in 'find' tab in
online help, you will get three relevant results.
  4. I went to Writer help and looked again for on-line help and couldn't find
it. I went to support/openoffice.org/index and it has lots of stuff, but no
on-line help or find tab.
   I'm sure the answer is simple, but I've spent a lot of time trying to find
on-line help and can't. Can it be made more obvious to people, or a link put in
Writer/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]



[porting-issues] [Issue 65807] X11: OpenOffice 2.0 does n ot launch X11 automatically

2006-07-16 Thread jad1983
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65807





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 17:19:47 -0700 
2006 ---
Hi,
sorry for not answering for so long. I forgot about it.

The Openoffice app is in the Folder Applications/Office applications
The X11 app is in the Folder Applications/Utilities System

is this a problem? I made the folder myself, to keep the apps organized the way
I like it.

John

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

-
To unsubscribe, 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 53572] MinGW port efforts and inf ormation for SRC680 codeline

2006-07-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572


User tono changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37802)
Patches for m172 so
|  |urce tree






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 18:05:56 -0700 
2006 ---
Created an attachment (id=37802)
Patches for m172 source tree


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

-
To unsubscribe, 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 53572] MinGW port efforts and inf ormation for SRC680 codeline

2006-07-16 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 18:07:47 -0700 
2006 ---
@sb: I have understood your comment but please note that it is not yet 
reflected to the new patch set for m172.

tono (Takashi Ono)

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

-
To unsubscribe, 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 67437] Accessing on-line help.

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 18:37:00 -0700 
2006 ---
online help is the normal help in OpenOffice.org in contrast to a printed
book. If you click on help in the menu and then on OpenOffice.org help you
are using the online help. Please try again.

There are four tabs in the left part: Contents, Index, Find and Bookmarks. Click
on Find. You will see an input field labeled Search term. Type your word,
for example orphan, and click the button with the caption Find at the right
side of the input field. You will get some search results in the large list
field below. Click on an entry and then click on the button Dislplay. You will
get the help text in the right part of the window.

If this parts not there, then something is wrong with your installation of
OpenOffice.org.

If you need further help in using OpenOffice.org, please ask in the mailinglists
and forums. You can start with the link Support in the header of most pages in
the www.openoffice.org site.


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

-
To unsubscribe, 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 67317] write error when trying to save or save as a file

2006-07-16 Thread pheedback
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67317





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 18:46:49 -0700 
2006 ---
Hmm. I just tried it out again and it is working now. I did end up rebooting 
my machine, but that would seem weird that that would fix it. My version is 
English 2.0.3. Anyone else come across 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 66600] soffice.bin Application er ror

2006-07-16 Thread philfan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66600





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 19:12:02 -0700 
2006 ---
I just installed OpenOffice 2.0.3. When I try to open Writer but failed 
with soffice.BIN Application Error The application falied to initialize 
properly (0xc006). Clik on OK to terminate the application.

OS: Windows XP Home (SP 2).

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

-
To unsubscribe, e-mail: [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 67438] Cannot open files with non -ASCII characters in filename

2006-07-16 Thread cbrunet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67438
 Issue #|67438
 Summary|Cannot open files with non-ASCII characters in filenam
|e
   Component|framework
 Version|OOo 2.0.3
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|cbrunet





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 19:31:40 -0700 
2006 ---
Mac OS X 10.3.9
UFS filesystem.

When a filename contains non-ASCII characters (accented char, for example), I
only see an icon with no name and 0 file size in open dialog.

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

-
To unsubscribe, 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 67166] empty macros used in targe t definitions should trigger a warning if rede fined later

2006-07-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67166


User vq changed the following:

What|Old value |New value

 Assigned to|vq|hjs





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 20:19:59 -0700 
2006 ---
The previous patch survived 2/3 of a full OOo build (still building) so far.

Committed the patch and two testcases to CWS dmake46.

Reassigning for verification.

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

-
To unsubscribe, 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 67166] empty macros used in targe t definitions should trigger a warning if rede fined later

2006-07-16 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67166


User vq changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 20:20:36 -0700 
2006 ---
@ause: Please verify.

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

-
To unsubscribe, 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 67261] AutoCorrect-Replace works differently from 2.0.2

2006-07-16 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67261





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 20:53:44 -0700 
2006 ---
I totally confirm this issue in Brazilian Portuguese version. I used to use the
AutoCorrect to type fast using abreviations. I could set cns to be corrected
to constitution so, instead of writing What is a constitution? It is a
constitution. I could simple type What is a cns? It is a cns. and it would be
automatically corrected. But now it's not possible anymore because the word is
only corrected if afetr it I type a SPACE. So, to have the word constitution?
I would have to type cns + SPACE + BACKSPACE + ?.
Please fix this!!

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

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


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



[www-issues] [Issue 67398] CVS doesn't work at all no w!!!

2006-07-16 Thread karthiksp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67398


User karthiksp changed the following:

What|Old value |New value

   Status whiteboard|[PCN 48918]   |[PCN 48918],CNSC-015214





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:00:18 -0700 
2006 ---
Updating status whiteboard.

Regards,
Karthik
Support Operations

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

-
To unsubscribe, 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 67439] Double underline icon from Crystal theme is, in fact, from the industria l theme

2006-07-16 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67439
 Issue #|67439
 Summary|Double underline icon from Crystal theme is, in fact, 
|from the industrial theme
   Component|framework
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|rafaelda





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:06:52 -0700 
2006 ---
Steps to reproduce:
Open Writer
Go to the tools menu and chose options.
Go to the option View in the OpenOffice session.
Change the icon style to crystal
The double underline icon is not matching the style. Tha icon is from the
indutrial icon set not the crystal one.
See the screenshot.

I'm using OpenOffice 2.0.3 Brazilian Portuguese and Windows XP SP2 Brazilian
Portuguese.

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

-
To unsubscribe, 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 67439] Double underline icon from Crystal theme is, in fact, from the industria l theme

2006-07-16 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67439


User rafaelda changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37803)
The icon style is d
|  |ifferent






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:08:47 -0700 
2006 ---
Created an attachment (id=37803)
The icon style is different


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

-
To unsubscribe, 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 67440] [Br-Pt] - Close Toolbar is not translated in brazilian portuguese versio n.

2006-07-16 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67440
 Issue #|67440
 Summary|[Br-Pt] - Close Toolbar is not translated in brazilian
| portuguese version.
   Component|l10n
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|rafaelda





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:24:34 -0700 
2006 ---
I'm using OpenOffice 2.0.3 Br-pt in Windows XP SP2 Br-pt.
Steps to reproduce:
Open any OpenOffice 2.0.3 program (Brazilian Portuguese version), like Calc.
Click on the little triangle at the end of the toolbar.
Many options wil appear but the last one Close Toolbar is not translated. It
should be Fechar Barra de Ferramentas
I'm almost sure that it's a regression.

See the screenshot.

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

-
To unsubscribe, 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 67440] [Br-Pt] - Close Toolbar is not translated in brazilian portuguese versio n.

2006-07-16 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67440


User rafaelda changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |37804)
Close toolbar






--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:25:20 -0700 
2006 ---
Created an attachment (id=37804)
Close toolbar


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

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


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



[www-issues] [Issue 67403] users@de.openoffice.org ha s intolerable delay

2006-07-16 Thread karthiksp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67403





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:40:54 -0700 
2006 ---
Taking up the issue..

Regards,
Karthik
Support Operations

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

-
To unsubscribe, 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 67146] PDF export with RTL text d oes not align with border

2006-07-16 Thread alonbl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67146





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:41:26 -0700 
2006 ---
Oh...
So I will wait for 2.0.4... Thanks!

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

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


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



[www-issues] [Issue 67416] cvs-to-mailing-list gatewa y too slow

2006-07-16 Thread karthiksp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67416





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 21:42:35 -0700 
2006 ---
Taking up the issue..Will check with Ops and get back to you at the earliest.

Regards,
Karthik
Support Operations

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

-
To unsubscribe, 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 67441] Fond color is black instea d of white

2006-07-16 Thread pmike
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67441
 Issue #|67441
 Summary|Fond color is black instead of white
   Component|Word processor
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|pmike





--- Additional comments from [EMAIL PROTECTED] Sun Jul 16 22:20:04 -0700 
2006 ---
In sample doc file first line have style Selection divider. This style have
font color set to white, and white color displays correctly in style editor.
However, on main doc view font color is black.
Might be a regression from issue 18172.

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

-
To unsubscribe, 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   >