[dba-issues] [Issue 106254] Query looses the relation ship which was set in Query Design View

2009-10-24 Thread ud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106254





--- Additional comments from u...@openoffice.org Sun Oct 25 06:31:16 + 
2009 ---
Created an attachment (id=65587)
Screenshots


-
Please do not reply to this automatically generated notification from
Issue 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



[dba-issues] [Issue 106254] Query looses the relation ship which was set in Query Design View

2009-10-24 Thread ud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106254





--- Additional comments from u...@openoffice.org Sun Oct 25 06:28:44 + 
2009 ---
Created an attachment (id=65586)
E


-
Please do not reply to this automatically generated notification from
Issue 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



[dba-issues] [Issue 106254] Query looses the relation ship which was set in Query Design View

2009-10-24 Thread ud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106254
 Issue #|106254
 Summary|Query looses the relationship which was set in Query D
|esign View
   Component|Database access
 Version|OOO320m2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|ud





--- Additional comments from u...@openoffice.org Sun Oct 25 06:28:17 + 
2009 ---
To see what i mean:
-open attached PDF file

To reproduce
-open attached database

-edit Query2 in design view
=> notice the relationship was set manuelly by click and
   let it fall in the query design view.
  idMitarbeiter -> fiEinsatzMitarbeiter
  idStation -> fiEinsatzStation
-Insert an Criterion in "dtEinsatzBegin" like
  >= :TEST

-click on "Switch Design View On/Off twice
=> In my case i get two new columns with criterion
  1) fiEinsatzMitarbeiter and criterion
 [tblm_Mitarbeiter].[idMitarbeiter]
  2) fiEinsatzStation and criterion [tblm_Station].[idStation]
=> The lines (relationship) between the tables would not shown
   anymore
-click on "Switch Design View On/Off" twice and you get every time
 an different screen

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

-
To unsubscribe, e-mail: 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



[dba-issues] [Issue 106253] Query Design change inser ted OR criterion in one line

2009-10-24 Thread ud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106253





--- Additional comments from u...@openoffice.org Sun Oct 25 06:24:36 + 
2009 ---
Created an attachment (id=65585)
Example


-
Please do not reply to this automatically generated notification from
Issue 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



[dba-issues] [Issue 106253] Query Design change inser ted OR criterion in one line

2009-10-24 Thread ud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106253





--- Additional comments from u...@openoffice.org Sun Oct 25 06:23:24 + 
2009 ---
Created an attachment (id=65584)
Screenshots


-
Please do not reply to this automatically generated notification from
Issue 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



[dba-issues] [Issue 106253] Query Design change inser ted OR criterion in one line

2009-10-24 Thread ud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106253
 Issue #|106253
 Summary|Query Design change inserted OR criterion in one line
   Component|Database access
 Version|OOO320m2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|ud





--- Additional comments from u...@openoffice.org Sun Oct 25 06:22:07 + 
2009 ---
The Query design change an OR criterion different from the point of
inserting.

Example:
Criterion (Row) =  >= CURRENT_DATE
Or (Row) = IS EMPTY

would be change in:
Criterion (Row) =  (>= CURRENT_DATE OR IS EMPTY)

To see what i mean:
-open attached PDF file

To get what i mean:
-open attached database
-edit Query1 in design view
-change Criterion in "dtEinsatzEnde" in
 Criterion (Row) =  >= CURRENT_DATE
 Or (Row) = IS EMPTY
-click on "Switch Design View On/Off twice
=>Criterion is changed in one row
=>The same result is if you save/and reopen the query.

-
Please do not reply to this automatically generated notification from
Issue 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



[graphics-issues] [Issue 106252] Leading spaces in OO text frame make selecting title frame impossible

2009-10-24 Thread spwalmsley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106252





--- Additional comments from spwalms...@openoffice.org Sun Oct 25 04:18:17 
+ 2009 ---
UPDATE: the Staroffice test was run on Sun Solaris 10 SPARC and the OpenOffice
test was run on Opensolaris build b125 on the x86 platform.

-
Please do not reply to this automatically generated notification from
Issue 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 106252] Leading spaces in OO text frame make selecting title frame impossible

2009-10-24 Thread spwalmsley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106252
 Issue #|106252
 Summary|Leading spaces in OO text frame make selecting title f
|rame impossible
   Component|Presentation
 Version|OOo 3.1
Platform|Sun
 URL|
  OS/Version|Solaris
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|editing
 Assigned to|graphicsneedsconfirm
 Reported by|spwalmsley





--- Additional comments from spwalms...@openoffice.org Sun Oct 25 04:11:44 
+ 2009 ---
Tested against: Openoffice 3.1.0 (310m11 build 9399) on Opensolaris and
Staroffice 9.1 (310m build 9399-9420-9420). May also affect other platforms.

To duplicate:
- Open a new Impress presentation
- Select a layout that includes a text frame and a title frame
- Click on title frame and insert some text
- Click in text frame and insert some text that *STARTS WITH* one or more
spaces, e.g. "  this is some text"
- Click outside the text frame so that it loses selection.
- Now try to click on and modify the title - the title frame will not accept
focus for editing!
- Click back in the text box and change the text so that it does *NOT* include
any leading spaces, e.g. "x this is some text"
- Click outside the text frame so that it loses focus.
- You can now click on the title frame and it will accept focus again!

I ran across this whilst trying to include some program output (with leading
spaces) in a presentation.

This is not a "show-stopper", but it's very annoying because it's not
immediately obvious what is causing the title frame to become un-editable.

-
Please do not reply to this automatically generated notification from
Issue 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



[sc-issues] [Issue 106247] Sort of text flawed

2009-10-24 Thread faramir
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106247


User faramir changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from fara...@openoffice.org Sun Oct 25 03:59:02 
+ 2009 ---
Sorry, it was a change of behaviour, and not a 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...@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



[ui-issues] [Issue 106251] About Default Color Chart

2009-10-24 Thread youngjin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106251





--- Additional comments from young...@openoffice.org Sun Oct 25 03:06:21 
+ 2009 ---
Created an attachment (id=65583)
Directional Option


-
Please do not reply to this automatically generated notification from
Issue 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...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


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



[ui-issues] [Issue 106251] About Default Color Chart

2009-10-24 Thread youngjin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106251





--- Additional comments from young...@openoffice.org Sun Oct 25 03:04:47 
+ 2009 ---
Created an attachment (id=65582)
Remove Scrollbar


-
Please do not reply to this automatically generated notification from
Issue 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...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


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



[ui-issues] [Issue 106251] About Default Color Chart

2009-10-24 Thread youngjin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106251





--- Additional comments from young...@openoffice.org Sun Oct 25 03:02:09 
+ 2009 ---
Created an attachment (id=65581)
Custom Color Chart Screenshot


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

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


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



[ui-issues] [Issue 106251] About Default Color Chart

2009-10-24 Thread youngjin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106251
 Issue #|106251
 Summary|About Default Color Chart
   Component|ui
 Version|OOo 3.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P2
Subcomponent|code
 Assigned to|uineedsconfirm
 Reported by|youngjin





--- Additional comments from young...@openoffice.org Sun Oct 25 02:58:38 
+ 2009 ---
Subject : About Default Color Chart




Hello.



OpenOffice's default color chart is too difficult for the first users.

So, I made custom color chart. then upload it.


