[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:06:36 + 
2008 ---
Verified, closing.



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

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


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



[sw-issues] [Issue 93003] Menu Insert - (Graphics) From file in HTML documents

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |os

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Linguistics: Insert - Fro|Menu Insert - (Graphics) 
|m file in HTML documents  |From file in HTML document
|  |s

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:11:36 + 
2008 ---
MRU-OS: in HTML document, the Insert.Graphic.From File Menu is just Insert.From
File because the Submenu is not needed there. Should better be name
Insert.Graphic... or Inser.Graphic from 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]



[lingucomponent-issues] [Issue 93008] hunspell: hashmgr.hxx buil d breaker

2008-08-22 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93008
 Issue #|93008
 Summary|hunspell: hashmgr.hxx build breaker
   Component|lingucomponent
 Version|DEV300m29
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|spell checking
 Assigned to|[EMAIL PROTECTED]
 Reported by|tl





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:19:09 + 
2008 ---
The file hashmgr.hxx has a declartion
  using namespace std;
This is way bad because having any using declaration in a exported header file
(that is a header file included by other projects) is always a hidden bomb.
At best it will be a build breaker and at worst (if the compiler does not warn
properly or if those warnings are ignored) it is a source of uncontrollable and
unexpected behavior.

Taking the case from yesterday as example: 
Somehow the chain of includes when building sspellimp.cxx in lingucomponent had
changed (as sometimes happens usually with good reason) and now math.h was one
of those includes along with hashmgr.hxx.
Further part of the problem is that sspellimp.cxx uses STL container like from
list or vector and those implementation are in the namespace std.

What happened now is that math.h has a struct exception in global namespace
and stl has a class exception in the std namespace.
By having the line 
  using namespace std;
in hashmgr.hxx it became ambiguous to the compiler and the build broke.
It took us quite a while to find the source of the problem.
But still we were lucky since the compiler stopped when it encountered the 
problem.

Consider the problem not being about a struct and a class but of two function
with same signature but different implementation. If the compiler had not
stopped the build and had chosen to resolve the ambiguity on it's own and maybe
by choosing the wrong function for the current context then we would have been
way worse since we would have end up with a different and potentially hard to
track and maybe hard to notice problem.

Thus don't ever have a 'using' declaration in public (exported) header files!

Also since when code does live long, sometimes header files gets moved (which
also recently happened to the hunspell core and it's headers!) even previously
non-public headers may suddenly end up being public.
Thus better never ever make use of 'using' declarations in header files.

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

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


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



[lingucomponent-issues] [Issue 93008] hunspell: hashmgr.hxx buil d breaker

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


User tl changed the following:

What|Old value |New value

 Assigned to|[EMAIL PROTECTED] |nemeth

Target milestone|---   |OOo 3.0.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:19:55 + 
2008 ---
.

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

-
To unsubscribe, 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 93009] same document show differe nces with Write and Word

2008-08-22 Thread jingzhaoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93009
 Issue #|93009
 Summary|same document show differences with Write and Word
   Component|Word processor
 Version|OOO300m3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|mru
 Reported by|jingzhaoli





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:21:29 + 
2008 ---
1.A slide was prepared by Impress (OOO3.0 Beta Build9328), and was copied to 
Write. 
2.With Write, a .odt file was saved as MS-Word.doc.
3.With MS-Office2007 opened this file, however, a part of one picture was 
missing.

This was true. Since no OOo installed on my supervisor's computer, I have 
prepared everything in OOo, finally converted them into MS-Office format. In 
this case, I have to give up. And did it again with MS-Powerpoint and Word. I 
am not sure what's problem between Ooo3.0 and Office2007. And not sure if you 
can fix it. For me, my report always contains text and pictures.

I upload here the report.odt, and report.doc. You can see the differences when 
you opened it with Write3.0 and Word2007 like a picture (Display differences 
between OOO3.0 and MS-Word2007.jpg).

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

-
To unsubscribe, 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 93009] same document show differe nces with Write and Word

2008-08-22 Thread jingzhaoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93009





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:22:31 + 
2008 ---
Created an attachment (id=55927)
Report.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 93009] same document show differe nces with Write and Word

2008-08-22 Thread jingzhaoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93009





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:23:34 + 
2008 ---
Created an attachment (id=55928)
Report.odt saved as Report.doc


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

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


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



[sw-issues] [Issue 93009] same document show differe nces with Write and Word

2008-08-22 Thread jingzhaoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93009





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:24:21 + 
2008 ---
Created an attachment (id=55929)
In Office2007, a part of last picture missing


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

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


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



[lingucomponent-issues] [Issue 93008] hunspell: hashmgr.hxx buil d breaker

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:31:31 + 
2008 ---
Actually the compiler does not always have a choice to warn about a ambiguity.
Example
  int f( sal_Int16 n);
and code like
  sal_Int8 n1 = 3;
  f( n1 )
Here f( n1 ) will call f( sal_Int16 n) from global namespace.

If we now have a header file A.hxx like
  namespace A
  {
 int f( sal_Int8 n)
  }
and somehow, maybe just implicitly not even done in our code, the file A.hxx
gets included along with a 
  using namespace A;
somewhere else then
  f( n1 )
will no longer implictly conver the sal_Int8 to sal_Int16 and then call the
original function as before, because now A::f will have an exactly matching
parameter and thus now A::f gets called and likely even without the compiler
giving any notice about it at all...



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

