[sc-issues] [Issue 70277] Differentiation from 'regu lar expression' with leading '\' does not work in replace pane'

2007-06-27 Thread tqfa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70277





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:01:03 + 
2007 ---
I come from Beijing Redflag Chinese 2000 Software .ltd

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

-
To unsubscribe, 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 78896] Paragraph spacings stll ac tive though hidden via character format

2007-06-27 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78896


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |fme

 Summary|missing update of indents/|Paragraph spacings stll ac
|spacing properties when hi|tive though hidden via cha
|ding parts of the text via|racter format
| api  |

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:01:48 + 
2007 ---
MRU-FME: this also happens when I hide the text via Format.Character directly,
not only via API.
The paragraphs completly vanish, but its spacing above is still active.

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

-
To unsubscribe, 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 78917] Extended Calc-related Find and Replace options gone after executing macr o

2007-06-27 Thread schaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78917
 Issue #|78917
 Summary|Extended Calc-related Find and Replace options gone af
|ter executing macro
   Component|Spreadsheet
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|schaber





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:11:02 + 
2007 ---
Executing a recorded macro causes Calc to lose its extended Find and Replace
options such as search in Formula, search in rows or columns, etc.

1. Restart OpenOffice
2. Open an empty spreadsheet
3. Open the FindReplace dialog
4. Click the advanced options button
5. The Calc related options are there
6. Execute the macro below
7. Repeat steps 3. and 4.
8. The advanced options of Writer are shown instead of those of Calc

This is pretty annying, since it does not even require to reopen the document,
it needs a complete restart of the OpenOffice/StarOffice process, to get rid of
this behaviour--and this everytime after you executed such a macro. BTW, the
macro has been recorded with the macro recorder.

sub testSearch
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)

rem --
dim args2(17) as new com.sun.star.beans.PropertyValue
args2(0).Name = SearchItem.StyleFamily
args2(0).Value = 2
args2(1).Name = SearchItem.CellType
args2(1).Value = 0
args2(2).Name = SearchItem.RowDirection
args2(2).Value = false
args2(3).Name = SearchItem.AllTables
args2(3).Value = false
args2(4).Name = SearchItem.Backward
args2(4).Value = false
args2(5).Name = SearchItem.Pattern
args2(5).Value = false
args2(6).Name = SearchItem.Content
args2(6).Value = false
args2(7).Name = SearchItem.AsianOptions
args2(7).Value = false
args2(8).Name = SearchItem.AlgorithmType
args2(8).Value = 1
args2(9).Name = SearchItem.SearchFlags
args2(9).Value = 71680
args2(10).Name = SearchItem.SearchString
args2(10).Value = _
args2(11).Name = SearchItem.ReplaceString
args2(11).Value =  
args2(12).Name = SearchItem.Locale
args2(12).Value = 255
args2(13).Name = SearchItem.ChangedChars
args2(13).Value = 2
args2(14).Name = SearchItem.DeletedChars
args2(14).Value = 2
args2(15).Name = SearchItem.InsertedChars
args2(15).Value = 2
args2(16).Name = SearchItem.TransliterateFlags
args2(16).Value = 1024
args2(17).Name = SearchItem.Command
args2(17).Value = 3

dispatcher.executeDispatch(document, .uno:ExecuteSearch, , 0, args2())

end sub

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

-
To unsubscribe, 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 4155] References in conditional f ormating don't always change correctly

2007-06-27 Thread schaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4155





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:33:30 + 
2007 ---
Hi!

Please do anything about this issue. This is really annoying, and in my opinion
a bug, and not an enhancement. Moving cells is handled correctly for normal
formulas, and conditional formatting should behave exactly the same. There is
obviously no way around this issue except manually fixing every single
conditional formatting formula--and not even find and replace is possible.

Best regards


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

-
To unsubscribe, 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 78910] build error w/o java

2007-06-27 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78910


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |jl





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:37:24 + 
2007 ---
one for Jochen

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

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


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



[ucb-issues] [Issue 78911] fix neon check in ucb/sour ce/ucp/webdav/makefile.mk

2007-06-27 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78911


User mba changed the following:

What|Old value |New value

 Assigned to|mhu   |kso





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:38:05 + 
2007 ---
one for Kai

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

-
To unsubscribe, 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 78918] Find Replace - Backwards checkbox placement

2007-06-27 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78918
 Issue #|78918
 Summary|Find  Replace - Backwards checkbox placement
   Component|framework
 Version|680m217
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|kami_





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:46:03 + 
2007 ---
This is not a problem but a small request. Can the UI Team investigate the Find
 Replace dialog. I would like to ask to put Backwards checkbox to the default
panel and not under more options.

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

-
To unsubscribe, 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 73160] Migrate Throbber changes

2007-06-27 Thread dv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73160


User dv changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:48:21 + 
2007 ---
Closed, everything is in the master now.

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

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


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



[xml-issues] [Issue 76496] Calc XML EXCEL2003 dos not saved data!

2007-06-27 Thread pmike
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76496





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:48:32 + 
2007 ---
Problem with header/footer is easy to reproduce.
1. Create blank Calc doc
2. Edit page style default, turn OFF header and footer
3. Save doc in MS Excel 2003 XML format
4. Close doc, reopen saved XML file to see problems
   + three new page styles (for each sheet) - but unused
   + default page style have header and footer turned ON
So OOo should assign a proper page style to each sheet

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

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


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



[ucb-issues] [Issue 78202] Error building ucb with DI SABLE_NEON = TRUE

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:53:17 + 
2007 ---
*** Issue 78911 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]