[ IMAGE URL = 
http://aniletter.cafe24.com/openoffice_color_chart_screenshot.png ]


However, is not perfect.

The following improvements are required for various use.



1. Remove the scroll bar in color chart.

2. Options for the horizontal and vertical spaces.

3. Options for the rectangle size of color.

4. Options for the input direction.







First : Remove the scroll bar in color chart.


[ IMAGE URL = http://aniletter.cafe24.com/openoffice_color_chart_scrollbar.png ]

In the case of many colors, appear automatically the scroll bar.[Image ①]

When resize the color chart window for viewing other colors, but a scroll bar is
intact.[Image ②]

If improve just like [Image ③], choose a color that will speed up.

( Open Color Chart → Scroll Bar → Select Color )

( Open Color Chart →→→ Select Color )







Second : Options for the horizontal and vertical spaces.

OpenOffice's color chart document method is xml. So, I expect to tag options.

Please see the 'standard.soc.lite' image above.

I filled white color, because of horizontal spaces are fixed 10.

So, It is necessary to set the number of spaces for a variety of color charts.







Third : Options for the rectangle size of color.

Each color box are bigger or smaller when resize the color chart window.

After the selected color, the color box size is reset.

Poor eyesight or old person is very uncomfortable.

So, It is necessary to set the width and height pixel size of the color box.







Fourth : Options for the input direction.


[ IMAGE URL = http://aniletter.cafe24.com/openoffice_color_chart_direction.png ]

Currently, the color box of chart is generated horizontally order by code 
entered.

Therefore, Result is [Image ④].

But, We must be able to create the color chart like [Image ⑤] with vertical 
option.











Above things if possible, Would not contribute to the prevalence of OpenOffice?

Finally, If [Image ⑤] is used for OpenOffice default chart, I will be very very
happy.



Thank you very much.

-
Please do not reply to this automatically generated notification from
Issue 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...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


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



[sw-issues] [Issue 95727] word 2003 xml - table,font s,formatting inside text box won't import

2009-10-24 Thread jmichae3
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95727





--- Additional comments from jmich...@openoffice.org Sun Oct 25 02:18:57 
+ 2009 ---
by the way, you may not know this, but there are 2007 converters available for 
Office 2003, *however* the documents are readonly.  

In Office 2003 with such a converter you cannot save those documents as 2007.  
so all the 2007 support is not going to help someone who wants to change a 2003 
or 2007 document if all they have is a 2007 format. *please* support Office 
2003 format. 
Thought you should know.

-
Please do not reply to this automatically generated notification from
Issue 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 106250] mathematical fonts displa y incorrectly

2009-10-24 Thread mike_banning
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106250





--- Additional comments from mike_bann...@openoffice.org Sun Oct 25 
02:08:05 + 2009 ---
Created an attachment (id=65580)
copy of practice maths exam


-
Please do not reply to this automatically generated notification from
Issue 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 85412] Textbox font auto resize

2009-10-24 Thread naught101
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85412





--- Additional comments from naught...@openoffice.org Sun Oct 25 02:08:05 
+ 2009 ---
This issue is a dup of http://qa.openoffice.org/issues/show_bug.cgi?id=43937

-
Please do not reply to this automatically generated notification from
Issue 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 95727] word 2003 xml - table,font s,formatting inside text box won't import

2009-10-24 Thread jmichae3
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95727





--- Additional comments from jmich...@openoffice.org Sun Oct 25 02:04:21 
+ 2009 ---
so you are saying bye-bye to the binary file format and current Office 2003 
compatibnility?

Microsoft isn't ditching the binary format.  it's still listed on the msdn if 
you look for it.

here - I will give it to you.
http://msdn.microsoft.com/en-us/library/cc313118.aspx
just expand the + where it says "Microsoft Office File Format 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



[sw-issues] [Issue 106250] mathematical fonts displa y incorrectly

2009-10-24 Thread mike_banning
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106250
 Issue #|106250
 Summary|mathematical fonts display incorrectly
   Component|Word processor
 Version|OOO310m11
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|viewing
 Assigned to|writerneedsconfirm
 Reported by|mike_banning





--- Additional comments from mike_bann...@openoffice.org Sun Oct 25 
02:04:05 + 2009 ---
Documents written in Microsoft Word using mathematical equations and symbols
display incorrectly. A box is present with an unrecognisable symbol present.
This renders the application useless. The document could only be read by using
Microsoft Word. I can attach a copy of the document (which is licensed) if I can
work out how to do this.

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

-
To unsubscribe, e-mail: 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 106233] Bullets Don't Work as the y Should

2009-10-24 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106233





--- Additional comments from j...@openoffice.org Sun Oct 25 01:42:40 + 
2009 ---
Both of your examples mix layout from two sources: the numbering and the
paragraph. You can see this if you select the list items and turn numbering
off--you will see that the paragraphs have different formatting, leading to
unpredictable and inconsistent results when you mix indents and tab stops from
the numbering.

You can clean up both documents by first making the formatting the same for all
the list items:
1) Click somewhere in the first list item
2) Click the "Format Paintbrush" on the toolbar
3) Click and drag the brush over the following list items, then release the
mouse button. This copies the formatting from the first item to the other items.

The items behave consistently for me at this point.

I believe the remaining unusual behavior comes from the mixed formatting
sources. I suggest that you modify the paragraph formatting to set all indents
to zero and remove all tab stops, and instead do all the indenting and layout
through the numbering.

You can easily indent a list by putting the cursor at the start of the first
item and pressing Tab. Instead of changing the list level, Tab on the first item
will indent all levels of the list.

Using numbering styles instead of the toolbar buttons will also make lists
behave more predictably.

The OOo support forums would be a better place to discuss this:
http://user.services.openoffice.org
http://www.oooforum.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...@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 106249] Calc becomes extremely sl ow after copying range

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106249


User kohei changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Priority|P3|P2

Target milestone|---   |OOo 3.3





--- Additional comments from ko...@openoffice.org Sun Oct 25 01:34:02 + 
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...@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 106249] Calc becomes extremely sl ow after copying range

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106249


User kohei changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |kohei





--- Additional comments from ko...@openoffice.org Sun Oct 25 01:28:54 + 
2009 ---
I'll take a look.

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

-
To unsubscribe, e-mail: 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 30215] Further thoughts on row li mits

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30215


User kohei changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |106249





-
Please do not reply to this automatically generated notification from
Issue 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 106249] Calc becomes extremely sl ow after copying range

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106249


User kohei changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |30215
  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



[graphics-issues] [Issue 106235] No ability for large draw ing over multi pages

2009-10-24 Thread dandare2050
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106235


User dandare2050 changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Issue type|FEATURE   |ENHANCEMENT

  Resolution|WORKSFORME|





--- Additional comments from dandare2...@openoffice.org Sun Oct 25 01:27:27 
+ 2009 ---
I have been able to create these drawings at a large page size. Thank you for
the information. This is to give some input for the redesign. I have changed the
type to Enhancement.

Obviously as it is currently it appears to be printer settings, which is 
misleading.

The page size menu (with things like A4 in it) and the associated margins are
handy for getting the printable area inside a page type. These should be a way
of picking a size as a named function such as "Size to Page Content". The
margins should not show up as actual margins to the image though, that is just
confusing, when a page is printed it will have print margins depending on page
size and printer.

The whole function should be in an item with a name such as "Image..." rather
than "Page...".