-
To unsubscribe, 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 92926] Java AWT doesn't work (can 't start)

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:36:31 + 
2008 ---
.

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

-
To unsubscribe, 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 92969] Output to pdf Writer alway s crashes

2008-08-22 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92969





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:43:45 + 
2008 ---
Qjingzhaoli 
Please excuse me for my rudeness: You understand Step by step, every key
press and every mouse click?
It's completely useless to repeat the rare information from the original report
again and again, please contribute the requested additional information!

Crashed message.jpg is not useful. 
If during the recovery a crash report has been created and you are asked whether
it should be sent to OOo, add your E-Mail-Address, so that you will get
information with the crash report ID. That will be some useful information.

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

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


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



[gsl-issues] [Issue 92363] DEV300_m29: vcl/.../outdev 6.cxx includes math.h

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


User thb changed the following:

What|Old value |New value

  CC|'pl,sb,thb'   |'aw,pl,sb,thb'





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:52:34 + 
2008 ---
Triggered by aw033? At any rate, these should be trivial to fix...

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

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


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



[gsl-issues] [Issue 92363] DEV300_m29: vcl/.../outdev 6.cxx includes math.h

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:55:33 + 
2008 ---
yes, it always helped me to remove the include of the file *math*.



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

-
To unsubscribe, 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 92916] OOO300m3: Crash in Draw wh en press F7

2008-08-22 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92916


User wg changed the following:

What|Old value |New value

 Assigned to|wg|af

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Priority|P3|P2

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:03:16 + 
2008 ---
Reproducible also on XP. Reassigned.
Does not happen every time, but mostly .

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

-
To unsubscribe, 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 88888] OOo 3.0 release stoppers

2008-08-22 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=8


User wg changed the following:

What|Old value |New value

 IssuesThisDependsOn|85411,86509,88228,88426,89|85411,86509,88228,88426,89
|095,89262,90022,90061,9006|095,89262,90022,90061,9006
|2,90234,90361,90747,90882,|2,90234,90361,90747,90882,
|90995,91270,91274,91290,91|90995,91270,91274,91290,91
|329,91331,91340,91372,9142|329,91331,91340,91372,9142
|4,91436,91544,91550,91600,|4,91436,91544,91550,91600,
|91601,91643,91666,91700,91|91601,91643,91666,91700,91
|798,91807,91857,91859,9189|798,91807,91857,91859,9189
|5,91896,91909,91911,91912,|5,91896,91909,91911,91912,
|91913,91926,91928,919 |91913,91926,91928,919





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:04:36 + 
2008 ---
Attaching 92916: OOO300m3: Crash in Draw when press F7.

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

-
To unsubscribe, 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 92916] OOO300m3: Crash in Draw wh en press F7

2008-08-22 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92916


User wg changed the following:

What|Old value |New value

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



[porting-issues] [Issue 92997] Save/Discard/Cancel dialog ue doesn't follow OSX behaviour

2008-08-22 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92997


User ericb changed the following:

What|Old value |New value

 Assigned to|mh|macport





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:07:44 + 
2008 ---
Reassigning issue to macport

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

-
To unsubscribe, 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 92423] Application crashes after opening the example file

2008-08-22 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92423


User dr changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:25:45 + 
2008 ---
crash confirmed in OOo 2.4.0, seems to be fixed in OOo 2.4.1 and DEV300 codeline
(OOo 3.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]



[tools-issues] [Issue 84291] Meta issue for Reflag 2000 contributions that are not in the main code b ase of OOo

2008-08-22 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84291



This issue depends on issue 92423, which changed state:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





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

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


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



[tools-issues] [Issue 93010] ... missing from autodoc @param text

2008-08-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93010
 Issue #|93010
 Summary|... missing from autodoc @param text
   Component|tools
 Version|OOO300m2
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|autodoc
 Assigned to|np
 Reported by|sb





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:43:58 + 
2008 ---
From the HTML generated by autodoc for rtl_string2UString, the text
http://udk.openoffice.org/cpp/man/spec/textconversion.html at
sal/inc/rtl/ustring.h:1.23 1494 is missing.

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

-
To unsubscribe, 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 93001] Zoom In and Zoom Out key a ssignments

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |os

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:44:09 + 
2008 ---
The Zoom-in and Zoom-out functions in the Customize.Keyboard bindings
dialog do not work at all when assigned to a key short cut. In addition to the
mentioned bindings I also tested with Ctrl-8 and Ctrl-9 - same result.
This was also the case in OOo 2.x.

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

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


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



[graphics-issues] [Issue 92916] OOO300m3: Crash in Draw wh en press F7

2008-08-22 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92916





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:46:54 + 
2008 ---
The ID of the error report is rqkw4uc.

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

-
To unsubscribe, 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 92423] Application crashes after opening the example file

2008-08-22 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92423





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:53:22 + 
2008 ---
- DataPilots are not lost, but have to be updated (right-click + Refresh in
DataPilot area)
- DataPilot charts (Excel: PivotCharts) not supported in Calc - fixed issue
85658 avoids trying to load them. Issues about this missing feature: issue
14506, issue 43460
- missing column/row headings fixed in CWS dr63 (OOo 3.1) with a Sun-internal 
issue

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

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


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