[ucb-issues] [Issue 78911] fix neon check in ucb/sour ce/ucp/webdav/makefile.mk

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


User kso changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:53:18 + 
2007 ---
Thanks for the patch. Duplicate to #i78202#. Already fixed in src680m217.

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

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

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


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



[ucb-issues] [Issue 78911] fix neon check in ucb/sour ce/ucp/webdav/makefile.mk

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


User kso changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 06:54:02 + 
2007 ---
Closing.

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

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


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



[api-issues] [Issue 78648] Changing of a size moves t oolkit dialog.

2007-06-27 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78648


User cd changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:07:59 + 
2007 ---
cd: 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]



[porting-issues] [Issue 78681] aquavcl01: dutch listboxes in language settings do not show all countrie s

2007-06-27 Thread johanhenselmans2
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78681


User johanhenselmans2 changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:12:47 + 
2007 ---
In the last version, m217-aquavcl01 of 25th of june, the issue seems to have 
been 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]



[graphics-issues] [Issue 67754] right angle axes option fo r 3D charts

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


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |jsi





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:16:05 + 
2007 ---
manual tested in cws - works fine.
Reassign to JSI for adjust the autom. Tests.

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

-
To unsubscribe, 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 78053] Bug in replacing character s having formats by clicking replace all

2007-06-27 Thread kwc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78053





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:28:41 + 
2007 ---
Created an attachment (id=46275)
Resulted screen


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

-
To unsubscribe, 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 66252] berkeleydb: jni.h not foun d

2007-06-27 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66252





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:28:54 + 
2007 ---
hmm, an issue that isn't expected to be fixed...
anyway, it hopefully is now...

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

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


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



[porting-issues] [Issue 78919] Spaces are only shown unti l next word with 'wide' letters

2007-06-27 Thread johanhenselmans2
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78919
 Issue #|78919
 Summary|Spaces are only shown until next word with 'wide' lett
|ers
   Component|porting
 Version|current
Platform|Macintosh
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|macport
 Reported by|johanhenselmans2





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:30:42 + 
2007 ---
If you type and press space and go to the next word, the space seems to be 
dependent on the last letter 
from the word before it. The space will show if the last letter is a wide eg m 
or w, but not with narrow 
letters, eg i or j. In the narrow case, the space will show if the next letter 
of the following word is show. It 
gives a very odd feeling while typing.

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

-
To unsubscribe, 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 78053] Bug in replacing character s having formats by clicking replace all

2007-06-27 Thread kwc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78053


User kwc changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:32:35 + 
2007 ---
Producing two 1 in the format superscript automatic, 
searching 1 in the format superscript automatic,
replacing it with 1,
clicking replace all,
one will get the result I said. Please see the attachment Issue78053.jpg.

Producing two 1 in the format superscript automatic, 
searching the format superscript automatic only,
replacing it with nothing,
clicking replace all,
one will also get the same result I said.

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

-
To unsubscribe, 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 70439] Messed Up Wizard Dialog

2007-06-27 Thread willysr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70439


User willysr changed the following:

What|Old value |New value

 Version|OOo 2.0.4 |OOo 2.2.1





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:39:02 + 
2007 ---
Yes, it still happened on Linux platform (Using JDK 1.6.0_01)

Steps to reproduce is the same as the original post

Changing version to OOo 2.2.1

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

-
To unsubscribe, e-mail: [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 77810] OOo Crashed When Trying to Insert OLE Object on Impress

2007-06-27 Thread willysr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77810


User willysr changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:39:54 + 
2007 ---
closing

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

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


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



[tools-issues] [Issue 69941] EIS: can't connect

2007-06-27 Thread dma
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69941


User dma changed the following:

What|Old value |New value

  CC|'cloph,gm,hr,jj,jpmcc,laur|'cloph,dma,gm,hr,jj,jpmcc,
|entgodard,mh,st'  |laurentgodard,mh,st'





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

-
To unsubscribe, 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 78612] Writer and Calc hang when I try to print

2007-06-27 Thread nickmob
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78612





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:45:57 + 
2007 ---
Fixed by installing OOo 2.2.1 (was 2.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]



[xml-issues] [Issue 76496] Calc XML EXCEL2003 dos not saved data!

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


User kpalagin changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:47:42 + 
2007 ---
Confirming as per pmike's description using OO2.3m217 on WinXP.

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

-
To unsubscribe, 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 78920] Export of Cross References to Word XP fails

2007-06-27 Thread rollom
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78920
 Issue #|78920
 Summary|Export of Cross References to Word XP fails
   Component|Word processor
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|save-export
 Assigned to|mru
 Reported by|rollom





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:54:59 + 
2007 ---
When exporting cross references to footnotes (other crossref targets have not
been tested but are likely to show the same problem), these are converted to
normal text. The cross reference function of the Word format is not supported.

Example:

OOo Writer:
1) This is footnote 1, the target.
2) Refer to footnote [Crossref to 1].

[Crossref to 1] is a field and can be edited.

When exported to Word, it looks the following:

1) This is footnote 1, the target.
2) Refer to footnote 1.

There is no more field in footnote 2. You cannot continue to edit this document
in Word withouth changing cross references manually. This is a hassle as I have
to exchange the document with a co-author using word. This lacking feature makes
OOo useless if you want to work on longer documents with co-authors who are
using word.

PS. I have made the experience that issue reportings via the issuezilla
reporting tool are usually just ignored. I do hope this time this will be
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]



[udk-issues] [Issue 78899] jvmaccess/classpath.hxx ex ported symbols depend on JDK

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


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:56:36 + 
2007 ---
.

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

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


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