Also, exporting to PDF might want to have an option as exporting as multiple
pages. That is not so important though.

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

-
To unsubscribe, e-mail: 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



[sc-issues] [Issue 106249] Calc becomes extremely sl ow after copying range

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106249


User kohei changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from ko...@openoffice.org Sun Oct 25 01:27:19 + 
2009 ---
I can tell you that this is actually a Go-OO specific issue, not an upstream
one.  So, technically I would have liked to handle this at bugzilla.novell.com.
 However, since this is related to the row limit increase (Issue 30215) that is
scheduled for being upstreamed, I hope we can handle this here as well.

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

-
To unsubscribe, e-mail: 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 106247] Sort of text flawed

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106247





--- Additional comments from ko...@openoffice.org Sun Oct 25 01:17:05 + 
2009 ---
That's actually not a bug.  When you sort via the sort icon, Calc always assume
the first row as the header row *if* all cells in the first row are text. 
Therefore, it excludes the first row from sorting.

You have two ways to get it to work the way you want:

1) Add a header row, to give each column a name, or 
2) Sort via Data - Sort from the menu, which brings up the Sort dialog.  And
make sure in the Options page the "Range contains column labels" option is not
checked.

-
Please do not reply to this automatically generated notification from
Issue 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 106230] openoffice calc sumproduc t, lookup, vlookup, Hlookup problems

2009-10-24 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106230





--- Additional comments from j...@openoffice.org Sun Oct 25 00:56:44 + 
2009 ---
Seems similar to Issue 101639

-
Please do not reply to this automatically generated notification from
Issue 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 106249] Calc becomes extremely sl ow after copying range

2009-10-24 Thread wleoncio
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106249
 Issue #|106249
 Summary|Calc becomes extremely slow after copying range
   Component|Spreadsheet
 Version|OOO310m19
Platform|All
 URL|https://bugs.launchpad.net/ubuntu/+source/openoffice.o
|rg/+bug/446497
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|wleoncio





--- Additional comments from wleon...@openoffice.org Sun Oct 25 00:55:06 
+ 2009 ---
I've noticed that, even on empty, newly-created documents, whenever I select and
copy a range that span more than 4 columns, Calc gets extremely unresponsive. I
find this a particularly interesting bug, because it doesn't matter how many
rows I copy. I can copy range A1:A1048576 and Calc stays fairly fast. If I
select something like A1:Z1, however, the program just starts to take a few
seconds to respond to my inputs. I hope someone can reproduce this bug, because
it is really annoying for people who work with big datasheets.

-
Please do not reply to this automatically generated notification from
Issue 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



[dba-issues] [Issue 36231] forms: option "explicit co mmit" is missing

2009-10-24 Thread mhatheoo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36231





--- Additional comments from mhath...@openoffice.org Sun Oct 25 00:11:36 
+ 2009 ---
==> atj

Hello Drew.

well, you are right, users may have requested the One-Key-less-procedures. It
depends, whether the onwer of the application is accepting it or not. No serious
appliaction is using autocommit, as an unintentional commit will make roll-back
neccessary that just causes pain to everybody, like multi-use environments,
key-generating transactions etc. Think about bookkeeping, invoicing etc.

However, you can judge yourself. Think about developing a DBMS, and think about
which feature can miss, whithout the need to prevent the application from
dataloss by unintentional commit, the keyhit-saving autocommit or the
one-key-more(which in not really the case). A roll-back is needed for both, but
in case of explicit commit the user knows why. So it depends on what comes first
in regard to data-integrity, auto or not auto. 

regarding the BORG-calendar. It is not my favorite application, the calendar has
some disadvantages, however, it has a good potential. And it is not the only
HSQL-based application, that can be useful together with OO.o. It is a cann't
be, that OO.o is not save for use external HSQL-Sources. I am not that much
familiar with stuff like that, but I tried to find the differences, and it looks
as OO.o is tempering the properties-file and the storage-type in there. BORG
hold tables in memory, OO.o hold it cached. So Borg has data available
immidiatly. OO.o not, but could make the data immidiatly available, for example
by clearing cache  when waiting on next input, or just stop this rather useless
feature. that would not have any impact on performance in single-user or
SOHO-environments, but is the much saver concept. 
Well, I think you got what I ment, keep it safe, keep it simple, just the
old-school-way.

Martin

P.S.:
No, I do not want to discuss this in UX. I hate mailing-lists, stuff needs to be
centralized, thats enough. And I do not see the neccessity for this issue. This
is a defect-by-design, but nevertheless a defect.

-
Please do not reply to this automatically generated notification from
Issue 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



[sc-issues] [Issue 106248] Fail linked to ODBC drive r change from 3.1.1 to 3.2 and viceversa

2009-10-24 Thread mriosv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106248
 Issue #|106248
 Summary|Fail linked to ODBC driver change from 3.1.1 to 3.2 an
|d viceversa
   Component|Spreadsheet
 Version|OOO320m2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|mriosv





--- Additional comments from mri...@openoffice.org Sat Oct 24 22:34:51 
+ 2009 ---
A range linked to ODBC Firebird driver, don't work from 3.1.1 to 3.2 and 
viceversa.

When Data / Refresh range
The message in both versions:
 
(i)  Error while importing data!

With the database list open with F4, I can see don't open the linked database as
usual.

-
Please do not reply to this automatically generated notification from
Issue 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 106247] Sort of text flawed

2009-10-24 Thread faramir
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106247
 Issue #|106247
 Summary|Sort of text flawed
   Component|Spreadsheet
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|faramir





--- Additional comments from fara...@openoffice.org Sat Oct 24 21:21:21 
+ 2009 ---
Sorting cells with text fails in Open Office 3.1.0 (OOO310m11 - Build 9399).

Example:

A1 tree
A2 house
A3 car
A4 pool
A5 zoo

  After selecting the cells, and using the Sort Ascending button in toolbar, the
"sorted" cells are as follow:

A1 tree
A2 car
A3 house
A4 pool
A5 Zoo

  So the first cell in the selection is not sorted. The same problem happens if
I chose to sort descending. Using the command in Data menu doesn't solve the
problem, so I don't know about a workaround for this bug. Version 3.0.1 didn't
have this bug.

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

-
To unsubscribe, e-mail: 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 106244] cannot write 08-09 to a c ell, interperts as a date

2009-10-24 Thread yomach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106244





--- Additional comments from yom...@openoffice.org Sat Oct 24 20:42:33 
+ 2009 ---
Ok, easy enough workarounds, 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...@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 106244] cannot write 08-09 to a c ell, interperts as a date

2009-10-24 Thread kohei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106244





--- Additional comments from ko...@openoffice.org Sat Oct 24 20:22:04 + 
2009 ---
There are two ways to work around this.

1) type apostrophe (') in front, which forces the entered value to be
interpreted as text.
2) change the cell format to Text, then type whatever you need to type.

-
Please do not reply to this automatically generated notification from
Issue 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



[sw-issues] [Issue 106241] Non-portable font warning

2009-10-24 Thread dotancohen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106241





--- Additional comments from dotanco...@openoffice.org Sat Oct 24 20:08:15 
+ 2009 ---
Then maybe this option should be used only when the user is saving in a
non-native format? OOo already warns that _some_ formatting may be lost, but
this would be an easy way to suggest to the user how to increase document
compatibility.