[sc-issues] [Issue 92467] Sort in calc crashes app

2008-08-22 Thread petehoo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92467





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:55:23 + 
2008 ---
I've tried to recreate it and can't so it must be specific to this one file. I
had a macro set up to sort the various sheets of my banking spreadsheet and it
crashed every time I ran it losing the latest data added.
I'm still having problems but I've got a workround in the meantime.
You can forget this for now and if I get it worked out I'll let you know if it
seems to be a serious problem.
I should have tested it out more before I reported. Sorry!

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

-
To unsubscribe, 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 92423] Application crashes after opening the example file

2008-08-22 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92423


User dr changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |oc





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:56:19 + 
2008 ---
back to QA

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

-
To unsubscribe, 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 91660] Opening spreadsheets crash es openoffice

2008-08-22 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91660


User oc changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Priority|P1|P2

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 07:56:35 + 
2008 ---
could not reproduce without further info = worksforme

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

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


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



[porting-issues] [Issue 89918] Implement Apple Remote use with Impress (Aqua version only )

2008-08-22 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89918





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:00:34 + 
2008 ---
@fheckl

With the last changes, the Presenter Screen and the external monitor seems to 
work well (don't forget to 
ask the presentation to appear on Monitor 2 ;)  ), and I don't see any obvious 
issue.

FYI, I have updated the wiki page, where I described the complete behavior ( in 
the draft )
See: 
http://wiki.services.openoffice.org/wiki/Mac_OS_X_Porting_-_Apple_Remote_implementation

Waiting for your questions/suggestions/requests before to start the code 
cleanup (like remove or 
modify NSLogs and co, add DEBUG .. and so on ).

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]



[framework-issues] [Issue 93011] keyboard shortcuts in exte nsion manager do not work

2008-08-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93011
 Issue #|93011
 Summary|keyboard shortcuts in extension manager do not work
   Component|framework
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|dv
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:00:56 + 
2008 ---
- open the extension manager (Tools/Extensions)
- select an existing extension
= you see three buttons below this extension, labelled Options, Disable,
   Remove, respectively. The first letter is underscored, indicating that
   a keyboard shortcut should work to trigger those buttons
- press Alt-R, which is expected to press the Remove button
= nothing happens

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

-
To unsubscribe, 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 88376] Special characters rendere d incorrectly depending on context (e.g. itali cs)

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |72129





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:10:31 + 
2008 ---
Now I found the real root cause:
When fontconfig's FcFreeTypeCharIndex() is called it tries some charmaps on the 
FT_Face and doesn't reset it to its 
original. In this case the charmap was changed from FT_ENCODING_UNICODE to 
FT_ENCODING_APPLE_ROMAN, so 
an U+00E4 (a with diaresis) became an APPLE_ROMAN_0xE4 (per mille sign), etc.

Disabling the patch from issue 72129 fixes the bad regression.

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

-
To unsubscribe, 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 72129] ttfonts with bad CMAP but good POST tables can be rescued

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


User hdu changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |88376
  is|  |





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

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


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



[sc-issues] [Issue 30172] Calc's INDIRECT function a dditionally should interpret the exclamation m ark as sheet-cell separator.

2008-08-22 Thread lvyue
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30172





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:12:57 + 
2008 ---
Hi, Eike
I have seen this issue several days,
but I can not find out a clear clue.
I feel a little confuzed.
can you point me a way to do this?
Yue

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

-
To unsubscribe, 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 93012] RPT: text boxes inserted n on-interactively have a 3D border

2008-08-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93012
 Issue #|93012
 Summary|RPT: text boxes inserted non-interactively have a 3D b
|order
   Component|Database access
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|SRB
 Assigned to|oj
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:13:13 + 
2008 ---
- (OOo DEV300m3, SRB 1.0.5-beta)
- open the attached database document
- open the contained report for editing
- open the Add Field floating window
- drag'n'drop a field from the field list into the details section
= a control is created, which has a 3D border

- click into empty space of the page footer
- Insert/Date and Time
= the Date and Time dialog opens

- confirm the dialog's settings with OK
= two controls for date and time are inserted into the page footer, again
   having a 3D border

- move the focus to the Report Controls toolbar, by repeatedly pressing
  F6
- move the selection to the Text Box item in that toolbar, by repeatedly
  pressing Cursor-right
- press Enter
= a text box is inserted into the current section, again having a 3D border

- create a text box interactively, drawing it with the mouse
= the control has a flat border, as it should be


The 3D borders look pretty ugly, and are inconsistent with what happens when the
user draws a control interactively. All newly create controls, no matter by what
means they were created, should have a flat border.

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

-
To unsubscribe, 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 93012] RPT: text boxes inserted n on-interactively have a 3D border

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:13:51 + 
2008 ---
Created an attachment (id=55930)
document to reproduce the bug case


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

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


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



[dba-issues] [Issue 93007] to-be-DEV300_m30: libmozbo otstrap missing

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:17:40 + 
2008 ---
I believe this comes from...

a) first cmcfixes48 made a change to scp2 as in

cvs diff -u -r1.304 -r1.305 source/ooo/file_library_ooo.scp

to add a libmozbootstrap library when building with system-mozilla
or building without mozilla. The original situation that with mozilla
bundled mozab *except under mac* remained.

b) dba31a made another change.