[dba-issues] [Issue 78908] [cws oj14] smoketest crash in wntmsci10 builds

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


User fs changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:57:01 + 
2007 ---
fixed in CWS oj14

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

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

-
To unsubscribe, 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 78149] Notes inserted in the midd le of a word break them so that they are mi sspelled

2007-06-27 Thread mod
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78149





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:59:39 + 
2007 ---
Talking to fme, I go the following information:

The note is represented by CH_TXTATR_BREAKWORD and not CH_TXTATR_INWORD. This
means that the word is not only recognized as two words, but the word can also
break at that position into the next line.

Changing the note's representation into CH_TXTATR_INWORD would change the layout
of existing documents, so additional code in lcl_MaskRedlinesAndHiddenText would
be required to fix this bug

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

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


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



[installation-issues] [Issue 78916] Internal Error 2755.110

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


User of changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 07:59:54 + 
2007 ---
Known issue. You might find help in 
http://documentation.openoffice.org/HOW_TO/misc/Troubleshooting_guide.html or in
issue 55639.


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

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

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


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



[xml-issues] [Issue 76496] Calc XML EXCEL2003 dos not saved data!

2007-06-27 Thread jsi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76496


User jsi changed the following:

What|Old value |New value

 Assigned to|jsi   |sus

  Issue type|DEFECT|ENHANCEMENT

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:00:49 + 
2007 ---
@sus: AFAIK the filter was not complete at all ... it would be an enhancement if
we would add this features to the filter.

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

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


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



[installation-issues] [Issue 78916] Internal Error 2755.110

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


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:01:11 + 
2007 ---
duplicate

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

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


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



[xml-issues] [Issue 76496] Calc XML EXCEL2003 dos not saved data!

2007-06-27 Thread jsi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76496


User jsi changed the following:

What|Old value |New value

Subcomponent|code  |external filters





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:01:50 + 
2007 ---
chg sub-component to external filter

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

-
To unsubscribe, 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 51323] jurt: BridgeFactory.create Bridge creates bridge names

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


User sb changed the following:

What|Old value |New value

Target milestone|OOo Later |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:03:35 + 
2007 ---
disposed bridges showing up in getBridge():  Thinking about it, the race that
a bridge obtained from getBridge() can be disposed (shortly) before/after that
call cannot be avoided, so no real benefit in actively removing disposed bridges
from the list, anyway.

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

-
To unsubscribe, 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 78626] test cws awttree01

2007-06-27 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78626


User fredrikh changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:06:58 + 
2007 ---
Done.

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

-
To unsubscribe, e-mail: [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 78500] RPT: inserting a time cont rol /only/ does not work

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


User fs changed the following:

What|Old value |New value

 Assigned to|oj|lla





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:09:26 + 
2007 ---
fs-lla: please take care for this one. 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]



[dba-issues] [Issue 78827] RPT: Crash on preview repo rt if shape in page footer

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


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:11:16 + 
2007 ---
a crash should be fixed before the final release - target 2.3

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

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


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



[dba-issues] [Issue 78827] RPT: Crash on preview repo rt if shape in page footer

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


User fs changed the following:

What|Old value |New value

 Assigned to|oj|lla





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:12:22 + 
2007 ---
fs-lla: please investigate how difficult it would be to fix this crash. 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]



[sw-issues] [Issue 25710] Fields should be updated b efore printing

2007-06-27 Thread sander_marechal
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25710





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:15:56 + 
2007 ---
I voted for this issue. It's very annoying that this still not works. I use OOo
headless as part of a document processing pipeline (using PyODConverter and a
system similar to JODReports) so this is a big problem 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]



[sw-issues] [Issue 78921] crash in SwTxtFrm::_CalcHe ightOfLastLine loading this .sdd

2007-06-27 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78921
 Issue #|78921
 Summary|crash in SwTxtFrm::_CalcHeightOfLastLine loading this 
|.sdd
   Component|Word processor
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cmc
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:17:43 + 
2007 ---
The attached .sdd crashes in SwTxtFrm::_CalcHeightOfLastLine because 
ViewShell* pVsh = GetShell();
returns false, and we go on to use pVsh-GetOut()

Persumably there is an embedded writer document on this slide which causes this
problem. I also attach a trivial patch to avoid the immediate 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]



[sw-issues] [Issue 78921] crash in SwTxtFrm::_CalcHe ightOfLastLine loading this .sdd

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:19:11 + 
2007 ---
Created an attachment (id=46276)
sample document


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

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


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



[sw-issues] [Issue 78921] crash in SwTxtFrm::_CalcHe ightOfLastLine loading this .sdd

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |46277)
workaround






--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:19:49 + 
2007 ---
Created an attachment (id=46277)
workaround


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

-
To unsubscribe, 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 78921] crash in SwTxtFrm::_CalcHe ightOfLastLine loading this .sdd

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


User cmc changed the following:

What|Old value |New value

 Assigned to|cmc   |od





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:20:14 + 
2007 ---
cmc-od: take a look ?

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

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


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



[sw-issues] [Issue 78095] Pasting a surrogates chara cter from MS office word to OOo produce an ad ditive device.

2007-06-27 Thread liutao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78095





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:22:04 + 
2007 ---
-kangjingchuan

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

-
To unsubscribe, 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 78095] Pasting a surrogates chara cter from MS office word to OOo produce an ad ditive device.

2007-06-27 Thread liutao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78095


User liutao changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:22:43 + 
2007 ---
confirm

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

-
To unsubscribe, 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 70277] Differentiation from 'regu lar expression' with leading '\' does not work in replace pane'