Of the twenty or so OOo users I know, most only use .doc format to interoperate
with users of other office suites. However when straying from Times New Roman,
Ariel, or Courier they suffer document fidelity issues.

-
Please do not reply to this automatically generated notification from
Issue 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 106241] Non-portable font warning

2009-10-24 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106241





--- Additional comments from nmail...@openoffice.org Sat Oct 24 19:43:29 
+ 2009 ---
@dotacohen

Times New Roman, Arial, and Courier are not portable, codestyle puts them at
around 60% on Unix platforms and they've been losing ground regularly those past
years
http://www.codestyle.org/css/font-family/sampler-UnixResults.shtml

-
Please do not reply to this automatically generated notification from
Issue 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 106246] Mailing labels won't prin t in selected type

2009-10-24 Thread ljcoupez
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106246
 Issue #|106246
 Summary|Mailing labels won't print in selected type
   Component|Word processor
 Version|OOo 3.1.1
Platform|Unknown
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|printing
 Assigned to|writerneedsconfirm
 Reported by|ljcoupez





--- Additional comments from ljcou...@openoffice.org Sat Oct 24 19:40:41 
+ 2009 ---
I want to print from a address book database and at first was successful. Now
when I select the Avery 8160 form, correctly add the fields, when I print, the
form prints very tiny, in very tiny print. It looks like it shrank even the text
to 1/4 of the sheet. How can I get it to correctly align to the selected label
form. I have eaten a lot of expensive labels and am frustrated. I even
re-selected the labels again, used "reset" and still cannot get the labels to
print in the correct size and in the actual label. HELP! I don't want to have to
go back to MS Office

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

-
To unsubscribe, e-mail: 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 106158] Generating new AutoCorrec t entry removes all entries

2009-10-24 Thread tommy27
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106158





--- Additional comments from tomm...@openoffice.org Sat Oct 24 19:08:44 
+ 2009 ---
@mav
let me see if i get it...
did you say that fixing the API for issue 105760, fixed issue 106158 as well 
despite being two different things?

-
Please do not reply to this automatically generated notification from
Issue 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



[dba-issues] [Issue 36231] forms: option "explicit co mmit" is missing

2009-10-24 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36231


User atjensen changed the following:

What|Old value |New value

  CC|'eberlein'|'atjensen,eberlein'





--- Additional comments from atjen...@openoffice.org Sat Oct 24 18:41:34 
+ 2009 ---
@mahatheoo -Before getting to the real question here:

"Autocommitting is a  nasty nonsense-feature, invented by developers,"

Sorry but that statement is just wrong. Users, in certain contexts, expect it
and demand it - back office 10 key operations is a prime example, make them hit
one more key then absolutely necessary and your application is out the door and
in the dumper. (mistakes in keying are caught during a reconciliation step,
almost always, not during data input as it has proven to reduce overall
efficiency when keying in large numbers of transactions...but that is old school
stuff I suppose and often involves use of temp tables during data entry)


 "everything seems to be left in default state. And it looks,
that OO.o is also setting foreign property-files back to default-state. This for
example might be the reason, why I can not use the HSQL-based BORG-calendar as
datasource, having it opend in OO.o will make it crash in BORG."

Well, I had to give that a try after reading the issue here. Using OO.o 3.1.1 or
3.2m_1 (dev build) and connecting to the BORG database using
jdbc:hsqldb:file:\BORG_ allows me to have both applications open
simultaneously (using Ubuntu 9.04 here). I can enter data via SQL commands from
Base but not via the GUI, I can build forms but only against queries, not
tables, same with Reports and a few other oddities, but no crashes on either
side. The data entered in either is not available to the other applications
however until the connections have been closed and opened again. (I note that
BORG now ships with a MySQL schema as an option) However, as I am not a BORG
*smile*, user, If you want to pursue this I would be happy to work with you via
an OO.o mailing list or web forum or the BORG mailing list, where I see you
opened a thread on just this issue. We might find solutions...might be fun
actually, and perhaps we could contribute back to the BORG project any changes
needed to make it fully compatible with Base (OO.o).

---back to the question in this issue--

How should Base handle auto-commit? Should it be the default?

Any chance we could have this conversation on the mailing list versus the issue,
one, I hate this text box...and two - maybe we invite the UX team to get 
involved...

-
Please do not reply to this automatically generated notification from
Issue 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



[sc-issues] [Issue 106244] cannot write 08-09 to a c ell, interperts as a date

2009-10-24 Thread yomach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106244





--- Additional comments from yom...@openoffice.org Sat Oct 24 18:29:03 
+ 2009 ---
I'll add the fact that this bug was a showstopper for me, after trying to find a
workaround it for a couple of minutes i gave up and used google docs...
So i think it should be P2

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

-
To unsubscribe, e-mail: 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 106244] cannot write 08-09 to a c ell, interperts as a date

2009-10-24 Thread yomach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106244





--- Additional comments from yom...@openoffice.org Sat Oct 24 18:26:26 
+ 2009 ---
Err, sorry again...
But maybe this one is even P2?
P3 description gives the following example:

"Functionality which is not available, but a workaround exists;
e.g. you cannot apply formattings to your text via the toolbar, but only using
the menu"

In the case i gave you simply cannot change the formatting (unless there is a
workaround that i don't know about).

and By the way, there is a Typo in the quote i wrote (formattings instead of
formatting)

-
Please do not reply to this automatically generated notification from
Issue 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 106245] Information pasted into a n RTL spreadsheet is flipped

2009-10-24 Thread yomach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106245





--- Additional comments from yom...@openoffice.org Sat Oct 24 18:21:43 
+ 2009 ---
Ok, sorry about that... don't even remember changing that field :)
It's defiantly P3 

-
Please do not reply to this automatically generated notification from
Issue 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 106230] openoffice calc sumproduc t, lookup, vlookup, Hlookup problems

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa

Priority|P1|P3





--- Additional comments from rainerbielef...@openoffice.org Sat Oct 24 
18:07:57 + 2009 ---
Not P1
Please attach a test kit!

-
Please do not reply to this automatically generated notification from
Issue 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 102958] ODFF: errors incorrectly saved

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

 Summary|errors incorrectly saved  |ODFF: errors incorrectly s
|  |aved





--- Additional comments from reg...@openoffice.org Sat Oct 24 18:03:31 
+ 2009 ---
I can see the described content. It might be the same problem as in issue 
106237.

-
Please do not reply to this automatically generated notification from
Issue 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 106236] ODFF: functions should be saved in upper case

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





--- Additional comments from reg...@openoffice.org Sat Oct 24 17:48:22 
+ 2009 ---
I can open it in m55 but not in DEV300m60. In my debug build of DEV300m60 I get
the error:
Error: Exception is thrown during stream wrapping!
>From File c:/DEV300m60debug/package/source/zippackage/ZipPackageStream.cxx at
Line 451

@aguelzow: No I do not know, why OOo doesn't open it. I'm  not qualified enough
to investigate the error. But if I save a new file with just a number in a cell
in Gnumeric 1.9.10 in either of the two ods formats, I get the same error when
opening them in DEV300m60.


-
Please do not reply to this automatically generated notification from
Issue 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



[gsl-issues] [Issue 90373] pdf generated with unicode password could not be opened

2009-10-24 Thread rq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90373





--- Additional comments from r...@openoffice.org Sat Oct 24 17:43:51 + 
2009 ---
->pl Could this be backported to 3.2?

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