merging in the cvs diff -u -r1.305 -r1.306 source/ooo/file_library_ooo.scp
changed the ifdef to now mean.

if building with system-mozilla, or building without mozilla, or always on the
mac then bundle mozab, otherwise bundle the libmozbootstrap library which
quite different logic

So its a merge conflict, attached is a patch to do the right thing

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

-
To unsubscribe, 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 93007] to-be-DEV300_m30: libmozbo otstrap missing

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55931)
fix






--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:18:19 + 
2008 ---
Created an attachment (id=55931)
fix


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

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


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



[sw-issues] [Issue 92893] Crash while switching lang uage in spellcheck dialog

2008-08-22 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92893


User oc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:20:18 + 
2008 ---
verified in internal build cws_tl61

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

-
To unsubscribe, 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 93007] to-be-DEV300_m30: libmozbo otstrap missing

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:22:48 + 
2008 ---
I assume as a P1 that this will just get taken into DEV300_m30 by re ?

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

-
To unsubscribe, 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 93013] start OpenGL transitions I mplementation ( Mac OS XAqua version only )

2008-08-22 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93013
 Issue #|93013
 Summary|start OpenGL transitions Implementation ( Mac OS XAqua
| version only )
   Component|porting
 Version|DEV300m29
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|MacOSX
 Assigned to|ericb
 Reported by|ericb





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:23:11 + 
2008 ---
Currently, we don't use OpenGL at all. This issue is a try to implement the use 
NSOpenGLview's inside 
OpenOffice.org, with Impress.

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

-
To unsubscribe, 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 93013] start OpenGL transitions I mplementation ( Mac OS XAqua version only )

2008-08-22 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93013


User ericb changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:24:04 + 
2008 ---
Targeted to 3.x , better be prudent

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

-
To unsubscribe, 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 93014] report design loses its mo dification state when report is executed

2008-08-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93014
 Issue #|93014
 Summary|report design loses its modification state when report
| is executed
   Component|Database access
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|SRB
 Assigned to|oj
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:24:37 + 
2008 ---
- (OOo DEV300m3, SRC 1.0.5-beta)
- open the attached database document
- open the contained report for editing
- select the Report Footer text, and delete it
= note the report design is considered as modified, as indicated by the
   Save button in the toolbar which is enabled
- execute the report
- close the resulting text document
- go back to the report design
= note the Save button is not enabled anymore
- close the report design
= you are *not* asked whether you want to save the changes, the design is
   silently closed
- re-open the report design
= the Report Footer text is present, again

This means that when you execute a report, and then close the design, *all*
changes you did meanwhile are silently lost = data loss = P2

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

-
To unsubscribe, 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 93014] report design loses its mo dification state when report is executed

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:25:38 + 
2008 ---
Created an attachment (id=55932)
document to reproduce the bug case


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

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


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



[porting-issues] [Issue 93013] start OpenGL transitions I mplementation ( Mac OS XAqua version only )

2008-08-22 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93013


User ericb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Keywords|  |aqua





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:25:46 + 
2008 ---
Setting keyword, issue started




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

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


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



[sw-issues] [Issue 93009] WW8: graphic object in gro up has wrong position after export

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |sj

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|same document show differe|WW8: graphic object in gro
|nces with Write and Word  |up has wrong position afte
|  |r export

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:26:49 + 
2008 ---
Export attached document to WW8 format, open in WinWord - the lower graphic
object is placed behind the other graphic objects of the group. This can be seen
when ungrouping and deleting the objects.

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

-
To unsubscribe, 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 93014] report design loses its mo dification state when report is executed

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


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0.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 88376] Special characters rendere d incorrectly depending on context (e.g. itali cs)

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:35:20 + 
2008 ---
Created an attachment (id=55933)
quite minimal bugdoc


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

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


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



[l10n-issues] [Issue 93015] [JA] translation bug in OL H

2008-08-22 Thread yuko
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93015
 Issue #|93015
 Summary|[JA] translation bug in OLH
   Component|l10n
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|yuko
 Reported by|yuko





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:37:14 + 
2008 ---
I found some translation bugs in Japanese OLH.

- 戻に戻す needs to be 元に戻す.
- Page Preview Bar needs to be translated.
- 既定値とするファイル形式を指定します。 should be 既定値とするファイル形式の
設定.

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

-
To unsubscribe, 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 93015] [JA] translation bug in OL H

2008-08-22 Thread yuko
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93015


User yuko changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:39:03 + 
2008 ---
Fixed on Pootle.

 ./shared/00.po
87c87
 msgstr 戻に戻す
---
 msgstr 元に戻す
 ./shared/optionen.po
10641c10641
 name=\既定値とするファイル形式を指定します。\既定値とするファイル形式を指
定します。/link
---
 name=\既定値とするファイル形式の設定\既定値とするファイル形式の設定/link
 ./shared/guide.po
8260c8260
 name=\既定値とするファイル形式を指定します。\既定値とするファイル形式を指
定します。/link
---
 name=\既定値とするファイル形式の設定\既定値とするファイル形式の設定/link
11809c11809
 name=\既定値とするファイル形式を指定します。\既定値とするファイル形式を指
定します。/link
---
 name=\既定値とするファイル形式の設定\既定値とするファイル形式の設定/link
 ./scalc/01.po