2007-06-27 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70277





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:25:10 + 
2007 ---
This seems to be a misunderstanding. The attached patch _disables_ the special
replacement functionality for regular expressions. Instead, what is required is
to recognize a single '' in the replace string as a placeholder for the found
string and insert the found string at that position in the result string, but if
in the replace string a '\' is escaped with a backslash, a literal '' should
be inserted in the resulting string.

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

-
To unsubscribe, 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 78920] Import of Cross References from Word XP fails

2007-06-27 Thread rollom
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78920


User rollom changed the following:

What|Old value |New value

 Summary|Export of Cross References|Import of Cross References
| to Word XP fails | from Word XP fails





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:26:00 + 
2007 ---
Hmm... I have to correct myself (and adjust the subject). If you open the
exported file in Word, cross references are being shown as fields. But it is
impossible to import the just exported Word file back to Writer. The enhancement
should therefore be made to the import filter and should be even easier to
implement, as the Word cross references format is already understood and
implemented in the export filter.

R.

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

-
To unsubscribe, 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 75260] [DE] Typo in sysui/desktop /share/documents.ulf

2007-06-27 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75260





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:28:39 + 
2007 ---
Just wanted to mention that is issue is NOT fixed in m216. Target milestone says
2.3. Don't forget to integrate 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]



[l10n-issues] [Issue 32527] basque wizards (extras mod ule)

2007-06-27 Thread tv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32527


User tv changed the following:

What|Old value |New value

 Assigned to|tv|va





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:30:54 + 
2007 ---
Hey Volker,

kannst Du Dich um diesen Bug kümmern?

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

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


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



[installation-issues] [Issue 78891] Installation is processing without core10 package

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


User of changed the following:

What|Old value |New value

  CC|''|'bh'

  Status|RESOLVED  |REOPENED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:34:27 + 
2007 ---
So the message box appers in a very special case that is very exceptional. In
the spec is written:If during the installation process a package cannot be
found, the following dialog appears, that informs the user about the missing
file. Normally this cannot happen, because the existence of all packages needed
for the installation is checked at the beginning of installation process. If a
package is missing, it cannot be selected in the “Select Components” dialog. I
think it also important that we verify that all packages listed in the xpd file
are available. If package visible as module the module is disabled. That's
reasonable. But if a not 'non module' package is missing no error or warning or
something else helps the user.

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

-
To unsubscribe, 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 76957] Extension dependencies: Op enOffice.org-minimal-version attribute

2007-06-27 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76957


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:39:21 + 
2007 ---
Looks good so far. Need to build a testscenario for this, preferably an
automated test.

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

-
To unsubscribe, 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 78923] default format changes wit hin one document

2007-06-27 Thread chrdz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78923
 Issue #|78923
 Summary|default format changes within one document
   Component|Word processor
 Version|OOo 2.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|chrdz





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:42:52 + 
2007 ---
Starting point is a database form (to be found at
http://www.bestofchris.de/docs/bwforum.odb). With the included makro within the
Form Programmerstellung a writer document is filled (to be found at
http://www.bestofchris.de/docs/Vorlage_Programm.ott). From one point during
filling the defined Überschrift 2 (headline 2) changes its appearance in the
document (output to be found at
http://www.bestofchris.de/docs/Programm_0707.odt, see yellow mark). Headline 2
is defined as 16 pt, bold, but changes appearance in steps to 10,5 pt, normal.
This happens running ooo 2.2.x, it works fine on 2.1.0.

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

-
To unsubscribe, 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 78923] default format changes wit hin one document

2007-06-27 Thread chrdz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78923





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:44:33 + 
2007 ---
Created an attachment (id=46278)
bas application bwforum.odb


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

-
To unsubscribe, 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 78923] default format changes wit hin one document

2007-06-27 Thread chrdz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78923





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:45:25 + 
2007 ---
Created an attachment (id=46279)
Vorlage_Programm.ott


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

-
To unsubscribe, 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 78923] default format changes wit hin one document

2007-06-27 Thread chrdz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78923





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:46:20 + 
2007 ---
Created an attachment (id=46280)
created document 0607_Programm.odt


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

-
To unsubscribe, 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 74609] PDF export problem with Ti mes New Roman font - faulty character spacing - possible fixes

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:50:08 + 
2007 ---
*** Issue 78895 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 78895] export to pdf can cause ov erlapping characters, due to different outputd evice scaling/dpi settings

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


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:50:12 + 
2007 ---
Fair enough, actually I thought I had glyphadv already applied, but apparently
not. Applying glyphadv resolves this, so I'll mark it as duplicate of 74609,
that'll do for me

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

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

-
To unsubscribe, 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 78895] export to pdf can cause ov erlapping characters, due to different outputd evice scaling/dpi settings

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


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:51:48 + 
2007 ---
.

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

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


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



[installation-issues] [Issue 78891] Installation is processing without core10 package

2007-06-27 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78891


User is changed the following:

What|Old value |New value

  Status|REOPENED  |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:54:07 + 
2007 ---
Yes, sounds reasonable. Missing packages, that always have to be installed and
do not belong to a module, should cause an error. 
If we define it this way, is there still a difference to task i78898? I think we
should close one of this tasks.

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

-
To unsubscribe, 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 78924] PDF export is very slow on MacOSX

2007-06-27 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78924
 Issue #|78924
 Summary|PDF export is very slow on MacOSX
   Component|framework
 Version|OOo 2.2.1
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|hdu





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:54:50 + 
2007 ---
Reproduce the problem by:
- create a big document (e.g. 5000 pages)
- export a few pages to PDF (e.g. page 1-5)
= the export is very slow.