-
To unsubscribe, e-mail: 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 106233] Bullets Don't Work as the y Should

2009-10-24 Thread jmadero
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106233





--- Additional comments from jmad...@openoffice.org Sat Oct 24 17:33:50 
+ 2009 ---
Created an attachment (id=65578)
Bullet Bug Example 2


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

-
To unsubscribe, e-mail: 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 106233] Bullets Don't Work as the y Should

2009-10-24 Thread jmadero
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106233





--- Additional comments from jmad...@openoffice.org Sat Oct 24 17:32:50 
+ 2009 ---
Created an attachment (id=65577)
Bullet Bug Example 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...@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 106233] Bullets Don't Work as the y Should

2009-10-24 Thread jmadero
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106233


User jmadero changed the following:

What|Old value |New value

 Version|1.0.3 |OOO310m19





--- Additional comments from jmad...@openoffice.org Sat Oct 24 17:31:42 
+ 2009 ---
I apologize for the poor bug reporting. Here is a more thorough one.

My OS: Ubuntu 9.04 and 9.10 RC

OOo version: 3.1.1

The issue:

This bug has been verified in OOo 2.4, 3.0 and 3.1.0, running Hardy, Intrepid
and Jaunty

Bullets don't tab correctly sometimes. I have found that when you move the top
spacers is one of those times, the other one I just found out last week and I'm
not sure what caused it, my Professor gave an outline and the tabs are working
very poorly. 

My example is bullets bug.odt, for this one just try to tab and you'll see that
the bullets don't move with the tab, they simply change "bullet style" and stay
in the same position. 

The second example, titled bullet bug 2.odt, you can see two different issues.
The first is try to tab the bullet "what is statutory control?..." and you'll
see that multiple different bullets tab over. Then try making a new line under
the same bullet ("what is statutory control?.."), and then try tabbing the new
bullet line. Again you'll see that the tabs don't make the bullet shift, they
simply change bullet styles.

I have attached two document to show what is happening. If you push tab on the
line below Call to Order you can see that the bullet doesn't move at all, it
simply changed from I to A and so on in the same position.



-
Please do not reply to this automatically generated notification from
Issue 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 106244] cannot write 08-09 to a c ell, interperts as a date

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


User es changed the following:

What|Old value |New value

Priority|P1|P3





--- Additional comments from e...@openoffice.org Sat Oct 24 17:22:47 + 
2009 ---
As a new user to OOo, please beware of the priorities:
http://www.openoffice.org/scdocs/ddIssues_EnterModify.html#priority

-
Please do not reply to this automatically generated notification from
Issue 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 106245] Information pasted into a n RTL spreadsheet is flipped

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


User es changed the following:

What|Old value |New value

Priority|P1|P3





--- Additional comments from e...@openoffice.org Sat Oct 24 17:21:57 + 
2009 ---
As a new user to OOo, please beware of the priorities:
http://www.openoffice.org/scdocs/ddIssues_EnterModify.html#priority

-
Please do not reply to this automatically generated notification from
Issue 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



[sw-issues] [Issue 106241] Non-portable font warning

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


User es changed the following:

What|Old value |New value

  CC|''|'hi'





--- Additional comments from e...@openoffice.org Sat Oct 24 17:19:59 + 
2009 ---
But as far as there is no objective criteria to recognize an "all systems font"
from an other, the warning seems as useless as to warn each time the user saving
a HTML document: "Caution! maybe some of the fonts you use in your document
don't exist on the system of the people who will read your page".

Do you get the point?

It's more the notice in the online help which would suite.

Plus, AFAIK, it is possible to some extend to embed the fonts in the PDF.

@HI: please take over.




-
Please do not reply to this automatically generated notification from
Issue 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 106241] Non-portable font warning

2009-10-24 Thread dotancohen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106241





--- Additional comments from dotanco...@openoffice.org Sat Oct 24 16:31:09 
+ 2009 ---
You are right. Only Times New Roman, Ariel, and Courier seem to be portable
across Linux and Windows (I have no Mac to test). That is why I suggested that
the check be optional, not the default.

-
Please do not reply to this automatically generated notification from
Issue 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 106237] ODFF: OOo saves incorrect values for unknown functions

2009-10-24 Thread aguelzow
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106237


User aguelzow changed the following:

What|Old value |New value

 Version|OOo 3.0.1 |OOo 3.1





--- Additional comments from aguel...@openoffice.org Sat Oct 24 16:28:13 
+ 2009 ---
I just noticed that I picked the wrong OOo version, I am running OOo3.1.0 on my
development machine.

-
Please do not reply to this automatically generated notification from
Issue 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 106237] ODFF: OOo saves incorrect values for unknown functions

2009-10-24 Thread aguelzow
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106237


User aguelzow changed the following:

What|Old value |New value

Keywords|needmoreinfo, oooqa   |oooqa





--- Additional comments from aguel...@openoffice.org Sat Oct 24 16:26:06 
+ 2009 ---
The saved file contains:
#NAME?

I guess I was to hasty to say that "It should either preserve the old values, or
not include values at all!" but what Openoffice is currently doing is not 
correct:

OpenOffice clearly obtains #NAME? ie. an error value as the result of trying to
attmpt this calculation. According to 4.5 of the ODF 1.2 draft:
"In an OpenDocument document, if an error value is the result of a cell
computation it shall be stored as if it was a string. That is, the
office:value-type of an error value is string; if the computed value is stored,
it is stored in the attribute office:string-value."

So it is incorrect to use: office:value-type="date" 
office:date-value="1899-12-30".

(It would be my perhaps incorrect interpretation that OOo could claim it was
unable to perform any calculation, in that case I think it should store the old
value.)

So this might in fact be the same bug as issue #102958 which hasn't drawn any
attention since I filed it last June.




-
Please do not reply to this automatically generated notification from
Issue 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 56938] Need [ctrl]-["] to copy co ntents of cell above active cell

2009-10-24 Thread timdeaton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56938





--- Additional comments from timdea...@openoffice.org Sat Oct 24 16:25:22 
+ 2009 ---
I just tested this again in version 3.1.1, and it still is not there.  Is there
any likelyhood of getting it added in the near future?

-
Please do not reply to this automatically generated notification from
Issue 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 106245] Information pasted into a n RTL spreadsheet is flipped

2009-10-24 Thread yomach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106245
 Issue #|106245
 Summary|Information pasted into an RTL spreadsheet is flipped
   Component|Spreadsheet
 Version|OOo 3.1.1 RC2
Platform|All
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|yomach





--- Additional comments from yom...@openoffice.org Sat Oct 24 16:24:00 
+ 2009 ---
This is hard to explain so bear with me.
I'm a new user to openoffice.
I just tried pasting a simple table i copy paste from the internet, i'll try to
mimic how it looks here:

MondaySundayTime
ClassBClassA08-09
ClassBClassA09-10
ClassBClassC10-11

The --- represent spaces.
The table was in hebrew (which is an RTL language) and thats why it starts from
the right side.