27c27
 emphPage Preview Bar/emph にあるアイコンを使用して、ドキュメントのページ
のスクロールやドキュメントの印刷を行います。
---
 emph印刷プレビュー バー/emphにあるアイコンを使用して、ドキュメントのペー
ジのスクロールやドキュメントの印刷を行います。
 ./swriter/01.po
65c65
 emphPage Preview Bar/emph にあるアイコンを使用して、ドキュメントのページ
のスクロールやドキュメントの印刷を行います。
---
 emph印刷プレビュー バー/emph にあるアイコンを使用して、ドキュメントのペー
ジのスクロールやドキュメントの印刷を行います。


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

-
To unsubscribe, 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 93016] Wrong Icon in 'Default Pro grams'

2008-08-22 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93016
 Issue #|93016
 Summary|Wrong Icon in 'Default Programs'
   Component|Installation
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|Windows Vista
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|is
 Reported by|of





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:39:35 + 
2008 ---
- in Vistas Control Panel - Default Programs - Set your default programs the
calc icon is shown instead of the soffice icon

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

-
To unsubscribe, 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 88376] X11: Wrong character mappi ng for some fonts

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


User hdu changed the following:

What|Old value |New value

  CC|'hdu' |'cmc,hdu'

OtherIssuesDependingOnTh|  |8
  is|  |

   Component|Presentation  |gsl

Keywords|  |regression

  OS/Version|Linux |Unix, X11

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

 Summary|Special characters rendere|X11: Wrong character mappi
|d incorrectly depending on|ng for some fonts
| context (e.g. italics)   |

Subcomponent|formatting|code





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:45:12 + 
2008 ---
Only certain document fonts were affected by the problem, because 
FcFreeTypeCharIndex() was only 
called when glyph fallback got involved. ASCII chars did not hit the problem 
because the problematic call 
usually just set another latin encoding.

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

-
To unsubscribe, 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 88376] X11: Wrong character mappi ng for some fonts

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


User hdu changed the following:

What|Old value |New value

  CC|'hdu' |'cmc,hdu'

OtherIssuesDependingOnTh|  |8
  is|  |

   Component|Presentation  |gsl

Keywords|  |regression

  OS/Version|Linux |Unix, X11

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

 Summary|Special characters rendere|X11: Wrong character mappi
|d incorrectly depending on|ng for some fonts
| context (e.g. italics)   |

Subcomponent|formatting|code





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:45:12 + 
2008 ---
Only certain document fonts were affected by the problem, because 
FcFreeTypeCharIndex() was only 
called when glyph fallback got involved. ASCII chars did not hit the problem 
because the problematic call 
usually just set another latin encoding.

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

-
To unsubscribe, 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 88888] OOo 3.0 release stoppers

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|85411,86509,88228,88426,89|85411,86509,88228,88376,88
|095,89262,90022,90061,9006|426,89095,89262,90022,9006
|2,90234,90361,90747,90882,|1,90062,90234,90361,90747,
|90995,91270,91274,91290,91|90882,90995,91270,91274,91
|329,91331,91340,91372,9142|290,91329,91331,91340,9137
|4,91436,91544,91550,91600,|2,91424,91436,91544,91550,
|91601,91643,91666,91700,91|91600,91601,91643,91666,91
|798,91807,91857,91859,9189|700,91798,91807,91857,9185
|5,91896,91909,91911,91912,|9,91895,91896,91909,91911,
|91913,91926,91928,919 |91912,91913,91926,919





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

-
To unsubscribe, 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 93016] Wrong Icon in 'Default Pro grams'

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:46:20 + 
2008 ---
Follow up for issue 92915

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

-
To unsubscribe, 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 58714] ORegistryFactoryHelper::cr eateModuleFactory() catches exceptions which h ide valuable info

2008-08-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58714


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo Later |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:48:17 + 
2008 ---
fixed as cppuhelper/source/factory.cxx:1.28.22.1 on
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fsb93

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

-
To unsubscribe, 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 93017] Inserted Time filed shows wrong results

2008-08-22 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93017
 Issue #|93017
 Summary|Inserted Time filed shows wrong results
   Component|Database access
 Version|OOO300m3
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|SRB
 Assigned to|oj
 Reported by|r4zoli





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:50:16 + 
2008 ---
Insert Date and Time..., into footer, and all other places in reports,  time
field under win is strange as under linux.

If I set to format HH:MM, in 14:25 shows 02:25, if set HH:MM AM/PM, then
shows 02:25 AM - all this on one page report. On 3 page report shows
00:00 or 12:00 AM. In all case date / time in report footer.

I Inserted Date and Time... all places in same one page report, with
Chart and tabular data.

Results:
Page header:   00:00 12:00 AM
Report header: 02:25 2:25 AM
Header:02:25 2:25 AM
Detail:02:25 2:25 AM
Footer:02:25 2:25 AM
Report Footer: 02:25 2:25 AM
Page Footer:   02:25 2:25 AM

(one page report became 2 page, during insertion of date/time fields I
left extra spaces in other part of the one page report)
First page Footer:00:00 12:00 AM
Second page footer:   02:25 02:25 AM

On three page report: I opened reports fields in page footer, or 00:00
12:00 AM on all pages, or 02:25 2:25 AM, I can not predict which case
happens, which, but all times if open the same results in same reports.
 I attach zip file with database, reports from temp directory and description of