I profiled this and saw that the biggest culprit (60%) is
  framework::StatusIndicator::setValue()
which indirectly calls Application::Reschedule(),
which seems to be quite expensive on MacOSX.

The time for PDF-export is much slower than formatting the whole document.
The time seems to be proportional to the document size, not to the selection 
size.
I think this is a seperate cross-platform issue for the SW component though.

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

-
To unsubscribe, 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 72262] [a11y] Incorrect indentati on value returned.

2007-06-27 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72262


User os changed the following:

What|Old value |New value

 Assigned to|os|od





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:58:35 + 
2007 ---
Reassigned to od

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

-
To unsubscribe, 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 78924] PDF export is very slow on MacOSX

2007-06-27 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78924


User cd changed the following:

What|Old value |New value

  CC|'fme,macport' |'as,cd,fme,macport'

 Assigned to|cd|hdu





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:04:49 + 
2007 ---
cd-hdu: I am sorry, but from my point of view there must be something wrong
with the implementation of Application::Reschdule() on MacOS X. The current
implementation of the status indicator uses reschedule to make the Office
responsive to user input while a long task is running (normally save
operations). We tested the implementation with all major platforms and no
problems were detected. Even Michael Meeks accepted the current behavior
(keyword: Save performance).
cd: Set as and me on CC.

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

-
To unsubscribe, 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 78548] Adapt sal changes from aqu avcl01 and make them work on X11

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:05:41 + 
2007 ---
1
---8---
--- osl/unx/makefile.mk 25 Jan 2007 15:24:24 -  1.31
+++ osl/unx/makefile.mk 16 Jun 2007 01:29:28 -  1.31.58.1
@@ -113,6 +113,10 @@ OBJFILES=   $(OBJ)$/conditn.obj  \
$(OBJ)$/file_stat.obj
 #.ENDIF
 
+.IF $(OS)==MACOSX
+SLOFILES += $(SLO)$/osxlocale.obj
+.ENDIF
+
 .IF $(OS)==SOLARIS || $(OS)==FREEBSD || $(OS)==NETBSD ||
$(OS)$(CPU)==LINUXS
 SLOFILES += $(SLO)$/backtrace.obj
 OBJFILES += $(OBJ)$/backtrace.obj
---8---
misses to add to OBJFILES (whether or not that is necessary at all).  Might be
better to move the conditional from makefile.mk into osxlocale.cxx?


