[framework-issues] [Issue 105267] VoicOver turned on: Calc crashes after entering formula

2009-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105267





--- Additional comments from h...@openoffice.org Wed Sep 23 06:30:00 + 
2009 ---
Created an attachment (id=64909)
mapped stack


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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105267] VoiceOver turned on: Calc crashes after entering formula

2009-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105267


User hdu changed the following:

What|Old value |New value

  CC|'es'  |'es,mt'

 Summary|VoicOver turned on: Calc c|VoiceOver turned on: Calc 
|rashes after entering form|crashes after entering for
|ula   |mula





--- Additional comments from h...@openoffice.org Wed Sep 23 06:37:02 + 
2009 ---
In the appended stack a11y and EditEngine have quite prominent roles - @MT: 
any input on what is 
going in these hot topics of yours?

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105284] Writer Keeps Crashing aft er inserting graphics

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from rainerbielef...@openoffice.org Wed Sep 23 
06:48:13 + 2009 ---
I checked with Ooo Dev 3.2.0 multilingual version English UI WIN XP: [DEV300m59
(Build 9424)] and can NOT confirm the reported crashes

@captain_buckethead:
Please contribute a step by step instruction how to reproduce your 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105268] File corrupted after save in doc format

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from rainerbielef...@openoffice.org Wed Sep 23 
06:50:19 + 2009 ---
@yurtk:
Please attach the source .odt document!

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 101552] enable dynamic glyph fall back under Windows system

2009-09-23 Thread yanminjia
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101552





--- Additional comments from yanmin...@openoffice.org Wed Sep 23 06:59:07 
+ 2009 ---
@hdu: In consideration of performance and text output quality, I designed a 2-
level font fallback algorithm for windows platform based on the implementation 
before. Pseudo-code below gives a great simple description:

input:  missing string
output: font face

//First level fall back, be fast and cover most cases
determine the language of missing string
get UI default font face df with language type of missing string 

if df contains the characters of missing string
  return df;

//second level fall back, slow but only a few cases need 
for each fontface in ImplDevFontList {
if fontface contains the missing string
return fontface;
else
next;
}

The advantages of the above algorithm is,

1. 1st level fall back is quick, and a approriciate font can be got for the 
missing characters in most circumstances. 

2. Though 2nd level fall back seems awkward and stupid, but useful in a very 
few 
circumenstances. For example, some non-bmp Chinese characters can be presented 
in controls with 2nd level fallback.

several experiments show it really work well. I will submit a patch after the 
implementation being refined. 

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

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 22728] Header enhancement needed for dictionary-like style (first and last entr y)

2009-09-23 Thread jdkaye
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22728





--- Additional comments from jdk...@openoffice.org Wed Sep 23 06:59:41 
+ 2009 ---
Thanks. Again, Fieldworks only runs on Windows which makes it unusable for me.
I'm sorry to be so dense but if PublishingSolution is a stand-alone and it can
run on non-Windows OSs (e.g. Linux) where is the executable? In the
PublishingSolution folder I only see Windows executables and in the
PublishingSolutionSupport folder I don't see anything that might be an 
executable. 

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105268] File corrupted after save in doc format

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


User rainerbielefeld changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |needmoreinfo, oooqa, regre
|  |ssion





--- Additional comments from rainerbielef...@openoffice.org Wed Sep 23 
07:02:16 + 2009 ---
I checked corrupted.doc with WORD Viewer 11.8307.8221 SP3 and can confirm
message Table corrupted.

Reopened corrupted.doc with Ooo 3.1.1 WIN XP DE-multilingual version German
UI activated [OOO310m19 (Build 9420)], saved as .odt and agan as MS WORD 97. I
 can confirm the reported effect, WV will open message table corrupted.
Did the same with 2.4.1: no problem, WV will open .doc without problem. So
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105285] View goes top of the page after page settings dialog

2009-09-23 Thread mr_smyle
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105285
 Issue #|105285
 Summary|View goes top of the page after  page settings dialog
   Component|Word processor
 Version|OOO310m19
Platform|Unknown
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|mr_smyle