problems in odt 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]



[dba-issues] [Issue 93017] Inserted Time field shows wrong results

2008-08-22 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93017


User r4zoli changed the following:

What|Old value |New value

 Summary|Inserted Time filed shows |Inserted Time field shows 
|wrong results |wrong results





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:51:06 + 
2008 ---
correction in 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]



[ui-issues] [Issue 93018] Caution/Info/Error/Help bi tmap :: High contrast version is missing

2008-08-22 Thread sts
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93018
 Issue #|93018
 Summary|Caution/Info/Error/Help bitmap :: High contrast versio
|n is missing 
   Component|ui
 Version|OOO300m2
Platform|Macintosh
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|icon
 Assigned to|pl
 Reported by|sts





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:55:18 + 
2008 ---
Hi Philipp,

please add the high contrast version of the caution signs.

the normal version located is located here:
default_images/vcl/source/src/msgbox.png

I have attached the high contrast bitmap and the normal version, too. The 
current bitmap looks terrible 
old.

Please take care of these new bitmaps...

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]



[dba-issues] [Issue 93017] Inserted Time field shows wrong results

2008-08-22 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93017





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:55:52 + 
2008 ---
Created an attachment (id=55934)
database, reports, text file zipped


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

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


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



[ui-issues] [Issue 93018] Caution/Info/Error/Help bi tmap :: High contrast version is missing

2008-08-22 Thread sts
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93018





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:57:06 + 
2008 ---
Created an attachment (id=55935)
Imagelist of caution signs


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

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


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



[ui-issues] [Issue 93018] Caution/Info/Error/Help bi tmap :: High contrast version is missing

2008-08-22 Thread sts
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93018





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:57:37 + 
2008 ---
Created an attachment (id=55936)
Imagelist of caution signs - High Contrast


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

-
To unsubscribe, 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 92782] can set multiple relations hips between two tables but only one is actual ly saved

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 08:58:20 + 
2008 ---
Okay, I see multiple problems here. For one, we seem to have a problem with
terminology, then there are multiple bugs in our relation designer UI. I will
submit separate issues for separate bugs.

First, for the terminology.
There's a difference between having *two* relationships between two given
tables, each including *one* field from every table, and having *one*
relationship between the two tables, which includes *two* fields from every 
table.

For instance, consider the tables 2-in-1s and Anthologies in the bugdoc
database. Both have fields called 1AuthorID and 2AuthorID.

We could set up two different scenarios:
- *one* relationship:
  We could create a single relationship, which connects 1AuthorID from 
2-in-1s
  with 1AuthorID from Anthologies, *plus* connects 2AuthorID from 
2-in-1s
  with 2AuthorID from Anthologies.
- *two* relationships
  We could create *one* relationship which connects the two 1AuthorID fields,
  and *another* which connects the two 2AuthorID fields.

(Let's not talk about how senseless such relationships might be, this is just an
example here).

Technically, both scenarios are different, and this is important to understand.

Unfortunately, the UI makes it easy to get confused, plus the aforementioned
bugs ...


I will go to submit the different sub-bugs I found, and then proceed with this
issue here.

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

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


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



[sc-issues] [Issue 92332] copy and paste issue with filtered spreadsheets

2008-08-22 Thread chl207
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92332





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:00:59 + 
2008 ---
On WinXP, DEV300_m28,the problem exists.
Reproduce Steps:
1.Open the example file Example.ods or create a new calc document;
2.Filter the data B3:B16, and then Copy the filtered data cells;
3.Select a cell in the same sheet or another sheet,right click—Paste 
Special,in Paste Special dialogue, select Transpose,click OK.
the paste result is as the original description.

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

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


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



[sc-issues] [Issue 92332] copy and paste issue with filtered spreadsheets

2008-08-22 Thread chl207
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92332





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:03:07 + 
2008 ---
Created an attachment (id=55937)
attachment


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

-
To unsubscribe, 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 90411] Find Repace High Lighted Cells

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90411


User redflagzhulihua changed the following:

What|Old value |New value

  CC|''|'fst'





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:04:55 + 
2008 ---
As JiMing said, this is not a defect.

But if it's posible to make it a enhancement? Because if a user select a area, 
usually, he(she) intend to search in the area.
This can be divided into 2 conditions:
1. No area selected or select all: disable current selection only check box, 
search entire sheet(or all sheets, depend on the selection of Search in all 
sheet)
2. Area selected: Enable Current selection only checkbox and check it by 
default

At present, Current selection only checkbox are disabled when selected area 
contains no data. If we persist this feature, maybe we need a confirmation from 
user which is a bit complex.

What do you think about this ideal? Frank?

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

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


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



[util-issues] [Issue 93019] extensions: snprintf, poss ible past the buffer access

2008-08-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93019
 Issue #|93019
 Summary|extensions: snprintf, possible past the buffer access
   Component|utilities
 Version|DEV300m29
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|fs
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:05:24 + 
2008 ---
const size_t buffer_size = sizeof( buffer );
... if (something) ...
buffer[ buffer_size ] = 0;

i.e. past the buffer.

If the following patch is acceptable, I can stick it into my own workspace.

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

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


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



[util-issues] [Issue 93019] extensions: snprintf, poss ible past the buffer access

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


User cmc changed the following:

What|Old value |New value

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