2
---8---
--- osl/unx/module.c19 Jun 2007 16:16:39 -  1.34
+++ osl/unx/module.c26 Jun 2007 15:41:12 -  1.33.172.5
@@ -94,6 +94,8 @@ extern int UnicodeToText(char *, size_t,
 
 oslModule SAL_CALL osl_psz_loadModule(const sal_Char *pszModuleName, sal_Int32
nRtldMode);
 
+oslProcessError SAL_CALL osl_bootstrap_getExecutableFile_Impl(rtl_uString **
ppFileURL);
+
 /*/
 /* osl_loadModule */
 /*/
---8---
declaring external functions in .c[xx] files instead of including headers is a
maintenance nightmare.


3
---8---
--- osl/unx/module.c19 Jun 2007 16:16:39 -  1.34
+++ osl/unx/module.c26 Jun 2007 15:41:12 -  1.33.172.5
@@ -115,8 +117,23 @@ oslModule SAL_CALL osl_loadModule(rtl_uS
 
 if (UnicodeToText(buffer, PATH_MAX, ustrTmp-buffer, ustrTmp-length))
 pModule = osl_psz_loadModule(buffer, nRtldMode);
+
+#ifdef MACOSX
+if (!pModule  (0 == strchr(buffer, '/')))
+{
+rtl_uString* ustrExecutableFile = NULL;
+
+if (osl_Process_E_None ==
osl_bootstrap_getExecutableFile_Impl(ustrExecutableFile))
+{
+sal_Int32 n =
rtl_ustr_lastIndexOfChar(ustrExecutableFile-buffer, (sal_Unicode) '/');
+rtl_uString_newReplaceStrAt(ustrTmp, ustrExecutableFile, n +
1, ustrExecutableFile-length - n - 1, ustrModuleName);
+pModule = osl_loadModule(ustrTmp, nRtldMode);
+rtl_uString_release(ustrExecutableFile);
+}
+}
+#endif
+rtl_uString_release(ustrTmp);
 }
-rtl_uString_release(ustrTmp);
 
 return pModule;
 }
---8---
why not use @executable_path/ + buffer?


4
---8---
--- osl/unx/nlsupport.c 19 Jun 2007 16:16:54 -  1.34
+++ osl/unx/nlsupport.c 26 Jun 2007 20:47:06 -  1.33.60.3
@@ -845,12 +845,7 @@ rtl_TextEncoding osl_getTextEncodingFrom
 #ifdef MACOSX
 #include system.h
 
-#include premac.h
-#include CoreFoundation/CoreFoundation.h
-#include postmac.h
-#include sal/config.h
-
-/* OS X locale discovery function from dylib */
+/* OS X locale discovery function */
 int (*pGetOSXLocale)( char *, sal_uInt32 );
 
 oslModule SAL_CALL osl_psz_loadModule(const sal_Char *pszModuleName, sal_Int32
nRtldMode);
---8---
pGetOSXLocale can be dropped completely, right?


5
---8---
--- osl/unx/nlsupport.c 19 Jun 2007 16:16:54 -  1.34
+++ osl/unx/nlsupport.c 26 Jun 2007 20:47:06 -  1.33.60.3
@@ -858,6 +853,8 @@ oslModule SAL_CALL osl_psz_loadModule(co
  return the current process locale
  */
 
+int macosx_getLocale(char *locale, sal_uInt32 bufferLen);
+
 void _imp_getProcessLocale( rtl_Locale ** ppLocale )
 {
 static char *locale = NULL;
---8---
see 2 above

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

-
To unsubscribe, 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 78652] A problem building m216

2007-06-27 Thread zhangxiaofei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78652





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:06:06 + 
2007 ---
rt: Thanks for your reply. The output of the commands in your mail is:
--
/usr/bin/perl


CYGWIN_NT-5.1 os-zhangxiaofei 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown
unknown Cygwin
cygwinsoltools/wntmsci10.pro/bin/cpp
soltools/wntmsci10.pro/bin/cpp.
--

P.S. General ideas in last two mails between rt and me, for people did not see 
them:

In my mail I said:
 I'm building clean SRC680_m217 in cygwin 1.5.12 but the same error still
occurs when soltools project is delivered, here is some information about my
environment:

I configured as below:
--
bash ./configure --with-cl-home=/cygdrive/c/Program Files/Microsoft
Visual Studio .NET 2003/Vc7
--with-jdk-home=/cygdrive/d/OOEnv/j2sdk1.4.2_06
--with-asm-home=/cygdrive/c/Program Files/Microsoft Visual Studio .NET
2003/Vc7/bin --with-frame-home=/cygdrive/c/Program Files/Microsoft
Visual Studio .NET 2003/SDK/v1.1
--with-wdevenv-path=/cygdrive/d/OOEnv/ConvertDSWSetup
--with-ant-home=/cygdrive/d/OOEnv/ant
--with-psdk-home=/cygdrive/d/OOEnv/PSDK
--with-csc-path=/cygdrive/c/WINNT/Microsoft.NET/Framework/v1.1.4322
--disable-build-mozilla
--

Content in /soltools/wntmsci10.pro/bin/ is:
--
total 625
-rwxr-xr-x 1 zxf None 36864 Jun 27 14:21 cpp.exe
-rw-r--r-- 1 zxf None 93184 Jun 27 14:21 cpp.pdb
-rwxr-xr-x 1 zxf None 28672 Jun 27 14:21 hidc.exe
-rw-r--r-- 1 zxf None 76800 Jun 27 14:21 hidc.pdb
-rwxr-xr-x 1 zxf None 8704 Jun 27 14:21 javadep.exe
-rw-r--r-- 1 zxf None 76800 Jun 27 14:21 javadep.pdb
-rwxr-xr-x 1 zxf None 11776 Jun 27 14:21 ldump4.exe
-rw-r--r-- 1 zxf None 84992 Jun 27 14:21 ldump4.pdb
-rwxr-xr-x 1 zxf None 28672 Jun 27 14:21 makedepend.exe
-rw-r--r-- 1 zxf None 191488 Jun 27 14:21 makedepend.pdb
-rwxr-xr-x 1 zxf None 72 Jun 27 14:21 testhxx
-rw-r--r-- 1 zxf None 0 Jun 27 2007 wntmsci10_bin_content
--

The result of deliver -force -check is:
--
deliver -- version: 1.118
COPY: build.lst -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/inc/soltools/build.lst
COPY: ../wntmsci10.pro/bin/ldump4.exe -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/ldump4.exe
COPY: ../wntmsci10.pro/bin/makedepend.exe -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/makedepend.exe
COPY: ../wntmsci10.pro/bin/makedepend -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/makedepend
COPY: ../wntmsci10.pro/bin/javadep.exe -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/javadep.exe
COPY: ../wntmsci10.pro/bin/javadep -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/javadep
COPY: ../wntmsci10.pro/bin/cpp.exe -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/cpplcc.exe
COPY: ../wntmsci10.pro/bin/cpp -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/cpp.lcc
COPY: ../wntmsci10.pro/inc/unistd.h -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/inc/unistd.h
COPY: ../wntmsci10.pro/bin/hidc.exe -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/hidc.exe
COPY: ../wntmsci10.pro/bin/hidc -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/hidc
COPY: ../wntmsci10.pro/bin/testhxx -
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/bin/testhxx
LOG: writing
/cygdrive/f/ooo/src680_m217/solver/680/wntmsci10.pro/inc/soltools/deliver.log
Statistics:
Files copied: 12
Files unchanged/not matching: 13
-- 

rt required the output of these commands in his mail:
--
which perl
echo $PERL
echo $SHELL
uname -a
perl -e print $^O
 ^ uppercase o letter, not zero
ls soltools/wntmsci10.pro/bin/cpp
ls soltools/wntmsci10.pro/bin/cpp.

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

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


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



[installation-issues] [Issue 78803] Review text of 'Newer Inst allation found' dialog

2007-06-27 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78803


User is changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:09:01 + 
2007 ---
After discussion with Bettina: We will simply remove the last sentence in this
message box. It is not necessary to explain the mechanisms for uninstallation in
this small 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]



[sc-issues] [Issue 18704] statistics functions need review

2007-06-27 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=18704


User er changed the following:

What|Old value |New value

 IssuesThisDependsOn|26022,26836,27597,32833,47|26022,26836,27597,32833,47
|296   |296,78250





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

-
To unsubscribe, 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 78250] Numerically unstable RSQ, CORREL and STEYX

2007-06-27 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78250


User er changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |18704
  is|  |





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

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


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