Anyway i opened Calc.
If i just paste it while calc is in the Default LTR mode then the table get
pasted just as it is (again, i'm trying to show how it looked like in Calc):

---A-B-C--
-01--MondaySundayTime-
-02--ClassBClassA08-09
-03--ClassBClassA09-10
-04--ClassBClassC10-11

However i want to use an RTL sheet when i work in Hebrew, so i deleted
everything and found how to change the sheet to RTL (that was easy enough).
Then when i tried pasting the table the result was as follows:

-CB-A-
TimeSundayMonday--01--
08-09---ClassAClassB--02--
09-10---ClassAClassB--03--
10-11---ClassCClassB--04--

This is the expected behavior IF i would change the sheet when the data was
already there, but if i first change the sheet to RTL and then paste, i cannot
understand why the data is getting flipped?!?
If someone pastes something into an RTL sheet it is, 90% of the time, will be
from an RTL source - meaning there is no reason to flip the information!

I know that when you look at the last sheet i just made it seems weird it would
be an annoying thing, but having the data arrange like that in Hebrew looks as
weird to me as the first table i made (in the beginning of my bug report) looks
funny to you because it's in english.

-
Please do not reply to this automatically generated notification from
Issue 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 106210] ODFF: Incorrect saving of EASTERSUNDAY

2009-10-24 Thread aguelzow
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106210





--- Additional comments from aguel...@openoffice.org Sat Oct 24 16:12:12 
+ 2009 ---
I have attached a minimal sample file created by OpenOffice.org Calc. IT shows
how the function call was saved.

-
Please do not reply to this automatically generated notification from
Issue 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 106210] ODFF: Incorrect saving of EASTERSUNDAY

2009-10-24 Thread aguelzow
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106210





--- Additional comments from aguel...@openoffice.org Sat Oct 24 16:10:58 
+ 2009 ---
Created an attachment (id=65576)
small sample 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...@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 106244] cannot write 08-09 to a c ell, interperts as a date

2009-10-24 Thread yomach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106244
 Issue #|106244
 Summary|cannot write 08-09 to a cell, interperts as a date
   Component|Spreadsheet
 Version|OOo 3.1.1 RC2
Platform|All
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|yomach





--- Additional comments from yom...@openoffice.org Sat Oct 24 16:08:17 
+ 2009 ---
Hello,
When i try to write 08-09 to a cell it automatically interprets that as a date
and changes the format to 08/09/09, but since it is not a date i try to change
the cell format to a general number, it then changes the value to 40064.
when i try to write 08-09 again the same thing repeats itself!
I'm currently building a schedule and the 08-09 should represent the time
between 8am and 9am...

I'm recently moved from MS Office but in my 2 last attempts to work with calc
i've unfortunately found out 3 bugs in 10 minutes, those bugs were show-stoppers
for me didn't allow me to continue working...

I still have hope though and i want to support this project, so i am reporting 
it...
In MS Office, as far as i can tell, the data that was entered into a cell was
never changed and the "formatting" only changed the way it was represented, that
helped avoid issues like the above.
Every cell basically had 2 different parameters, one was the value written (and
that was never changed) and one was the value shown (the result of formatting).

-
Please do not reply to this automatically generated notification from
Issue 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 106236] ODFF: functions should be saved in upper case

2009-10-24 Thread aguelzow
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106236





--- Additional comments from aguel...@openoffice.org Sat Oct 24 16:07:29 
+ 2009 ---
@regina: Am I sure that the file is valid? I have no evidence that it isn't. It
passes the validator at http://tools.odftoolkit.org/odfvalidator/. Do you know
why DEV300m62 can't open 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...@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 103999] OpenOffice.org doesn't in herit GTK colours properly

2009-10-24 Thread j_baer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103999





--- Additional comments from j_b...@openoffice.org Sat Oct 24 15:56:49 
+ 2009 ---
This issue is also apparent in Ubuntu 9.10 OpenOffice 3.1.1 (build:9420) with
any theme that uses a dark menu background color.

Earlier versions of OpenOffice (Ubuntu 9.04 OpenOffice v3.0) does not have 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...@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 106243] graphic errors in eps pic tures

2009-10-24 Thread barbara69
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106243





--- Additional comments from barbar...@openoffice.org Sat Oct 24 15:54:30 
+ 2009 ---
I am not sure about the version of OpenOffice, the menue states:

OpenOffice.org 3.0.1
OOO300m15 (build 9379)


-
Please do not reply to this automatically generated notification from
Issue 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 106243] graphic errors in eps pic tures

2009-10-24 Thread barbara69
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106243





--- Additional comments from barbar...@openoffice.org Sat Oct 24 15:50:41 
+ 2009 ---
Created an attachment (id=65575)
here an example


-
Please do not reply to this automatically generated notification from
Issue 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 106243] graphic errors in eps pic tures

2009-10-24 Thread barbara69
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106243
 Issue #|106243
 Summary|graphic errors in eps pictures
   Component|Presentation
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|graphicsneedsconfirm
 Reported by|barbara69





--- Additional comments from barbar...@openoffice.org Sat Oct 24 15:49:46 
+ 2009 ---
when inserting eps files into impress they have red dots.

-
Please do not reply to this automatically generated notification from
Issue 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 105885] Shapes with animation loo k destroyed during presentation with hardware acceleration

2009-10-24 Thread sibaweg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105885





--- Additional comments from siba...@openoffice.org Sat Oct 24 15:23:35 
+ 2009 ---
Both a self made presentation and rainerbielefeld's attachement work on SuSE 
10.1. OOO310m21 with Nvidia Quadro FX 560.


-
Please do not reply to this automatically generated notification from
Issue 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 105885] Shapes with animation loo k destroyed during presentation with hardware acceleration

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





--- Additional comments from rainerbielef...@openoffice.org Sat Oct 24 
14:51:27 + 2009 ---
Created an attachment (id=65574)
Sample document with screenshots


-
Please do not reply to this automatically generated notification from
Issue 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 105885] Shapes with animation loo k destroyed during presentation with hardware acceleration

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'sibaweg'





--- Additional comments from rainerbielef...@openoffice.org Sat Oct 24 
14:50:16 + 2009 ---
Reproducible with "Ooo-Dev 3.2.0 English version WIN XP: [OOO320m2 (Build 9432)]
on PC
Graphic Card: Nvidia  GeForce 6100
Processor: Amd Sempron 2800+
Monitor : 1024*768

I forgot an important detail, the problem is only visible if the animation has
been started by key press, pls. see attached testfile.

@sibaweg:
Similar effects with LINUX?


-
Please do not reply to this automatically generated notification from
Issue 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



[sc-issues] [Issue 106118] LINEST uses incorrect def ault parameter

2009-10-24 Thread robert_rossi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106118





--- Additional comments from robert_ro...@openoffice.org Sat Oct 24 
14:23:32 + 2009 ---
Thanks Regina - you hit the nail on the head!  This issue became apparent to me
in importing an Excel spreadsheet into OOo, and finding (after much confusion)
that it gave a different LINEST result than that obtained in Excel.  I believe
any fix preventing such from occurring would be an important improvement.

-
Please do not reply to this automatically generated notification from
Issue 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 106158] Generating new AutoCorrec t entry removes all entries

2009-10-24 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106158





--- Additional comments from m...@openoffice.org Sat Oct 24 12:45:15 + 
2009 ---
mav->tommy27: You are right, these are completely different things. But the
implementations use the same API to generate the archive, this API is now fixed
in cws fwk125 for issue 105760.

-
Please do not reply to this automatically generated notification from
Issue 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