--- Additional comments from mr_sm...@openoffice.org Wed Sep 23 07:36:12 
+ 2009 ---
For example, I see my document`s footer and I dislike its margins.

1. Open Page Style (Page Settings) Dialog
2. Set new margin and click ok

Now I see top of the page! And I need use scroll-wheel to go to bottom to see
what changes.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 105170] Document doesn't contain print range of the underlying template

2009-09-23 Thread sweigel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105170


User sweigel changed the following:

What|Old value |New value

  CC|''|'sweigel'

OtherIssuesDependingOnTh|  |15522
  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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 3560] In Calc defined print range s/areas do not get copied (carried over) if on e creates a copy of a sheet using the sheet co py function, not the clipboard. In Excel copyi ng she

2009-09-23 Thread sweigel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=3560





--- Additional comments from swei...@openoffice.org Wed Sep 23 07:45:35 
+ 2009 ---
Not duplicate, but somehow related is issue #105170 Document doesn't contain
print range of the underlying template

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 105286] problem in page setup

2009-09-23 Thread aldutt01
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105286
 Issue #|105286
 Summary|problem in page setup
   Component|Spreadsheet
 Version|OOO310m9
Platform|Unknown
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|printing
 Assigned to|spreadsheet
 Reported by|aldutt01





--- Additional comments from aldut...@openoffice.org Wed Sep 23 07:46:00 
+ 2009 ---
i have 3 sheets in ooo-calc
i need to print sheet1 in potrat style and  other sheets in landscape style.
if i make sheet in potrait then all the sheets are in the same style where in ms
office this can be done

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105267] VoiceOver turned on: Calc crashes after entering formula

2009-09-23 Thread mt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105267





--- Additional comments from m...@openoffice.org Wed Sep 23 07:52:45 + 
2009 ---
I don't know the accessibility implementations for the EditEngine.

But when EditEngine::GetRefMapMode() crashes, it can only mean that the pointer
to the EditEngine or it's RefDevice is invalid/dead.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105261] Zulu language model for l ibtextcat

2009-09-23 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105261


User tl changed the following:

What|Old value |New value

   Component|external  |Word processor

  QA contact|iss...@external   |iss...@sw

Subcomponent|www   |code

Target milestone|milestone 1   |OOo 3.3

 Version|unspecified   |DEV300m58





--- Additional comments from t...@openoffice.org Wed Sep 23 07:53:37 + 
2009 ---
.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99414] Hebrew paretheses during p resentation - wrong direction

2009-09-23 Thread hennerdrewes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99414


User hennerdrewes changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |64910)
patch to add bidi s
|  |upport to DirextX canvas






--- Additional comments from hennerdre...@openoffice.org Wed Sep 23 
07:58:13 + 2009 ---
Created an attachment (id=64910)
patch to add bidi support to DirextX canvas


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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99414] Hebrew paretheses during p resentation - wrong direction

2009-09-23 Thread hennerdrewes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99414


User hennerdrewes changed the following:

What|Old value |New value

  CC|'hdu,hennerdrewes'|'ayaniger,hdu,hennerdrewes
|  |'





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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99414] Hebrew paretheses during p resentation - wrong direction

2009-09-23 Thread hennerdrewes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99414





--- Additional comments from hennerdre...@openoffice.org Wed Sep 23 
08:03:56 + 2009 ---
In dx_textlayout.cxx, settings for text direction were simply ignored.

I copied the corresponding code from vcl based textlayout.cxx to
dx_textlayout.cxx and dx_textlayout_drawhelper.cxx, and this seems to fix the
problem.

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 98326] [PgUp] go back to last Ann imation of previous slide in pres-mode

2009-09-23 Thread julisys
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98326





--- Additional comments from juli...@openoffice.org Wed Sep 23 08:06:06 
+ 2009 ---
I guess, this issue will be fixed with issue 48179

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 104104] Hunk #1 FAILED at 23 when building module jfreereport

2009-09-23 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104104


User oj changed the following:

What|Old value |New value

  CC|'andyrtr,oj'  |'andyrtr,fs,oj'

 Assigned to|fs|obo





--- Additional comments from o...@openoffice.org Wed Sep 23 08:10:39 + 
2009 ---
oj-obo: I'm a little bit confused. I looked at the svn history for my cws
dba32g and I saw that I changed lined-ends from dos to unix but when looking at
a m59 the changes are gone.
jfreereport/patches/*.patch files 
Do you have any idea?

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 105275] Crash on loading MS Power Point file

2009-09-23 Thread ka
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105275


User ka changed the following:

What|Old value |New value

  CC|''|'cl,sj'

 Assigned to|ka|hdu





--- Additional comments from k...@openoffice.org Wed Sep 23 08:11:27 + 
2009 ---
KA=HDU: could you take a first look, please, and involve SJ if necessary?

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99414] Hebrew paretheses during p resentation - wrong direction

2009-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99414


User hdu changed the following:

What|Old value |New value

  CC|'ayaniger,hdu,hennerdrewes|'ayaniger,hdu,hennerdrewes
|' |,thb'

 Assigned to|graphicsneedsconfirm  |af

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from h...@openoffice.org Wed Sep 23 08:17:31 + 
2009 ---
+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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 25862] Quickstarter crash (oooqs)

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


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from c...@openoffice.org Wed Sep 23 08:17:57 + 
2009 ---
closing old bug

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 25862] Quickstarter crash (oooqs)

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


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from c...@openoffice.org Wed Sep 23 08:18:15 + 
2009 ---
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 105288] change brightness, contra st, gamma during presentation

2009-09-23 Thread julisys
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105288
 Issue #|105288
 Summary|change brightness, contrast, gamma during presentation
   Component|Presentation
 Version|OOo 3.1.1
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|viewing
 Assigned to|graphicsneedsconfirm
 Reported by|julisys





--- Additional comments from juli...@openoffice.org Wed Sep 23 08:29:28 
+ 2009 ---
I often prepare slides with text over background images.
They look good on my LCD monitor, but when I want to present them on the beamer,
it looks completely different.

It would be good to have the ability to change
- brightness
- contrast
- gamma
- and reset everything to default
during presentation.

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 105082] Newly created empty datab ase not opens

2009-09-23 Thread clu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105082


User clu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from c...@openoffice.org Wed Sep 23 08:31:29 + 
2009 ---
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105289] Loading multiple document s has slowed down considerably on UNIX-like OS

2009-09-23 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105289
 Issue #|105289
 Summary|Loading multiple documents has slowed down considerabl
|y on UNIX-like OS
   Component|framework
 Version|DEV300m59
Platform|All
 URL|
  OS/Version|Unix, X11
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|jsk





--- Additional comments from j...@openoffice.org Wed Sep 23 08:32:34 + 
2009 ---
Autotest: f_filedlg_multiselection.bas

The test creates 60 documents with little content (15 writer, 15 calc, 15, draw,
15 impress) and loads them simultaneously via multiselection on the file-open
dialog.

On Linux, Solaris and Mac this has slowed down considerably with recent builds -
the files used to load in less than 120 seconds, now they require almost 480
seconds.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105289] Loading multiple document s has slowed down considerably on UNIX-like OS

2009-09-23 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105289


User jsk changed the following:

What|Old value |New value

Keywords|  |performance, regression





--- Additional comments from j...@openoffice.org Wed Sep 23 08:34:17 + 
2009 ---
The issue has been confirmed by OC (on CC)

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 105275] Crash on loading MS Power Point file

2009-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105275





--- Additional comments from h...@openoffice.org Wed Sep 23 08:36:27 + 
2009 ---
Since the internal tooling doesn't have a search field for reportnos reverse 
engineering was needed to the 
find the matching reportid rds85dc. A stackid has not been created yet and it 
also cannot be created yet 
manually. Probably because the stackcount is still too low.

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100709] WW8: Checkbox does not sa ve state on export correctly

2009-09-23 Thread camillem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100709


User camillem changed the following:

What|Old value |New value

  CC|'jbfaure,kuppelhuber,raine|'camillem,jbfaure,kuppelhu
|rbielefeld'   |ber,rainerbielefeld'





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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27274] checkbox to lock height/wi dth-ratio in Graphics-Dialog in tab Crop

2009-09-23 Thread camillem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27274





--- Additional comments from camil...@openoffice.org Wed Sep 23 08:39:31 
+ 2009 ---
As it looks like this problem was not present in OOo 2.4.x, could you please add
the keyword regression to 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105289] Loading multiple document s has slowed down considerably on UNIX-like OS

2009-09-23 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105289





--- Additional comments from j...@openoffice.org Wed Sep 23 08:39:37 + 
2009 ---
Best reproduced on Solaris.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 100709] WW8: Checkbox does not sa ve state on export correctly

2009-09-23 Thread camillem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100709





--- Additional comments from camil...@openoffice.org Wed Sep 23 08:40:34 
+ 2009 ---
As it looks like this problem was not present in OOo 2.4.x, could you please add
the keyword regression to 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27274] checkbox to lock height/wi dth-ratio in Graphics-Dialog in tab Crop

2009-09-23 Thread camillem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27274





--- Additional comments from camil...@openoffice.org Wed Sep 23 08:42:16 
+ 2009 ---
Ooops, sorry wrong issue :-( Please ignore previous comment

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27274] checkbox to lock height/wi dth-ratio in Graphics-Dialog in tab Crop

2009-09-23 Thread norbert2
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27274


User norbert2 changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from norbe...@openoffice.org Wed Sep 23 08:48:18 
+ 2009 ---
The bug is invalid. There is a button to apply original size which resores a
good hight/width ratio.

I change it to invalid.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105289] Loading multiple document s has slowed down considerably on UNIX-like OS

2009-09-23 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105289





--- Additional comments from j...@openoffice.org Wed Sep 23 08:49:11 + 
2009 ---
svn commit -m Added warnlog for exceeded timeout, i want the test to warn 
instead of aborting. Connected issue is #i105289#
Sende  framework/optional/includes/filedlg_multiselection.inc
Übertrage Daten .
Revision 276370 übertragen.

Change to test case was done on CWS automationdev330m58cat0

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9


User jl changed the following:

What|Old value |New value

 IssuesThisDependsOn|94900,96538,98927,99849,99|94900,96538,98927,99849,99
|904,100905,101639,102294,1|904,100905,101639,102294,1
|03179,103747,104057,104155|03179,103747,104057,104155
|,104221,104508,104579,1046|,104221,104508,104579,1046
|82,104685,104695,104753,10|82,104685,104695,104753,10
|4861,104867,104886,104901,|4861,104867,104886,104901,
|104911,104915,104937,10498|104911,104915,104937,10498
|6,104987,104992,105052,105|6,104987,104992,105052,105
|100,105148,105149,105154,1|100,105148,105149,105154,1
|05158,105185,105263,1 |05158,105183,105185,1





--- Additional comments from j...@openoffice.org Wed Sep 23 09:11:43 + 
2009 ---
Adding issue 105183 (nss update)

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105183] update nss libraries to 3 .12.4

2009-09-23 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105183


User jl changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |9
  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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9


User jl changed the following:

What|Old value |New value

 IssuesThisDependsOn|94900,96538,98927,99849,99|94900,96538,98927,99849,99
|904,100905,101639,102294,1|904,100905,101639,102294,1
|03179,103747,104057,104155|03179,103747,104057,104155
|,104221,104508,104579,1046|,104221,104508,104579,1046
|82,104685,104695,104753,10|82,104685,104695,104753,10
|4861,104867,104886,104901,|4856,104861,104867,104886,
|104911,104915,104937,10498|104901,104911,104915,10493
|6,104987,104992,105052,105|7,104986,104987,104992,105
|100,105148,105149,105154,1|052,105100,105148,105149,1
|05158,105183,105185,1 |05154,105158,105183,1





--- Additional comments from j...@openoffice.org Wed Sep 23 09:16:05 + 
2009 ---
Adding issue 104856 and issue 105194 (libxmlsec update, digital signatures)

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92011] Aqua: Bullets imported fro m MS Word use ambigous symbol font

2009-09-23 Thread daveysawyer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92011





--- Additional comments from daveysaw...@openoffice.org Wed Sep 23 09:30:21 
+ 2009 ---
My problem is caused because I save my documents in the MS Word format using 
Open Office, then 
reopen them using Open Office again.

The problem is definitely caused by a fault in Open Office, as MS Word wasn't 
used at any point in the 
process.

I am now using the ODT format and the problem no longer happens.  I would 
rather save my work in a 
MS Word format, as this means that I can send the documents directly to 
colleagues using Word.

Also, I am also not using Windows, I use OSX.

I am slightly disturbed that my issue was dismissed without any effort to 
investigate on the person 
who cancelled my issue.  I appreciate that there are many people raising 
similar issues here, but this 
issue makes the use of bulleted documents or saving in MS Word format not 
possible for many people.

Thanks,
Dave.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105183] update nss libraries to 3 .12.4

2009-09-23 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105183


User jl changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from j...@openoffice.org Wed Sep 23 09:30:44 + 
2009 ---
.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9



This issue depends on issue 105183, which changed state:

What|Old value |New value

  Status|STARTED   |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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105290] Floating context format t oolbars (bullets, table etc) steal keyboard fo cus.

2009-09-23 Thread tombluetit
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105290
 Issue #|105290
 Summary|Floating context format toolbars (bullets, table etc) 
|steal keyboard focus.
   Component|Word processor
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|writerneedsconfirm
 Reported by|tombluetit





--- Additional comments from tomblue...@openoffice.org Wed Sep 23 09:31:22 
+ 2009 ---
This is an incredibly frustrating defect. When you click on or navigate to an
area of a document that uses, for example, bullet points, a floating toolbar
pops up with various buttons to do with bullets. Very helpful. What isn't
helpful is that this toolbar steals the keyboard focus, so if you click on a
bullet entry and start typing, no text will be written. Also keyboard shortcuts
for undo, select all etc. do not work.

Many thanks for your time.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92011] Aqua: Bullets imported fro m MS Word use ambigous symbol font

2009-09-23 Thread avbentem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92011





--- Additional comments from avben...@openoffice.org Wed Sep 23 09:38:17 
+ 2009 ---
True, especially when reading many of the duplicates, the cause cannot be 
Office nor Windows. 

Still, maybe OpenOffice.org somehow has implemented something to circumvent 
that odd usage of 
U+F020 through U+F0FF. If that would be the case, thus: if saving in Office 
format mimics Office just a 
bit too well, then it still may be the cause?

(Sorry if I make things more complicated! I don't need an answer, I just wanted 
to point out a possible 
cause.)

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105285] View goes top of the page after page settings dialog

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105285


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Wed Sep 23 09:41:51 + 
2009 ---
Where is your cursor located when you 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 105216] Base slow down to work wi th hsql and Forms and Reports

2009-09-23 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105216


User oj changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |9
  is|  |

 Assigned to|dbaneedsconfirm   |oj

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.2





--- Additional comments from o...@openoffice.org Wed Sep 23 09:42:30 + 
2009 ---
I could confirm it on a DEV300_m59. Grabbing.

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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9


User oj changed the following:

What|Old value |New value

 IssuesThisDependsOn|94900,96538,98927,99849,99|94900,96538,98927,99849,99
|904,100905,101639,102294,1|904,100905,101639,102294,1
|03179,103747,104057,104155|03179,103747,104057,104155
|,104221,104508,104579,1046|,104221,104508,104579,1046
|82,104685,104695,104753,10|82,104685,104695,104753,10
|4856,104861,104867,104886,|4856,104861,104867,104886,
|104901,104911,104915,10493|104901,104911,104915,10493
|7,104986,104987,104992,105|7,104986,104987,104992,105
|052,105100,105148,105149,1|052,105100,105148,105149,1
|05154,105158,105183,1 |05154,105158,105183,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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105290] Floating context format t oolbars (bullets, table etc) steal keyboard fo cus.

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105290


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Wed Sep 23 09:44:52 + 
2009 ---
Which distribution and window manager do you use?
Make sure you are using the OOo version from our site.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 101879] Add office version to SOA P-text

2009-09-23 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101879


User md changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|90370 |90370,9
  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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9


User md changed the following:

What|Old value |New value

 IssuesThisDependsOn|94900,96538,98927,99849,99|94900,96538,98927,99849,99
|904,100905,101639,102294,1|904,100905,101639,101879,1
|03179,103747,104057,104155|02294,103179,103747,104057
|,104221,104508,104579,1046|,104155,104221,104508,1045
|82,104685,104695,104753,10|79,104682,104685,104695,10
|4856,104861,104867,104886,|4753,104856,104861,104867,
|104901,104911,104915,10493|104886,104901,104911,10491
|7,104986,104987,104992,105|5,104937,104986,104987,104
|052,105100,105148,105149,1|992,105052,105100,105148,1
|05154,105158,105183,1 |05149,105154,105158,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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92011] Aqua: Bullets imported fro m MS Word use ambigous symbol font

2009-09-23 Thread daveysawyer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92011





--- Additional comments from daveysaw...@openoffice.org Wed Sep 23 09:50:11 
+ 2009 ---
I imagine that if I went to the office, jumped onto the Windows PC running MS 
Word and opened a 
document, created some bullets, saved the document and then opened it up again, 
the bullets wouldn't 
have changed into clapperboards.  I can't remember a time when that ever 
happened before.

Personally, speaking purely as a user of the software, (I am not a programmer, 
I am a project manager) 
OO is brilliant...but it does need to be 100% compatible with MS products for 
it to be of any use to people.  
I can't really imagine ever submitting a document to the board of directors of 
our £100M company and 
the bullets are all clapperboards.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 91881] Bullets do not appear corr ectly in .doc and .docx files

2009-09-23 Thread daveysawyer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91881





--- Additional comments from daveysaw...@openoffice.org Wed Sep 23 09:50:31 
+ 2009 ---
Still broken, only solution is to save in OO format and it works fine...problem 
is that my organisation uses 
MS Word, just like every other organisation in the world.  When I raised this 
issue, it just got shut down, 
despite it still being a massive 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 105216] Base slow down to work wi th hsql and Forms and Reports

2009-09-23 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105216


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Wed Sep 23 09:51:14 + 
2009 ---
Fixed in cws dba32h.

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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9



This issue depends on issue 105216, 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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 105286] problem in page setup

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

Priority|P1|P3

  Resolution|  |INVALID





--- Additional comments from reg...@openoffice.org Wed Sep 23 09:57:25 
+ 2009 ---
No bug but a support request.

Each sheet needs its own page style. You can define it in the 'Style and
Formatting'-window. For details use one of the options on
http://support.openoffice.org/

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 105286] problem in page setup

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from reg...@openoffice.org Wed Sep 23 09:58:25 
+ 2009 ---
Support request.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 103235] error in build.pl to prep are correct $StandDir

2009-09-23 Thread vg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103235


User vg changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from v...@openoffice.org Wed Sep 23 09:58:56 + 
2009 ---
I tested, the problem seems to be fixed in last version of the build tool

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92011] Aqua: Bullets imported fro m MS Word use ambigous symbol font

2009-09-23 Thread avbentem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92011





--- Additional comments from avben...@openoffice.org Wed Sep 23 10:00:08 
+ 2009 ---
@daveysawyer, this is not the place to complain about OpenOffice.org. This is 
the place to find a solution 
for the problem.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 103235] error in build.pl to prep are correct $StandDir

2009-09-23 Thread vg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103235


User vg changed the following:

What|Old value |New value

 Assigned to|vg|jsc





--- Additional comments from v...@openoffice.org Wed Sep 23 10:00:14 + 
2009 ---
.

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105268] File corrupted after save in doc format

2009-09-23 Thread yurtk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105268





--- Additional comments from yu...@openoffice.org Wed Sep 23 10:07:31 + 
2009 ---
Important addition:
I've found out that there was no original .odt. 
An original .doc was opened with OpenOffice, modified and saved as .doc again.
Just after finding corrupted table, file was saved as .odt to continue working
only with OpenOffice.
So you can simply save the attached corrupted.doc as .odt - no difference (IMO).

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105276] Changes in old Custom Doc Properties not saved

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105276


User es changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|mba

Target milestone|---   |OOo 3.3





--- Additional comments from e...@openoffice.org Wed Sep 23 10:09:16 + 
2009 ---
@MBA:
- load last attached document in current m59
- File - Properties - Custom Properties tab: change some of the existing
properties.
- save
- reload
- changes are 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 105250] Mac OS X: Start center ch anged behaviour and is not 'mac like' anymore

2009-09-23 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105250


User tbo changed the following:

What|Old value |New value

  CC|'ericb'   |'ericb,hdu'





--- Additional comments from t...@openoffice.org Wed Sep 23 10:12:03 + 
2009 ---
since PL is on vacation, I'll CC an available developer who might take a first
look: HDU

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

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105270] Writer saves text alignme nt of RTL paragraph not according to spec

2009-09-23 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105270


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|os

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  OS/Version|Linux |All

Platform|Unknown   |All

 Summary|Writer saves text alignmen|Writer saves text alignmen
|t not according to spec   |t of RTL paragraph not acc
|  |ording to spec

Target milestone|---   |OOo 3.x





--- Additional comments from m...@openoffice.org Wed Sep 23 10:12:10 + 
2009 ---
MRU-OS: I can confirm this. But I do not know, if the text-align
interpretation should depend on the value of the writing-mode; if writing mode
is rl, should right-align mean start then?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 105250] Mac OS X: Start center ch anged behaviour and is not 'mac like' anymore

2009-09-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105250





--- Additional comments from er...@openoffice.org Wed Sep 23 10:19:49 + 
2009 ---
@tbo : did you look at my comments on the issue 105054 ?  (and the suggested 
patch .. )

 

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

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105290] Floating context format t oolbars (bullets, table etc) steal keyboard fo cus.

2009-09-23 Thread tombluetit
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105290


User tombluetit changed the following:

What|Old value |New value

 Version|OOo 3.1   |OOo 3.1.1





--- Additional comments from tomblue...@openoffice.org Wed Sep 23 10:22:00 
+ 2009 ---
Hi, thanks for the quick response. I'm running Ubuntu Jaunty (9.04) and using
GNOME with Metacity as the window manager. I'm using Open Office 3.1.1 from the
Ubuntu repositories; does that differ from the version downloaded from your 
site?

Thanks
Tom

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92011] Aqua: Bullets imported fro m MS Word use ambigous symbol font

2009-09-23 Thread daveysawyer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92011





--- Additional comments from daveysaw...@openoffice.org Wed Sep 23 10:24:45 
+ 2009 ---
According to the OO website, this is the place to raise issues and report 
bugs...which is exactly what I 
did.  I am not trying to start a flame war, and I am not trying to complain 
about either OO or MS Word.

I have tried all the suggestions in the previous posts and the fault still 
exists (since 22Jul08) and I was 
merely explaining why you need to deal with it.  As I say, I am not a 
programmer, I am merely raising 
the issue again and asking that it be solved.

This problem is totally repeatable, is totally the fault of OO/MS Word 
conversion and needs to be fixed.  
It's not like the problem is with something minor, like one of the weird 
doughnuts in the clipart 
section, bullets are used all the time in business writing and most people need 
to remain compatible 
with MS Word.

Many 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 96395] Toolbars will always grabs focus when appearing (on icewm)

2009-09-23 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96395





--- Additional comments from m...@openoffice.org Wed Sep 23 10:25:32 + 
2009 ---
*** Issue 105290 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 105292] Full Screen toolbar is always visible when in Full Screen mode

2009-09-23 Thread dhlsuid
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105292
 Issue #|105292
 Summary|Full Screen toolbar is always visible when in Full S
|creen mode
   Component|Spreadsheet
 Version|OOo 3.0.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|dhlsuid





--- Additional comments from dhls...@openoffice.org Wed Sep 23 10:29:37 
+ 2009 ---
There appears to be no way to hide the Full Screen toolbar when in Full Screen
mode. 

Applies to: Writer, Calc

Request: Could we make the Full Screen toolbar itself optional? That is, make a
way to hide it totally and completely?

Reasoning: My purpose in using Full Screen mode is to, well, be full screen,
with no toolbars or menus to take up space. Once I memorize the keystroke or key
combination for exiting Full Screen mode, this toolbar and its real estate are
useless.  

Additional Point(s): I see where I can delete the exit full screen button from
the toolbar itself - but the (empty) toolbar remains.  This isn't sufficient. 
Some have suggested work-arounds that amount to attempting to make the Full
Screen toolbar less obtrusive (rename the button to a short name, move toolbar
to side so that it's verticle), but these are not really satisfying as the
reclaimed real estate (if there is any) is marginal only. On my system, the
default is that the Full Screen toolbar is detached. Detached, it uses less real
estate than when docked, but in my opinion is still obtrusive.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103605] Empty custom properties o f type 'Date' or 'Number' are not retained.

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103605


User es changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WONTFIX   |





--- Additional comments from e...@openoffice.org Wed Sep 23 10:30:57 + 
2009 ---
Reopening

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103605] Empty custom properties o f type 'Date' or 'Number' are not retained.

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103605


User es changed the following:

What|Old value |New value

 Assigned to|pb|mst

  Status|REOPENED  |NEW





--- Additional comments from e...@openoffice.org Wed Sep 23 10:31:39 + 
2009 ---
Reassigning

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[installation-issues] [Issue 100973] instsetoo_native fails to find system curl

2009-09-23 Thread dv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100973


User dv changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from d...@openoffice.org Wed Sep 23 10:41:13 + 
2009 ---
When SYSTEM_CURL is set to 'YES' no references to the curl library are made in
scp2. Configure sets this environment variable and a short test showed no error.

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

-
To unsubscribe, e-mail: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105290] Floating context format t oolbars (bullets, table etc) steal keyboard fo cus.

2009-09-23 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105290





--- Additional comments from m...@openoffice.org Wed Sep 23 10:44:26 + 
2009 ---
Yes, this slightly differs from our builds. I cannot reproduce this on my ubuntu
9.04. 
But maybe it is the same problem like it is with IceWM listed in issue 96395?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92011] Aqua: Bullets imported fro m MS Word use ambigous symbol font

2009-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92011


User hdu changed the following:

What|Old value |New value

Keywords|aqua  |aqua, ms_interoperability





--- Additional comments from h...@openoffice.org Wed Sep 23 10:50:04 + 
2009 ---
@hbrinkm,@mba: IMHO this interoperability issue deserves a target earlier than 
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105289] Loading multiple document s has slowed down considerably on UNIX-like OS

2009-09-23 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105289





--- Additional comments from s...@openoffice.org Wed Sep 23 10:52:51 + 
2009 ---
@jsk:  Not easy to track down what causes this.  Can you identify a specific MWS
where the performance degradation happened?  We could look at the list of CWS
integrated into that MWS then, to hopefully get a clue.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 103920] Labels of controls not re drawn when tab-navigating forms

2009-09-23 Thread niksavel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103920





--- Additional comments from niksa...@openoffice.org Wed Sep 23 10:55:47 
+ 2009 ---
Just thought I'd add an observation...  If I click ctrl+alt+r (which was
suggested as a workaround) rapidly, sometimes the labels are not redrawn
completely...  only one or two lines appear while the other disappear.  Happens
every now and than after approx. 4-5 rapid clicks on r while holding ctrl+alt.

Just thought it might help someone with knowledge of the inner workings :)

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9


User ul changed the following:

What|Old value |New value

 IssuesThisDependsOn|94900,96538,98927,99849,99|94900,96538,98927,99849,99
|904,100905,101639,101879,1|904,100905,101639,101879,1
|02294,103179,103747,104057|02294,103179,103747,104057
|,104155,104221,104508,1045|,104155,104221,104508,1045
|79,104682,104685,104695,10|79,104682,104685,104695,10
|4753,104856,104861,104867,|4753,104856,104861,104867,
|104886,104901,104911,10491|104886,104901,104911,10491
|5,104937,104986,104987,104|5,104937,104986,104987,104
|992,105052,105100,105148,1|992,105052,105100,105148,1
|05149,105154,105158,1 |05149,105154,105158,1





--- Additional comments from u...@openoffice.org Wed Sep 23 10:57:42 + 
2009 ---
added 105275

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105270] Writer saves text alignme nt of RTL paragraph not according to spec

2009-09-23 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105270


User os changed the following:

What|Old value |New value

  CC|''|'fme,mib'





--- Additional comments from o...@openoffice.org Wed Sep 23 10:57:54 + 
2009 ---
The text formatting interpretes the alignment as right and left independent from
the writing direction. 
The text-align attribute specification knows right and left as values but
declares them as [Interpreted as text-align='start'/text-align='end']

As the align attribute is stored/loaded independent from the writing direction
of a specific paragraph the value can not be changed at reading/writing time. 

The only way to fix it would be to change the text formatting. At the time of
the implementation of the RTL support this was decided otherwise by the User
Experience team. It would also break compatibility to older documents.





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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103605] Empty custom properties o f type 'Date' or 'Number' are not retained.

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103605





--- Additional comments from e...@openoffice.org Wed Sep 23 10:57:56 + 
2009 ---
@MST: It should be possible to store empty Date.
Use case: when defining the Properties in an empty document which will be saved
*as template*.

Your explanation: storing e.g. empty date/time/dateTime properties is not
possible because ODF requires...

I understand your argument but in the end we have an UI which is not consistent:
Text fields can be left empty while dates cannot. This is not intuitive.

Proposals to solve this:

1) Propose a change of the XML schema datatype ;) Ok that may be not possible
but sill remains the question Why does the XML schema datatype has such a
requirement?

2) Internally use a dummy date value which will not be shown in the UI

3) Automatically display a dummy date value when choosing this field type.
This will also help the user in writing the date with a correct format.
Apparently the fields differenciates nbetween Text and Date depending of the
format but we have nowhere specified how this format looks like.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 105275] Crash on loading MS Power Point file

2009-09-23 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105275


User ul changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |9
  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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 103605] Empty custom properties o f type 'Date' or 'Number' are not retained.

2009-09-23 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103605


User es changed the following:

What|Old value |New value

  CC|'hi,mst'  |'es,hi,mst'





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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105293] build breaks in oox when configured with --with-system-libs and --disab le-neon

2009-09-23 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105293
 Issue #|105293
 Summary|build breaks in oox when configured with --with-system
|-libs and --disable-neon
   Component|tools
 Version|DEV300m59
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|configure
 Assigned to|rene
 Reported by|dtardon





--- Additional comments from dtar...@openoffice.org Wed Sep 23 11:00:10 
+ 2009 ---
External OpenSSL is sought for only if neon is enabled, but oox now depends on
openssl too, so build breaks there. Solution is to move the check for OpenSSL
from inside of check for neon to top level, like the following patch does.

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97274] An invalid open document f ile crashes whole OpenOffice program.

2009-09-23 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97274


User sba changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from s...@openoffice.org Wed Sep 23 11:00:35 + 
2009 ---
OK in DEV300_m60:
First document is being tried to repair, Attempt fails, doc does not open.
Second bugdoc: Repair attempt is successful, empty document opens.
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105293] build breaks in oox when configured with --with-system-libs and --disab le-neon

2009-09-23 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105293


User dtardon changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |64911)
like this






--- Additional comments from dtar...@openoffice.org Wed Sep 23 11:01:44 
+ 2009 ---
Created an attachment (id=64911)
like 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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105294] html RTL table copy is be ing copied as LTR

2009-09-23 Thread eliadtsai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105294
 Issue #|105294
 Summary|html RTL table copy is being copied as LTR   
   Component|Word processor
 Version|OOO300m9
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|eliadtsai





--- Additional comments from eliadt...@openoffice.org Wed Sep 23 11:07:29 
+ 2009 ---
While an attempt to copy an HTML table
The table has been copied in reversed from right to left Hebrew format, to left
 to right. as well The format has changed. 

i have attached the OO file and a saved copy of the website 

im using OOO300m15 build : 9379
under ubnutu 9.04

good day.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105294] html RTL table copy is be ing copied as LTR

2009-09-23 Thread eliadtsai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105294





--- Additional comments from eliadt...@openoffice.org Wed Sep 23 11:08:07 
+ 2009 ---
Created an attachment (id=64912)
the OO 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 105250] Mac OS X: Start center ch anged behaviour and is not 'mac like' anymore

2009-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105250


User hdu changed the following:

What|Old value |New value

  CC|'ericb,hdu'   |'ericb,hdu,oj'

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from h...@openoffice.org Wed Sep 23 10:36:44 + 
2009 ---
Indeed, the change in oj18: r274196 : check if quick start is enbled seems to 
have introduced the 
different behaviour. On the Aqua port the quickstarter infrastructure is used 
for keeping the app open.

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

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

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105294] html RTL table copy is be ing copied as LTR

2009-09-23 Thread eliadtsai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105294





--- Additional comments from eliadt...@openoffice.org Wed Sep 23 11:08:38 
+ 2009 ---
Created an attachment (id=64913)
the HTML 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105270] Writer saves text alignme nt of RTL paragraph not according to spec

2009-09-23 Thread thzander
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105270





--- Additional comments from thzan...@openoffice.org Wed Sep 23 11:09:07 
+ 2009 ---
 It would also break compatibility to older documents.

True, but now it means nobody writing in RTL can interoperate with OOo if they
get proper ODF docs from other apps. And vice versa.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105276] Changes in old Custom Doc Properties not saved

2009-09-23 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105276


User mru changed the following:

What|Old value |New value

 Assigned to|mba   |mst





--- Additional comments from m...@openoffice.org Wed Sep 23 11:14:02 + 
2009 ---
I think, MST is the correct developer for 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105293] build breaks in oox when configured with --with-system-libs and --disab le-neon

2009-09-23 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105293


User rene changed the following:

What|Old value |New value

  CC|''|'dr'

Target milestone|---   |OOo 3.2





--- Additional comments from r...@openoffice.org Wed Sep 23 11:20:38 + 
2009 ---
yes.

(Ccing dr who broke 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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 99904] soft cell format is lost d uring drag operation

2009-09-23 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99904


User nn changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|9 |
  is|  |

Target milestone|---   |OOo 3.3





--- Additional comments from n...@openoffice.org Wed Sep 23 11:24:32 + 
2009 ---
Due to time constraints, this won't be fixed for 3.2. New target 3.3.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 99999] OOo 3.2 release stoppers / blockers

2009-09-23 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9


User nn changed the following:

What|Old value |New value

 IssuesThisDependsOn|94900,96538,98927,99849,99|94900,96538,98927,99849,10
|904,100905,101639,101879,1|0905,101639,101879,102294,
|02294,103179,103747,104057|103179,103747,104057,10415
|,104155,104221,104508,1045|5,104221,104508,104579,104
|79,104682,104685,104695,10|682,104685,104695,104753,1
|4753,104856,104861,104867,|04856,104861,104867,104886
|104886,104901,104911,10491|,104901,104911,104915,1049
|5,104937,104986,104987,104|37,104986,104987,104992,10
|992,105052,105100,105148,1|5052,105100,105148,105149,
|05149,105154,105158,1 |105154,105158,105183,





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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 30249] OOo Writer Spellcheck not intelligent

2009-09-23 Thread linuxlala
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30249





--- Additional comments from linuxl...@openoffice.org Wed Sep 23 11:38:16 
+ 2009 ---
Hi Thomas,

Surprisingly, I didn't receive any email notices for all the comments that
you've posted here. Sorry for not replying sooner.

I've tested the spellchecker on OOo 3.0.1 and here are my comments:

1. The spellchecker has improved.

2. But it's not ideal yet. For instance, when I type firwird, it suggests
firewood and not foreword, or forward. 

3. But more importantly, when I typ ,enu, it suggest menu, which is a big
improvement. And yet, if I type na,e it doesn't suggest name.

4. What does and doesn't work:
ca;culate correctly suggest calculate
ciiler doesn't suggest cooler
wiil suggest will but not wool
drine suggest drone
fantacy suggests fantasy
forwird suggests forward
forwwrd autocorrects to forward

5. As you can see, it has clearly improved from my initial report, but there's
still some words that need to be worked on. Words that have l, m, p, especially,
because you often miskey them as , or ; or [ and OOo spellchecker doesn't know
how to handle those:
dro;; doesn't suggest droll
,ore and ;ore are not recognised as mistakes at all.

Cheers!

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 104104] Hunk #1 FAILED at 23 when building module jfreereport

2009-09-23 Thread obo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104104


User obo changed the following:

What|Old value |New value

 Assigned to|obo   |kz





--- Additional comments from o...@openoffice.org Wed Sep 23 11:48:33 + 
2009 ---
I don't really know what has happen.
@KZ: Have you noticed something unusual during the integrations for m59?

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 104104] Hunk #1 FAILED at 23 when building module jfreereport

2009-09-23 Thread obo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104104


User obo changed the following:

What|Old value |New value

  CC|'andyrtr,fs,oj'   |'andyrtr,fs,obo,oj'





--- Additional comments from o...@openoffice.org Wed Sep 23 11:49:25 + 
2009 ---
CCed: obo

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105295] various valgrind warnings when running unoapi tests for sw

2009-09-23 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105295
 Issue #|105295
 Summary|various valgrind warnings when running unoapi tests fo
|r sw
   Component|framework
 Version|DEV300m58
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mst
 Reported by|mst





--- Additional comments from m...@openoffice.org Wed Sep 23 11:53:07 + 
2009 ---
running the unoapi tests for sw in valgrind results in various warnings about
overlapping memcopy, and uninitialized variables used in conditions.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 81558] Checking for an update fai led.

2009-09-23 Thread wikiwide
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81558





--- Additional comments from wikiw...@openoffice.org Wed Sep 23 12:00:32 
+ 2009 ---
I have OpenOffice.org version 3.1.0 on Windows XP (up-to-date).
However, when I was logged in as Limited User, I received a message about
OpenOffice.org 3.1.1 update. I wasn't able to download it. So I went under
Administrator name (switched user).
When I logged in as Administrator, I got message Checking for an update 
failed..
Now I get it for both users. So I cannot get updates from the program and have
to download 3.1.1 version from website (with apprehension, that OO 3.1.1 will
not be able to install in place of 3.1.0, but will conflict with 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 105295] various valgrind warnings when running unoapi tests for sw

2009-09-23 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105295


User mst changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from m...@openoffice.org Wed Sep 23 12:01:34 + 
2009 ---
fixed in CWS fwk120 (revisions 276382, 276383, 276384, 276385)

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105268] File corrupted after save in doc format

2009-09-23 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105268





--- Additional comments from m...@openoffice.org Wed Sep 23 12:01:43 + 
2009 ---
I would tend to say that this is the same as issue 104017.
But to be sure the original not-corrupted doc would be needed here. Please
attach here otherwise this is not dubuggable or fixable. The document is already
corrupted though Writer displays it correctly. Thus it cannot be correctly
written to doc 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105296] Bug in converting table f iles into Word .doc files

2009-09-23 Thread paul144
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105296
 Issue #|105296
 Summary|Bug in converting table files into Word .doc files
   Component|Word processor
 Version|OOO310m15
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|paul144





--- Additional comments from paul...@openoffice.org Wed Sep 23 12:07:28 
+ 2009 ---
There is a bug in Open Office v 3.0.1 that was not there in previous versions
I've used. 

Word users cannot open my table files saved in OpenOffice as .doc files; it has
in fact crashed colleagues' PCs or creates garbage text on their screens.

The problem seems to be in the way the odt file is formatted -- the automatic
fill-in feature is not helpful as the format is not compatible with the way my
work group stores their cell data.

I have to use rtf format to keep these documents universal. 

I also don't like the default option that the file is saved as an .odt file. It
should be maintained as Word compatible.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 105284] Writer Keeps Crashing aft er inserting graphics

2009-09-23 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105284





--- Additional comments from m...@openoffice.org Wed Sep 23 12:13:03 + 
2009 ---
Cannot reproduce this on Windows Vista with my sample jpg's.
Please attach the 9 kB Graphic causing the crash to this issue please, so that
we can reproduce the problem.
The fact that the graphics lost their position after recovery is already tracked
as issue 104937.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 105293] build breaks in oox when configured with --with-system-libs and --disab le-neon

2009-09-23 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105293


User ihi changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from i...@openoffice.org Wed Sep 23 12:14:08 + 
2009 ---
fixed on m60 master

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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



  1   2   3   >