[l10n-issues] [Issue 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833


User curvirgo changed the following:

What|Old value |New value

 Summary|localized sort list   |Adding Japanese specific l
|  |ocalized sort list 「睦
|  |月,如月,弥生,卯月,
|  |皐月,水無月,文月,
|  |葉月,長月,神無月,
|  |霜月,師走」





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:17:45 + 
2007 ---
It seems both misunderstand both :)

I wanted to propose that I should add the following entries to SortList(Japanese
localized data) used for AutoFill because these are frequently used.

Nine new entries for japanese SortList:
日,月,火,水,木,金,土
(日),(月),(火),(水),(木),(金),(土)
1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月
睦月,如月,弥生,卯月,皐月,水無月,文月,葉月,長月,神無月,霜月,師走
第1四半期,第2四半期,第3四半期,第4四半期
第1四半期,第2四半期,第3四半期,第4四半期
子,丑,寅,卯,辰,巳,午,未,申,酉,戌,亥
子年,丑年,寅年,卯年,辰年,巳年,午年,未年,申年,酉年,戌年,亥年
甲,乙,丙,丁,戊,己,庚,辛,壬,癸

This patch preserves japanese localized SortList in
InstallDir/share/registry/res/ja/org/openoffice/Office/Calc.xcu.
The directory where localized Calc.xcu is put is not
InstallDir/share/registry/data/org/openoffice/Office/.
Therefore, this patch doesn't make a change to
InstallDir/share/registry/data/org/openoffice/Office/Calc.xcu.

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

-
To unsubscribe, 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 78907] VCL menus are black

2007-06-27 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78907


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:18:50 + 
2007 ---
small wonder, IsNativeControlSupported( CTRL_MENUBAR ) returns true, but
drawNativeControl( CTRL_MENUBAR, ... ) does not draw anything.

fixed in CWS aquavcl01

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

-
To unsubscribe, 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 78925] Move B2DPolyPolygon XPolyP olygon2D wrapper to basegfx

2007-06-27 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78925
 Issue #|78925
 Summary|Move B2DPolyPolygon XPolyPolygon2D wrapper to basegfx
   Component|Drawing
 Version|current
Platform|All
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|thb
 Reported by|thb





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:20:17 + 
2007 ---
See summary.

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

-
To unsubscribe, 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 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:20:18 + 
2007 ---
Created an attachment (id=46281)
This screen shot is a state before changing.


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

-
To unsubscribe, 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 78926] Export to CSV makes empty columns

2007-06-27 Thread aronchi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78926
 Issue #|78926
 Summary|Export to CSV makes empty columns
   Component|Spreadsheet
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|spreadsheet
 Reported by|aronchi





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:20:19 + 
2007 ---
I import a CSV file (input) with some columns, make some changes in calc
and then export the files as csv again.

In the second file (output) I have a lot of empty columns at the end of the
real columns. it seems calc exports also the emty columns of my table.

Also if I made no changes on the file, when I export the file to csv
again it has a great number of empty column.

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

-
To unsubscribe, 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 78925] Move B2DPolyPolygon XPolyP olygon2D wrapper to basegfx

2007-06-27 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78925


User thb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:20:56 + 
2007 ---
Fixed in CWS picom.

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

-
To unsubscribe, 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 78925] Move B2DPolyPolygon XPolyP olygon2D wrapper to basegfx

2007-06-27 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78925





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:21:44 + 
2007 ---
Note to self: canvas needs to be moved to the new impl, once aw051 is in.

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

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


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



[sc-issues] [Issue 78926] Export to CSV makes empty columns

2007-06-27 Thread aronchi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78926





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:21:52 + 
2007 ---
Created an attachment (id=46282)
Input csv file


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

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


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



[l10n-issues] [Issue 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:22:20 + 
2007 ---
Created an attachment (id=46283)
This screen shot is a state after it changes.


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

-
To unsubscribe, 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 78926] Export to CSV makes empty columns

2007-06-27 Thread aronchi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78926





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:22:42 + 
2007 ---
Created an attachment (id=46284)
Output file


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

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


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



[tools-issues] [Issue 78652] A problem building m216

2007-06-27 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78652


User rt changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:23:03 + 
2007 ---
Cygwin beeing 'unknown' seems to be the problem. Please try following patch to
solenv/bin/deliver.pl

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

-
To unsubscribe, 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 78652] A problem building m216

2007-06-27 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78652





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:23:55 + 
2007 ---
Created an attachment (id=46285)
Proposed patch for solenv/bin/deliver.pl


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

-
To unsubscribe, 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 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:24:35 + 
2007 ---
Created an attachment (id=46286)
This screen shot is the SortList of Microsoft Excel.


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

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


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



[installation-issues] [Issue 78803] Review text of 'Newer Inst allation found' dialog

2007-06-27 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78803


User is changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:27:46 + 
2007 ---
Fixed in cws native87

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

-
To unsubscribe, 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 78907] VCL menus are black

2007-06-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78907


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:28:26 + 
2007 ---
Yup, works like a charm now.


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

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


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



[www-issues] [Issue 78904] New rsa key

2007-06-27 Thread southerncross
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78904





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:39:58 + 
2007 ---
Support,

Could you please take care of that?
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]



[tools-issues] [Issue 78652] A problem building m216

2007-06-27 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78652





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:46:36 + 
2007 ---
An other possibility is that your cygwin shell is too old. You could try an
update to a recent one. 2004 is really old, that may or may not break at various
places.
Just out of curiosity: where did you get such an old version?

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

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


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