--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:05:42 + 
2008 ---
Created an attachment (id=55938)
patch to do this


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

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


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



[util-issues] [Issue 93019] extensions: snprintf, poss ible past the buffer access

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


User cmc changed the following:

What|Old value |New value

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



[porting-issues] [Issue 92941] gcc 4.3.1: fix new warning s reported by this compiler

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|92947,92949,92972 |92947,92949,92972,93019





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

-
To unsubscribe, 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 90411] Find Repace High Lighted Cells

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90411


User redflagzhulihua changed the following:

What|Old value |New value

  CC|'fst' |'fst,redflagzhulihua'





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

-
To unsubscribe, 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 93017] Inserted Time field shows wrong results

2008-08-22 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93017


User oj changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.0.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:18:32 + 
2008 ---
I could reproduce it. :-)

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

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


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



[dba-issues] [Issue 93020] creating a new relationshi p between two tables with an already-existing relationship confuses by adding the existing r elationship

2008-08-22 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93020
 Issue #|93020
 Summary|creating a new relationship between two tables with an
| already-existing relationship confuses by adding the 
|existing relationship
   Component|Database access
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|oj
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:19:02 + 
2008 ---
The following is a follow-up of issue 92782. I believe that parts of the
confusion in that issue were caused by the problem described in this issue here.

- open the attached database document
- Tools / Relationships ...
= the relation designer opens. Note there already exists a relationship between
   left.ID1 and right.ID
- Insert / New Relation ...
= the Relations dialog opens
   = Tables involved is pre-filled with left and right, which is fine
  so far
   = Fields involved is pre-filled with the fields from the *existing*
  relationship

I claim that this doesn't make sense: If the user wants to create a second
relation between two tables, then why should she want to re-use the fields from
the first, existing relation? As issue 92782 shows, this can be confusing.

I suggest that when a new relation is created, the fields list in the dialog is
empty, so the user can really create a relation from scratch.

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

-
To unsubscribe, 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 93020] creating a new relationshi p between two tables with an already-existing relationship confuses by adding the existing r elationship

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:20:22 + 
2008 ---
Created an attachment (id=55939)
document to reproduce the bug case


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

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


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



[sw-issues] [Issue 61201] moving image crashes oo wr iter (100% cpu) - see note

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


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:21:17 + 
2008 ---
Yes, it looks that this has also been fixed (like many others) by the loop
control of issue 81146.

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

-
To unsubscribe, 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 90569] copy-pasting a column or r ow makes freezes Calc

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90569


User redflagzhulihua changed the following:

What|Old value |New value

  CC|''|'redflagzhulihua'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |crash

  OS/Version|Windows 2003  |All

Priority|P3|P2

Platform|Opteron/x86_64|All

Subcomponent|editing   |code





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:21:30 + 
2008 ---
confirmed

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

-
To unsubscribe, 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 93020] creating a new relationshi p between two tables with an already-existing relationship confuses by adding the existing r elationship

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


User fs changed the following:

What|Old value |New value

  Issue type|DEFECT|ENHANCEMENT

Target milestone|---   |OOo 3.x





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

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


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



[sc-issues] [Issue 92321] sort of columns of read-on ly files not possible, auto-filter instead wor ks

2008-08-22 Thread chl207
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92321





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:24:13 + 
2008 ---
sort of columns of read-only files not possible, auto-filter instead works,I 
think it is not a bug.Please give more details.

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

-
To unsubscribe, 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 88376] X11: Wrong character mappi ng for some fonts

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55940)
a thought






--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:33:13 + 
2008 ---
Created an attachment (id=55940)
a thought


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

-
To unsubscribe, 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 92782] can set multiple relations hips between two tables but only one is actual ly saved

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:34:12 + 
2008 ---
Ah ... now that I played more with it ...
I planned to submit all follow-up issues separately, and ask here whether they
address this problem here adequately. Simply because I was not sure I understood
the problem in this issue here completely.

However, I think I found what the original submitter means. Going to attach a
simplified bug doc with a step-by-step description.

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

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


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



[sc-issues] [Issue 90579] error 504 using the SUMIF function

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90579


User redflagzhulihua changed the following:

What|Old value |New value

  CC|'amy2008,clytie'  |'amy2008,clytie,redflagzhu
|  |lihua'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:34:37 + 
2008 ---
Have no response from submiter.

I'll close it as worksforme.

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

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


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



[gsl-issues] [Issue 88376] X11: Wrong character mappi ng for some fonts

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:35:03 + 
2008 ---
It would have been really good if the FcFreeTypeCharIndex api had any mention
that it did that :-(

The alternative patch there might also work (?) but I can understand once bitten
twice shy, so maybe something like that for a future 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]



[dba-issues] [Issue 92782] can set multiple relations hips between two tables but only one is actual ly saved

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:35:10 + 
2008 ---
Created an attachment (id=55941)
document to reproduce the bug case


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

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


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



[sc-issues] [Issue 90579] error 504 using the SUMIF function

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90579


User redflagzhulihua changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:35:16 + 
2008 ---
closed

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

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


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



[dba-issues] [Issue 92782] can set multiple relations hips between two tables but only one is actual ly saved

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


User fs changed the following:

What|Old value |New value

 Assigned to|fs|oj





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:38:12 + 
2008 ---
here's how to reproduce the problem with the second attached document 
(i92782.odb):
- open the document
- Tools / Relationships ...
- Insert / New Relation ...
- in the Relations dialog
  - set Tables involved to left and right
  - set Fields involved to ID1-ID and ID2-ID, this way creating one
relation between left and right, which connects left.ID1 with right.ID and
left.ID2 with right.ID.
- close the Relations dialog with OK
= the new relation appears in the relation design
- save and close the relation design
- Tools / Relationships
= the newly created relation is gone

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

-
To unsubscribe, 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 90607] Lotus .wk1 import filter c an't handle formulas containing relative colum n references 128

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90607


User redflagzhulihua changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:39:47 + 
2008 ---
Set to new.

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

-
To unsubscribe, 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 92782] can set multiple relations hips between two tables but only one is actual ly saved

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:40:05 + 
2008 ---
For completeness:

- I also submitted issue 93020, since I think the effect described therein also
  contributes to the confusion between one relation with 2 fields and two
  relations with one field.

- With another database setup, I was actually able to create multiple relations
  between two tables, I am uncertain what is so special about the given sample
  database(s) that it doesn't work there


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

-
To unsubscribe, 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 66590] Calc: String Functions: Ex tended FIND() Function

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66590





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:44:33 + 
2008 ---
*** Issue 90675 has been marked as a duplicate of this issue. ***

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

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


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



[sc-issues] [Issue 90675] Calc: find and search func tions return error on no-find.

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90675


User redflagzhulihua changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:44:33 + 
2008 ---
Duplicate of issue 66590

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

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

-
To unsubscribe, 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 90675] Calc: find and search func tions return error on no-find.

2008-08-22 Thread redflagzhulihua
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90675


User redflagzhulihua changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:45:13 + 
2008 ---
closed

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

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


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



[util-issues] [Issue 93019] extensions: snprintf, poss ible past the buffer access

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


User fs changed the following:

What|Old value |New value

 Assigned to|fs|cmc





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:45:59 + 
2008 ---
please do so, looks good to me

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

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


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



[dba-issues] [Issue 93014] report design loses its mo dification state when report is executed

2008-08-22 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93014


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:46:09 + 
2008 ---
Fixed in cws dba301a.

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

-
To unsubscribe, 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 88376] X11: Wrong character mappi ng for some fonts

2008-08-22 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88376


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:51:03 + 
2008 ---
Verified in CWS.

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

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


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



[graphics-issues] [Issue 74660] orientation of y swaps bet ween 2D and 3D for bar charts

2008-08-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74660





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:52:01 + 
2008 ---
@weiz: Removing the code in DiagramHelper::setVertical is correct but not
sufficient. There is a problem with old files now which are created with
OpenOffice versions that did not have the feature of reverse axis direction -
for example with OpenOffice 2.2 or older. I'll attach an example 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]



[graphics-issues] [Issue 74660] orientation of y swaps bet ween 2D and 3D for bar charts

2008-08-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74660





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:53:33 + 
2008 ---
Created an attachment (id=55942)
example doc showing the import problem


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

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


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



[graphics-issues] [Issue 74660] orientation of y swaps bet ween 2D and 3D for bar charts

2008-08-22 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74660





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:56:42 + 
2008 ---
Problem with the patch: Load the attached doc with a version containing the
attached patch and press F9 - Within the upper right chart the direction of the
vertical axis switches.

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

-
To unsubscribe, 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 92993] Arrangment of textframes a re not stored persistentin own odt format

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |od

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Arrangment of textframes a|Arrangment of textframes a
|re not stored persistent  |re not stored persistentin
|  | own odt format

Target milestone|---   |OOo 3.0.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 09:57:30 + 
2008 ---
As described, the layer arrangement of the frame is not stored correctly in the
odt format.

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

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


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



[util-issues] [Issue 93019] extensions: snprintf, poss ible past the buffer access

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


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 10:00:00 + 
2008 ---
done in cmcfixes49

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

-
To unsubscribe, 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 92941] gcc 4.3.1: fix new warning s reported by this compiler

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



This issue depends on issue 93019, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





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

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


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



[graphics-issues] [Issue 93002] Crash when saving as PPT i f presentation:placeholder attribute missing f rom title frame in master

2008-08-22 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93002


User wg changed the following:

What|Old value |New value

 Assigned to|wg|sj

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 10:00:12 + 
2008 ---
Reproducible. Already crashes version 2.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]



[graphics-issues] [Issue 92916] OOO300m3: Crash in Draw wh en press F7

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


User af changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 10:01:13 + 
2008 ---
The actual crash is caused by the SpellDialog which schedules an asynchronous
initialization but is destroyed before this initialization is executed.  The
initialization is not canceled.  When it is executed it tries to access the
window of the dialog and crashes.

This does not explain why the SpellDialog is closed right after it has been
created.  I will investigate this further.

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

-
To unsubscribe, 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 35093] Find and replace all on se lected cells is misleading

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 10:05:00 + 
2008 ---
*** Issue 90411 has been marked as a duplicate of this issue. ***

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

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


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



[sc-issues] [Issue 90411] Find Repace High Lighted Cells

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


User fst changed the following:

What|Old value |New value

  CC|'fst,redflagzhulihua' |'redflagzhulihua'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 10:05:00 + 
2008 ---
double to Issue 35093

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

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

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