[sc-issues] [Issue 106239] Changing decimal places i n Tools-Options-Calc-Calculate has no effect

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from reg...@openoffice.org Sat Oct 24 12:37:46 
+ 2009 ---
closing, no 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...@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 106239] Changing decimal places i n Tools-Options-Calc-Calculate has no effect

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from reg...@openoffice.org Sat Oct 24 12:37:19 
+ 2009 ---
The setting specifies the maximum shown decimal places. So in setting "2" an
input value of "2.4" will be shown as "2.4" and an input value of "2.34567" will
be shown as "2.35". When setting is "3" than "2.4" is still shown as "2.4" but
"2.34567" is shown as "2.346". Changing the setting is immediately reflected it
the sheet. So that is correct.

The name of the format depends on the language which is set in the dialog page
'Numbers' of the cell properties dialog.

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

-
To unsubscribe, e-mail: 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 106236] ODFF: functions should be saved in upper case

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

 Summary|finctions should be saved |ODFF: functions should be 
|in upper case |saved in upper case





--- Additional comments from reg...@openoffice.org Sat Oct 24 12:26:42 
+ 2009 ---
The error is as described.

You have to use the attached file with OOo3.1.1 because DEV300m62 cannot open it
at all nor does Excel 2007.

@aguelzow: Are you sure the file is valid?

-
Please do not reply to this automatically generated notification from
Issue 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



[graphics-issues] [Issue 106051] Transparent lines in part icular charts chart show wrong color (only bla ck lines)

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


User rainerbielefeld changed the following:

What|Old value |New value

  OS/Version|Windows XP|All





--- Additional comments from rainerbielef...@openoffice.org Sat Oct 24 
12:29:56 + 2009 ---
Modify OS due to comments from sibaweg (Linux user)

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

-
To unsubscribe, e-mail: 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



[sc-issues] [Issue 106237] ODFF: OOo saves incorrect values for unknown functions

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


User regina changed the following:

What|Old value |New value

  CC|'rainerbielefeld' |'rainerbielefeld,regina'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|OOo saves incorrect values|ODFF: OOo saves incorrect 
| for unknown functions|values for unknown functio
|  |ns





--- Additional comments from reg...@openoffice.org Sat Oct 24 12:21:30 
+ 2009 ---
The changes in the file are as described.

@aguelzow: Can you please point me to the paragraph, where the draft spec
defined, that the value attribute should be unchanged. I only find paragraph
5.7, but there I see only a rule for the result.

Nevertheless I set this to new, because DEV300m62 cannot open the attached
document at all. OOo3.1.1 can open it.

@rainerbielefeld: This issue is not about the shown values but about how things
are stored internally. You have to unzip the file and look into the content.xml
to see what aguelzow is speaking about.



-
Please do not reply to this automatically generated notification from
Issue 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



[sw-issues] [Issue 106241] Non-portable font warning

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





--- Additional comments from e...@openoffice.org Sat Oct 24 12:13:29 + 
2009 ---
How to recognize a non-portable font?
Is there a flag inside of the font which says "I'm not portable"?
I guess we should warn for approx 90% of the fonts which makes the warning
useless...

Or am I wrong?

-
Please do not reply to this automatically generated notification from
Issue 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 106209] [go-openoffice] closes wh en there is images (directly copied from Firef ox)

2009-10-24 Thread xtigyro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106209





--- Additional comments from xtig...@openoffice.org Sat Oct 24 11:54:50 
+ 2009 ---
Actually it depends how many images you have on the page which is being
displayed. If, for example, there are to many images and they cannot be pasted
on a single A4 page but the rest of the images on the second page of the
document are only 3-4, the bug does not occur. On the contrary, if you scroll to
the first page(with the 'Up' and 'Down' key on the keyboard, without moving the
mouse), where there are much more images - oowriter closes in 1-3 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...@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 106210] ODFF: Incorrect saving of EASTERSUNDAY

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


User regina changed the following:

What|Old value |New value

 Summary|Incorrect saving of EASTER|ODFF: Incorrect saving of 
|SUNDAY|EASTERSUNDAY





--- Additional comments from reg...@openoffice.org Sat Oct 24 11:48:19 
+ 2009 ---
adding ODFF to summary

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

-
To unsubscribe, e-mail: 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 106210] Incorrect saving of EASTE RSUNDAY

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


User regina changed the following:

What|Old value |New value

  CC|'rainerbielefeld' |'rainerbielefeld,regina'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |oooqa





--- Additional comments from reg...@openoffice.org Sat Oct 24 11:46:35 
+ 2009 ---
No document needed. The error is as described.

-
Please do not reply to this automatically generated notification from
Issue 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



[sw-issues] [Issue 106241] Non-portable font warning

2009-10-24 Thread dotancohen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106241
 Issue #|106241
 Summary|Non-portable font warning
   Component|Word processor
 Version|OOo 3.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|dotancohen





--- Additional comments from dotanco...@openoffice.org Sat Oct 24 11:43:37 
+ 2009 ---
Please add an option to warn when non-portable fonts are being used. Most fonts
available on any particular OS are not available on other operating systems.
Font substitutions in this case can affect document layout, as glyph widths will
most likely differ. 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



[sc-issues] [Issue 106175] copy-paste from html tabl e into calc doesn't always work

2009-10-24 Thread jakoblunddk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106175





--- Additional comments from jakoblun...@openoffice.org Sat Oct 24 11:38:39 
+ 2009 ---
Can anyone reproduce this? 

I just found out that if I use the Arora web browser (which is supposed to be
similar to Apple's Safari, but on Linux) instead of firefox, I can paste from
both tables into Calc. 

Firefox bug? In both 3.0 and 3.5? 

Or is this happening only at my place :-s


-
Please do not reply to this automatically generated notification from
Issue 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



[graphics-issues] [Issue 106235] No ability for large draw ing over multi pages

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from reg...@openoffice.org Sat Oct 24 11:37:14 
+ 2009 ---
closing, feature is already implemented.

-
Please do not reply to this automatically generated notification from
Issue 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 106235] No ability for large draw ing over multi pages

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from reg...@openoffice.org Sat Oct 24 11:36:32 
+ 2009 ---
The logical size of the document is set in the page property, so if you want "1m
x 1m" simple set it there. The document itself does not know where it will be
printed on, you might have a plotter or an A3 printer. So adapting the document
to the printer is done while printing. If you will print and OOo notices that
the document will not fit to the sheet of paper, it will ask you what to do. And
one of the options then is "print to multiple pages".

In OOo3.3 the printing dialog will be changes so that the option is better 
visible.

-
Please do not reply to this automatically generated notification from
Issue 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



[sc-issues] [Issue 106231] There are no option "don' t fit to the page"

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





--- Additional comments from reg...@openoffice.org Sat Oct 24 10:53:19 
+ 2009 ---
Created an attachment (id=65573)
Scan of the printings to A5 sheet of paper


-
Please do not reply to this automatically generated notification from
Issue 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 106231] There are no option "don' t fit to the page"

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


User regina changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from reg...@openoffice.org Sat Oct 24 10:51:32 
+ 2009 ---
setting to new

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

-
To unsubscribe, e-mail: 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 106231] There are no option "don' t fit to the page"

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from reg...@openoffice.org Sat Oct 24 10:51:02 
+ 2009 ---
For a real comparison it is necessary to print on A5 and not on A4 to eliminate
fitments by the printer. Doing this I see, that OOo and Excel use different ways
to scale the document and position the print output. I don't know if either of
them does it right.


-
Please do not reply to this automatically generated notification from
Issue 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