[l10n-issues] [Issue 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:48:50 + 
2007 ---
Created an attachment (id=46287)
This screen shot shows the position in which localized SortList is put.


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

-
To unsubscribe, 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 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:51:25 + 
2007 ---
Created an attachment (id=46288)
This screen shot is a content of original SortList.


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

-
To unsubscribe, 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 78833] Adding Japanese specific l ocalized sort list 「睦月,如月,弥生,卯 月,皐月,水無月,文月,葉月,長月,神 無月,霜月,師走」

2007-06-27 Thread curvirgo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78833





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:52:35 + 
2007 ---
Created an attachment (id=46289)
This screen shot is a content of localized SortList.


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

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


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



[installation-issues] [Issue 75466] Packaging Modularization: Distributed Products: OOo w/o URE

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:56:42 + 
2007 ---
See issue 78390 for missing RPATH in libstdc++.so.

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

-
To unsubscribe, 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 78924] PDF export is very slow on MacOSX

2007-06-27 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78924


User hdu changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 09:58:21 + 
2007 ---
looks like AquaSalInstance::Yield() needs some work...

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

-
To unsubscribe, 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 78927] Add non-zero winding numbe r fill rule to basebmp's polypolygon rasterize r

2007-06-27 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78927
 Issue #|78927
 Summary|Add non-zero winding number fill rule to basebmp's pol
|ypolygon rasterizer
   Component|gsl
 Version|current
Platform|All
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|thb
 Reported by|thb





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:00:37 + 
2007 ---
See summary.

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

-
To unsubscribe, 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 78927] Add non-zero winding numbe r fill rule to basebmp's polypolygon rasterize r

2007-06-27 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78927


User thb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:01:18 + 
2007 ---
Fixed in CWS picom

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

-
To unsubscribe, 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 72339] Format - Autoformat - Appl y always replaces Default style with Text Body style

2007-06-27 Thread billp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72339





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:10:13 + 
2007 ---
I don't understand. There is no hard formatted text to become a usable style
when I use Autoformat. All paragraphs with the Default style are simply changed
to the Text Body style. As far as I can see, there is also no reason to prevent
applying Autoformat a second time after changing the Autoformat options. I can
change the paragraph style back to Default, change the options, then reapply
Autoformat without any problems.

The Autoformat in Writer is very different from the Autoformat that I'm familiar
with from Word 2000. Word's Autoformat doesn't change my paragraph styles and
doesn't try to prevent me from changing the options and reapplying Autoformat.
Unlike Writer's Autoformat, it also works with paragraph styles other than the
default (Normal) style.

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

-
To unsubscribe, 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 75923] RNG:element anim:animateT ransform is missing attributeName attribute

2007-06-27 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75923


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:12:06 + 
2007 ---
CGU: Verified in cws impress122

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

-
To unsubscribe, 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 77108] a11y: implement support of XAccessibleHypertext for editable text docu ments

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


User od changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:13:33 + 
2007 ---
fixed in cws swa11y01 - changed file:
/sw/source/core/access/accpara.cxx, 1.70.4.1

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

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


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



[installation-issues] [Issue 78384] Java installer won't come up on Debian (4)

2007-06-27 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78384


User is changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:19:55 + 
2007 ---
Included control mechanisms in shell script, that checks existence of rpm2cpio
and rpm. Currently both are required for installation. 
If rpm2cpio is missing, the shell script throws error 11: Did not find 
rpm2cpio.
If rpm is missing, the shell script throws error 12: Did not find rpm.


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

-
To unsubscribe, 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 78929] Allow wildcards in fields with conditions

2007-06-27 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78929
 Issue #|78929
 Summary|Allow wildcards in fields with conditions
   Component|Word processor
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|mru
 Reported by|eberlein





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:21:36 + 
2007 ---
Word 97 allows wildcards in If-fields like the following:
If YEAR == 19??...
If YEAR == 1*...

For reasons of interoperability this should be possible for conditions in
conditional text, hidden paragraphs, hidden text etc.

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

-
To unsubscribe, 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 42285] Notes on compiling for Sol aris 10 with Studio 10

2007-06-27 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42285


User mh changed the following:

What|Old value |New value

 Assigned to|mh|hr





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:26:58 + 
2007 ---
I really should have this reassigned to Heiner.

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

-
To unsubscribe, 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 78899] jvmaccess/classpath.hxx ex ported symbols depend on JDK

2007-06-27 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78899


User rene changed the following:

What|Old value |New value

  CC|''|'rene'





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

-
To unsubscribe, 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 70333] Retain Tools-Options-Pat hs-User-defined dictionaries

2007-06-27 Thread laaknor
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70333


User laaknor changed the following:

What|Old value |New value

  CC|'cornouws,laurentgodard,mc|'cornouws,laaknor,laurentg
|i,pescetti,robertf'   |odard,mci,pescetti,robertf
|  |'





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

-
To unsubscribe, 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 22961] AutoComplete unable to dif ferentiate between Capital Letters and Small L etters.

2007-06-27 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22961


User mba changed the following:

What|Old value |New value

  Issue type|PATCH |ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:40:00 + 
2007 ---
Done as proposed

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

-
To unsubscribe, 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 78696] API: Rotation angle has ma thematically wrong orinentation

2007-06-27 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78696





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 10:40:09 + 
2007 ---
AW: RotateAngle is used at xShape , but also on 3D, AoutoShapes and some
TextTableShape or similar. Also the usages are hard safely to isloate, even for
just xShape usages.
Discussed with VCL, i think we should just deprecate it (Transformation can
completely replace it anyways) and document that the used rotation parameter is
mathematically wrong oriented. Adding offapi for doing that...

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

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


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



  1   2   3   4   5   >