[l10n-issues] [Issue 106240] [OM] GUI and Help Transla tion for 3.2

2009-10-24 Thread barreessaa
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106240
 Issue #|106240
 Summary|[OM] GUI and Help Translation for 3.2
   Component|l10n
 Version|OOO320m1
Platform|All
 URL|http://om.openoffice.org/om-ET.sdf.bz2
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|ihi
 Reported by|barreessaa





--- Additional comments from barrees...@openoffice.org Sat Oct 24 10:38:04 
+ 2009 ---
Here is the initial Oromo language translation for the OpenOffice.org 3.2. We 
have translated 94% of the GUI and 99% of the Help.

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

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


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



[sc-issues] [Issue 30215] Further thoughts on row li mits

2009-10-24 Thread riesling
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30215





--- Additional comments from riesl...@openoffice.org Sat Oct 24 10:31:35 
+ 2009 ---
bobharvey: as I noted in my earlier comment of Sat Mar 22 2008, "OpenOffice 2.1
Base uses Calc as a "helper application" for the purpose of importing data in
the form of tab-delimited text."  That is why Mr Steelhoof's clients can't open
the list in Base.  The Issue 30215 developers are working very hard to fix this.
 Let's give them our full support.

-
Please do not reply to this automatically generated notification from
Issue 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



[sw-issues] [Issue 95727] word 2003 xml - table,font s,formatting inside text box won't import

2009-10-24 Thread sus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95727





--- Additional comments from s...@openoffice.org Sat Oct 24 09:52:54 + 
2009 ---
Don't worry, we are not removing Office 2003 compatibility.

This filter, which will still exist, but will no longer be maintained by Sun's
development forces, is about an experimental XML file format from Microsoft
introduced in Office 2003, which was never their default format. 
This ".xml" suffix (none packaged/flat) format was instead the ancestor of the
packaged OOXML format, which became the default format of Office 2007.

Ths previous XML format is no longer supported by Microsoft. Similar we are
focusing our filter development on the new OOXML format.
As MS Office now supports ODF as well, you should rather switch to ODF or OOXML
or invest development time to fix/enhance the OOoFilters of the deprecated
Office 2003 XML format.

You see, we are simply following the strategy of the owner of the file format
and are forced to do so to be as efficient as possible with our development 
forces.

I hope you will understand and hope that there will be someone in the community,
who will assist you in your task.

Have a nice week-end,
Svante

-
Please do not reply to this automatically generated notification from
Issue 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 50334] WW8: Page number starting higher than 255 not handled by import

2009-10-24 Thread intanet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50334





--- Additional comments from inta...@openoffice.org Sat Oct 24 09:42:28 
+ 2009 ---
P.S. I forgot to mention that I use Open Office 3.1.1.  I uninstalled it and
reinstalled OO 2.4 because I have always successfully defined page numbers
before so I thought it was in the new version but the same problem persists in
that version as well.  I never had this problem before because I never defined a
page number above 255 before. But tonight I had the thought to try to define
lower number page numbers.  I started with 3 and it held after a save and
reopen.  Then I tried various numbers (both odd and even) all the way up to page
255 all sucessfully holding a save and reopen.  But when I defined the page
number as 256, it reverted back to page 1 after a save and reopen.  Please try
this yourself and see if you are having the same 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 50334] WW8: Page number starting higher than 255 not handled by import

2009-10-24 Thread intanet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50334





--- Additional comments from inta...@openoffice.org Sat Oct 24 09:35:30 
+ 2009 ---
Created an attachment (id=65572)
Print screen after I defined the page number to 265


-
Please do not reply to this automatically generated notification from
Issue 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 50334] WW8: Page number starting higher than 255 not handled by import

2009-10-24 Thread intanet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50334





--- Additional comments from inta...@openoffice.org Sat Oct 24 09:34:34 
+ 2009 ---
Created an attachment (id=65571)
Document saved that reverted back to page 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...@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 50334] WW8: Page number starting higher than 255 not handled by import

2009-10-24 Thread intanet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50334





--- Additional comments from inta...@openoffice.org Sat Oct 24 09:33:30 
+ 2009 ---
I am having the same issue.  I have found that when saving a document (in .doc
and  .rtf format), the defined page numbers only hold after a save and reopen as
far up as page 255.  Any page number above that will revert back to page 1 after
a save and reopen  I ran a test defining many page numbers (both odd and even)
which all "survived a save and reopen.  But once I reached page 256, after a
save and reopen, it reverted back to page 1.  I will attach the saved document
that reverted back to page one as well as a print screen of the document after I
defined the page number to 265 but before I closed it and reopened 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...@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 106239] Changing decimal places i n Tools-Options-Calc-Calculate has no effect

2009-10-24 Thread jolatt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106239
 Issue #|106239
 Summary|Changing decimal places in Tools-Options-Calc-Calculat
|e has no effect
   Component|Spreadsheet
 Version|OOO320m2
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|jolatt





--- Additional comments from jol...@openoffice.org Sat Oct 24 09:33:28 
+ 2009 ---
In Tools-Options-Calc-Calculate the default value for decimal places is '2'.
According to the help this value should be the same for numbers with the format
NUMBER STANDARD.
But this value is always '0' even after changing the value in Tools-Options ...

BTW, in the help you read STANDARD whereas in the Format Cells dialog you read
GENERAL.

-
Please do not reply to this automatically generated notification from
Issue 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



[sw-issues] [Issue 106238] Defined page numbering on ly go up to 255

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Sat Oct 24 09:27:29 + 
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...@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 106238] Defined page numbering on ly go up to 255

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from e...@openoffice.org Sat Oct 24 09:27:18 + 
2009 ---
duplicate 

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

-
Please do not reply to this automatically generated notification from
Issue 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 50334] WW8: Page number starting higher than 255 not handled by import

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





--- Additional comments from e...@openoffice.org Sat Oct 24 09:27:17 + 
2009 ---
*** Issue 106238 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



[sw-issues] [Issue 50334] WW8: Page number starting higher than 255 not handled by import

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





--- Additional comments from e...@openoffice.org Sat Oct 24 09:26:43 + 
2009 ---
*** Issue 106238 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



[sw-issues] [Issue 106238] Defined page numbering on ly go up to 255

2009-10-24 Thread intanet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106238





--- Additional comments from inta...@openoffice.org Sat Oct 24 09:25:59 
+ 2009 ---
Ok. I see it in the list now but, creating the .rtf file has shown me that the
same problem persists with .rtf.  

-
Please do not reply to this automatically generated notification from
Issue 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 105710] Impress - Clicking bullet s / numbering crashes (random but often)

2009-10-24 Thread gquigs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105710





--- Additional comments from gqu...@openoffice.org Sat Oct 24 09:23:10 
+ 2009 ---
Test in latest OOo-dev 3.2, new ID: rx3nudc

Shorter way to reproduce:
1. Create slide with numbering on it, setting the Start At position manually.
2. Write text in the slide.
3. Copy the text to another slide (or pretty much anywhere else)
4. Hit the Bullets/Numbering button (and enjoy the crash)

Thanks!

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

-
To unsubscribe, e-mail: 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 106238] Defined page numbering on ly go up to 255

2009-10-24 Thread intanet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106238





--- Additional comments from inta...@openoffice.org Sat Oct 24 09:19:35 
+ 2009 ---
Created an attachment (id=65570)
A screen shot before I closed and reopened the .rtf 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



  1   2   >