[sw-issues] [Issue 115168] Spell checking in russian build is broken

2010-10-21 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115168





--- Additional comments from t...@openoffice.org Fri Oct 22 06:13:36 + 
2010 ---
tl->mr_smyle: please attach a bugdoc if you have. Maybe then we can reproduce
the problem. How about other languages e.g. 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...@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 45368] inserting autotext contain er raises com.sun.star.lang.IllegalArgumentExc eption

2010-10-21 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45368





--- Additional comments from brinz...@openoffice.org Fri Oct 22 05:53:17 
+ 2010 ---
this bug seems to be fixed, i cannot reproduce in oo 3.2 ?

please have a look at the example in:
http://qa.openoffice.org/issues/show_bug.cgi?id=73459


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

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


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



[framework-issues] [Issue 115132] Missing .uno Slots in con text menus

2010-10-21 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115132


User os changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Fri Oct 22 05:44:30 + 
2010 ---
Fixed in cws fwk 149 in
sfx2/source/viewsh.cxx

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

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


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



[sw-issues] [Issue 73459] insert new autotext sectio n - /../share/autotext/../ is selected by defa ult but read-only

2010-10-21 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73459





--- Additional comments from brinz...@openoffice.org Fri Oct 22 05:33:40 
+ 2010 ---
a possible solution for this problem could look like:

- get index for writeable AutotextContainer
- preselect listbox entry

btw: have a look at the misspelled property: "AutoText_writable"


REM  *  BASIC  *
OPTION EXPLICIT

Sub Main
 Dim oATContainer as Object
 oATContainer = CreateUnoService("com.sun.star.text.AutoTextContainer")
 oATContainer.insertNewByName("xxx" & GetWritableAutotextContainer())
End Sub

Function GetWritableAutotextContainer() as String

 On Local Error Goto ErrorHandler

 Dim oSettings as Object
 Dim oPathSettings as Object
 Dim mPaths() as String
 Dim i as Integer

 oSettings = createUnoService("com.sun.star.util.PathSettings")
 mPaths() = Split(oSettings.AutoText, ";")

 For i = 0 To uBound(mPaths())
   If mPaths(i) = oSettings.AutoText_writable Then
GetWritableAutotextContainer = "*" & i
Exit Function
  EndIf
 Next i
ErrorHandler:
 GetWritableAutotextContainer = ""
End Function

-
Please do not reply to this automatically generated notification from
Issue 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 115180] OOo does not find Java 6 update 22

2010-10-21 Thread terry_nyorks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180





--- Additional comments from terry_nyo...@openoffice.org Thu Oct 21 
22:44:31 + 2010 ---
Continuation from 
http://user.services.openoffice.org/en/forum/viewtopic.php?
f=17&t=34853&p=161265#p161265
-

After running patch via Terminal, from bug id=115180:

OO also detects RTE. However DBase still crashes when trying to open file , or 
when open - a 
table, or perform edit etc (several tries, each time) as per report attached.

Is anyone from OO/Oracle/Apple watching this, or can someone report the 
feedback.

I have to do a review of OO Base, and can't work - my deadline is fast 
approaching. 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...@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 115189] Improve LINEST/LOGEST

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





--- Additional comments from reg...@openoffice.org Thu Oct 21 21:40:21 
+ 2010 ---
Created an attachment (id=72144)
A first draft of a new implementation of LINEST/LOGEST


-
Please do not reply to this automatically generated notification from
Issue 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 115189] Improve LINEST/LOGEST

2010-10-21 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115189
 Issue #|115189
 Summary|Improve LINEST/LOGEST
   Component|Spreadsheet
 Version|DEV300m86
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|regina
 Reported by|regina





--- Additional comments from reg...@openoffice.org Thu Oct 21 21:35:56 
+ 2010 ---
The current implementation of LINEST/LOGEST has some errors (issues 109264,
112324, and 112447) and is less accurate than Gnumeric and Excel.
I'll attach a file with a first draft of my solution. Please use the mailing
list d...@sc.openoffice.org to discuss this draft.

-
Please do not reply to this automatically generated notification from
Issue 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 115188] Rotating text does not fo rmat well

2010-10-21 Thread ravenkwill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115188





--- Additional comments from ravenkw...@openoffice.org Thu Oct 21 21:02:15 
+ 2010 ---
Created an attachment (id=72143)
Example of rotated text 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 115188] Rotating text does not fo rmat well

2010-10-21 Thread ravenkwill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115188
 Issue #|115188
 Summary|Rotating text does not format well
   Component|Word processor
 Version|OOO320m18
Platform|PC
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|ravenkwill





--- Additional comments from ravenkw...@openoffice.org Thu Oct 21 21:00:58 
+ 2010 ---
Create a table.  Go to format - character - position.  Click either on rotate 
90 
degrees or on rotate 270 degrees.  Then type some lines.  Hitting enter does 
not 
cause a new line of text.  In 90 degree mode, it causes the next text to appear 
directly in front of the previous text - on the same line. In 270 degree mode, 
it 
simply causes a space, like a tab, between the previous text and the next text.

-
Please do not reply to this automatically generated notification from
Issue 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 92625] Images lost in importing d ocx document

2010-10-21 Thread burnus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92625


User burnus changed the following:

What|Old value |New value

  CC|'cedricbosdo' |'burnus,cedricbosdo'





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

2010-10-21 Thread nick_ee
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=5930





--- Additional comments from nick...@openoffice.org Thu Oct 21 19:39:51 
+ 2010 ---
I'm not an experienced programmer. I did look through the source, but was lost 
in trying to recompile 
the source on my computer. It appears the printout format is a set of 
procedures that can be extended 
with additional routines.

As for input formats, Open Office already can read in numbers with arbitrary 
number padding, including 
something like 32.456E003. This works just fine. 

SI units are a separate category of problem, requiring new input and output 
routines. Let's aim for the 
scientific output format first.

Nick



-
Please do not reply to this automatically generated notification from
Issue 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 115187] More than 55 photos don't load

2010-10-21 Thread cicad
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115187





--- Additional comments from ci...@openoffice.org Thu Oct 21 19:34:01 + 
2010 ---
Created an attachment (id=72142)
Single page from a report


-
Please do not reply to this automatically generated notification from
Issue 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 115187] More than 55 photos don't load

2010-10-21 Thread cicad
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115187
 Issue #|115187
 Summary|More than 55 photos don't load
   Component|Word processor
 Version|OOo 2.4.1
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|cicad
 Reported by|cicad





--- Additional comments from ci...@openoffice.org Thu Oct 21 19:29:56 + 
2010 ---
I do fire investigations. In this process, I make reports that have 2 photos 
per page. These photos are copied to an existing table of 2 columns by 1 row. I 
compose the report in MSWord and then load them into OpenOffice.

I then use OpenOffice to export them to pdf to minimize the report size.
The problem is, if I have more than about 55 photos, the last ones don't load.
Usually this is not a problem. However, sometimes I have up to 120 photos.
I have tried many things to load additional photos into the report, but nothing 
works.
Is there some way to do this?
Sincerrely,
John Murvine

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

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


User regina changed the following:

What|Old value |New value

  CC|'edgardol,er,fl,irneb,kami|'edgardol,er,fl,irneb,kami
|_,miketashcorpnet,pagalmes|_,miketashcorpnet,pagalmes
|,shammond'|,regina,shammond'





--- Additional comments from reg...@openoffice.org Thu Oct 21 18:25:22 
+ 2010 ---
cc me

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

-
To unsubscribe, e-mail: 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 115182] Java Runtime Error after Mac X Update

2010-10-21 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115182


User nn changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from n...@openoffice.org Thu Oct 21 18:19:38 + 
2010 ---
closing duplicate

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

-
To unsubscribe, e-mail: 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 115107] framework: UI widgets to increase-decrease numeric fields unusable

2010-10-21 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115107





--- Additional comments from pesce...@openoffice.org Thu Oct 21 18:21:31 
+ 2010 ---
The gtk theme in screenshots is Nodoka, GTK+ engine version: 0.6.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



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

2010-10-21 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180





--- Additional comments from n...@openoffice.org Thu Oct 21 18:17:11 + 
2010 ---
*** Issue 115182 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...@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 115182] Java Runtime Error after Mac X Update

2010-10-21 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115182


User nn changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from n...@openoffice.org Thu Oct 21 18:17:12 + 
2010 ---
See issue 115180.

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

-
Please do not reply to this automatically generated notification from
Issue 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 22183] Cannot change date format in header/footer

2010-10-21 Thread caerbryn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22183





--- Additional comments from caerb...@openoffice.org Thu Oct 21 17:37:35 
+ 2010 ---
The date in headers and footers in OOo Writer can be formatted, or rather, 
added as fields.  Surely, for consistency, Calc and Writer should use the same 
facilities and procedure for setting the date format.

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

-
To unsubscribe, e-mail: issues-unsubscr...@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 115186] 'restart at' numbering fo rmat not as specified

2010-10-21 Thread tab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115186
 Issue #|115186
 Summary|'restart at' numbering format not as specified
   Component|Word processor
 Version|OOo 3.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|tab





--- Additional comments from t...@openoffice.org Thu Oct 21 17:36:14 + 
2010 ---
Under Format>Paragraph>Outline&Numbering>Numbering/Restart/Start with, numbers 
are 
1, 2 They should conform to the format, eg, a, b, c, .. or A, B, ... The 
way 
it is, if the user wants to restart at 'f', she has to count letters and enter 
'6' 
instead of 'f'.

-
Please do not reply to this automatically generated notification from
Issue 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 108420] excel export: SHEETS() wi thout params not exported

2010-10-21 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108420


User dr changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from d...@openoffice.org Thu Oct 21 17:37:00 + 
2010 ---
fixed in CWS DEV300/dr77

-
Please do not reply to this automatically generated notification from
Issue 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 115185] hyperlink search always f inds the 1st

2010-10-21 Thread tab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115185





--- Additional comments from t...@openoffice.org Thu Oct 21 17:29:57 + 
2010 ---
Created an attachment (id=72140)
file with hyperlinks


-
Please do not reply to this automatically generated notification from
Issue 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 115185] hyperlink search always f inds the 1st

2010-10-21 Thread tab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115185
 Issue #|115185
 Summary|hyperlink search always finds the 1st
   Component|Word processor
 Version|OOo 3.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|configuration
 Assigned to|writerneedsconfirm
 Reported by|tab





--- Additional comments from t...@openoffice.org Thu Oct 21 17:28:44 + 
2010 ---
File HypSource.odt has 4 headings: Aaaa, and Bbbb #1, 2, 3.
In HypCheck.odt, hyperlink @ has been set to Bbbb #3 (sec.1.1.4). ^Click on it, 
get the FIRST one, Bbbb #1 --wrong. Apparently, hyperlink remembers only the 
heading ('Bbbb'), not its location in the document.
In a long document, the same heading, such as 'Definition', can be reused 
several 
times; hyperlink search will always 'find' the 1st one.

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

-
To unsubscribe, e-mail: 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 115185] hyperlink search always f inds the 1st

2010-10-21 Thread tab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115185





--- Additional comments from t...@openoffice.org Thu Oct 21 17:30:56 + 
2010 ---
Created an attachment (id=72141)
file with ref to hyperlink


-
Please do not reply to this automatically generated notification from
Issue 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 79854] Excel roundtrip: #MACRO? e rror for internal Calc functions unknown to Ex cel

2010-10-21 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79854


User dr changed the following:

What|Old value |New value

 Assigned to|oc|dr

  Status|REOPENED  |NEW





--- Additional comments from d...@openoffice.org Thu Oct 21 17:13:36 + 
2010 ---
change owner

-
Please do not reply to this automatically generated notification from
Issue 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 79854] Excel roundtrip: #MACRO? e rror for internal Calc functions unknown to Ex cel

2010-10-21 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79854


User dr changed the following:

What|Old value |New value

  Status|VERIFIED  |REOPENED

  Resolution|FIXED |





--- Additional comments from d...@openoffice.org Thu Oct 21 17:13:09 + 
2010 ---
Sorry to tell, but this fix is broken again due to another bugfix.

-
Please do not reply to this automatically generated notification from
Issue 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 115107] framework: UI widgets to increase-decrease numeric fields unusable

2010-10-21 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115107


User pl changed the following:

What|Old value |New value

 Assigned to|mba   |pl

   Component|framework |gsl

  QA contact|iss...@framework  |iss...@gsl

Subcomponent|ui|code





--- Additional comments from p...@openoffice.org Thu Oct 21 16:17:40 + 
2010 ---
What gtk theme are you using ? I can see the controls cut by one or two pixels
in some themes, however your's looks much worse.

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



[framework-issues] [Issue 115107] framework: UI widgets to increase-decrease numeric fields unusable

2010-10-21 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115107


User pl changed the following:

What|Old value |New value

 Assigned to|mba   |pl

   Component|framework |gsl

  QA contact|iss...@framework  |iss...@gsl

Subcomponent|ui|code





--- Additional comments from p...@openoffice.org Thu Oct 21 16:17:40 + 
2010 ---
What gtk theme are you using ? I can see the controls cut by one or two pixels
in some themes, however your's looks much worse.

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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread kaplan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184





--- Additional comments from kap...@openoffice.org Thu Oct 21 15:58:22 
+ 2010 ---
Created an attachment (id=72139)
page 3 in oo


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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread kaplan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184





--- Additional comments from kap...@openoffice.org Thu Oct 21 15:57:58 
+ 2010 ---
Created an attachment (id=72138)
page 3 in evince


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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread kaplan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184





--- Additional comments from kap...@openoffice.org Thu Oct 21 15:57:38 
+ 2010 ---
Created an attachment (id=72137)
page 2 in oo


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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread kaplan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184





--- Additional comments from kap...@openoffice.org Thu Oct 21 15:57:14 
+ 2010 ---
Created an attachment (id=72136)
page 2 in evince


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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread kaplan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184





--- Additional comments from kap...@openoffice.org Thu Oct 21 15:54:32 
+ 2010 ---
The problem can be seen with "FOSS for dummies.pdf" from #90800. I'm attaching
screen shots to better show the problem.

The additional PDF pl has link to actually looks great...

See also #105980

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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184





--- Additional comments from p...@openoffice.org Thu Oct 21 15:44:35 + 
2010 ---
additional bugdoc:
http://people.debian.org/%7Ekaplan/comparison%20of%20open%20content%20licenses.pdf

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



[gsl-issues] [Issue 115184] RTL issues in PDF import extension

2010-10-21 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115184
 Issue #|115184
 Summary|RTL issues in PDF import extension
   Component|gsl
 Version|DEV300m90
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|pl





--- Additional comments from p...@openoffice.org Thu Oct 21 15:43:35 + 
2010 ---
Follwing up on issue 90800 there are more issues with PDF documents containing
RTL text.

- characters not mirrored where they should be and vice versa.
- metric issues, depending on fonts on the system

(see bugdoc attached to issue 90800)

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



[sc-issues] [Issue 115178] SYSTEM STOPS AT ANY TIME

2010-10-21 Thread mla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115178


User mla changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from m...@openoffice.org Thu Oct 21 15:31:44 + 
2010 ---
for user help please see "http://user.services.openoffice.org";

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

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


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



[sc-issues] [Issue 115178] SYSTEM STOPS AT ANY TIME

2010-10-21 Thread mla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115178


User mla changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Thu Oct 21 15:32:03 + 
2010 ---
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...@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 115183] Resolve Conflicts dialog for Shared Document crashes

2010-10-21 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115183
 Issue #|115183
 Summary|Resolve Conflicts dialog for Shared Document crashes
   Component|Spreadsheet
 Version|OOO330m11
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|pescetti





--- Additional comments from pesce...@openoffice.org Thu Oct 21 15:22:39 
+ 2010 ---
The TCM test 110047 crashes consistently in OOo 3.3.0-RC1 Italian, under both
Linux and Windows systems.

Steps to reproduce (from TCM):
1. Choose [File] > [New] > [Spreadsheet]
2. Create cell range A2:B6 with random values
3. Choose [Tools] > [Share Document]
4. Select [Share this spreadsheet with other users] and click [OK] button
5. In [Save As] dialog, enter a filename and click [Save] button
6. Choose [File] > [Close]
7. User 1: Open the saved Calc file
8. User 1: Click [OK] button in the dialog
9. User 2: Open the saved Calc file with a second user (or a second machine or
Login)
10. User 2: Click [OK] button in the dialog
11. User 1: Change the value in cell range A3:B4
12. User 2: Change the value in cell range A3:B4
13. User 1: Click [Save] toolbar button
14. User 2: Click [Save] toolbar button
15. User 2: Check UI messages in [Resolve Conflicts] dialog

Expected at step 15: the [Resolve Conflicts] dialog is shown.

Actual result at step 15: OOo crashes.

[Found by Renzo Bianchi during Italian QA tests]

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

-
To unsubscribe, e-mail: 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 26862] occasional text flow wrapp ing in a slide

2010-10-21 Thread cemkaner
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26862





--- Additional comments from cemka...@openoffice.org Thu Oct 21 15:18:39 
+ 2010 ---
I would value this enhancement. I have to work around images and graphs
constantly in my slides because I reserve the upper right corner for a video
clip that I will later overlay using Adobe's Premiere (see the creative-commons
licensed free courses in software testing at www.testingeducation.org/BBST for
examples of the videos and of hundreds of slides that would have been more
easily managed with this feature.) 

However, I don't think it is available in PowerPoint either.

-
Please do not reply to this automatically generated notification from
Issue 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 115182] Java Runtime Error after Mac X Update

2010-10-21 Thread lhdill
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115182
 Issue #|115182
 Summary|Java Runtime Error after Mac X Update
   Component|Spreadsheet
 Version|1.0.0
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P5
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|lhdill





--- Additional comments from lhd...@openoffice.org Thu Oct 21 14:48:54 
+ 2010 ---
I cannot open an OpenOffice spreadsheet file that has a macro after a Mac X
update. The update included changes to Jave Preferences, Java VisualVM, and Java
Web Start; all are dated 10/20/10 @ 9:04 pm (Eastern time?). I called Apple
support, and they said that OpenOffice most likely needs a trivial update to
correct problem.

Macintosh
Intel Mac OS X 10.6.4

OpenOffice 3.2.1

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

-
To unsubscribe, e-mail: 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 110686] DBF file corrupted on sav ing

2010-10-21 Thread mikeyo1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110686





--- Additional comments from mike...@openoffice.org Thu Oct 21 14:38:10 
+ 2010 ---
please fix!
it worked prior to version 3.2 (atleast it works in 3.0)


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

-
To unsubscribe, e-mail: 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 115180] OOo does not find Java 6 update 22

2010-10-21 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180


User md changed the following:

What|Old value |New value

  CC|''|'md'





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

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


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



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

2010-10-21 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180


User md changed the following:

What|Old value |New value

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


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



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

2010-10-21 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180


User md changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |12
  is|  |





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

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


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



[tools-issues] [Issue 111112] track 3.3 release

2010-10-21 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=12


User md changed the following:

What|Old value |New value

 IssuesThisDependsOn|97556,102353,102807,107615|97556,102353,102807,107615
|,108004,108078,108385,1095|,108004,108078,108385,1095
|86,110047,110127,110135,11|86,110047,110127,110135,11
|0184,110370,110653,25,|0184,110370,110653,25,
|111205,111302,111970,11201|111205,111302,111970,11201
|9,112076,112181,112263,112|9,112076,112181,112263,112
|272,112274,112361,112422,1|272,112274,112361,112422,1
|12513,112518,112609,112652|12513,112518,112609,112652
|,112659,112683,112694,1127|,112659,112683,112694,1127
|30,112731,112745,1128 |30,112731,112745,1128





--- Additional comments from m...@openoffice.org Thu Oct 21 14:12:17 + 
2010 ---
adding issue 115180 OOo does not find Java 6 update 22

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

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


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



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

2010-10-21 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180





--- Additional comments from j...@openoffice.org Thu Oct 21 14:10:46 + 
2010 ---
Workaround:

cd /System/Library/Java/JavaVirtualMachines
sudo ln -s ../../Frameworks/JavaVM.framework/JavaVM JavaVM 

-
Please do not reply to this automatically generated notification from
Issue 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 115181] Misleading names for Acti vate/Deactivate sheet events

2010-10-21 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115181


User dr changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





-
Please do not reply to this automatically generated notification from
Issue 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 115181] Misleading names for Acti vate/Deactivate sheet events

2010-10-21 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115181
 Issue #|115181
 Summary|Misleading names for Activate/Deactivate sheet events
   Component|Spreadsheet
 Version|OOo 3.3 RC1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|dr
 Reported by|dr





--- Additional comments from d...@openoffice.org Thu Oct 21 14:04:03 + 
2010 ---
Open sheet script events dialog (right click on sheet tab, select "Sheet
Events"). The "OnActivate" and "OnDeactivate" events have the misleading names
"Activate/Deactivate Document".

Proposed names:
"Activate sheet"
"Deactivate sheet"

Note the lowercase "sheet" in conformance to the other event names in the 
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



[framework-issues] [Issue 114962] passive registration of U NO components in extensions

2010-10-21 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114962


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Thu Oct 21 13:59:59 + 
2010 ---
fixed as
 and following;
for testing purposes, desktop/$INPATH/misc/ contains active.oxt and passive.oxt,
each containing services and singletons implemented in C++, Java, and Python,
using active resp. passive registration

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



[l10n-issues] [Issue 115163] Typos in Hebrew translati on of Help -> About

2010-10-21 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115163


User ihi changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from i...@openoffice.org Thu Oct 21 13:57:51 + 
2010 ---
confirmed

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

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



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

2010-10-21 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from j...@openoffice.org Thu Oct 21 13:53:29 + 
2010 ---
.

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

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


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



[framework-issues] [Issue 115180] OOo does not find Java 6 update 22

2010-10-21 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115180
 Issue #|115180
 Summary|OOo does not find Java 6 update 22
   Component|framework
 Version|OOO330m12
Platform|All
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jl
 Reported by|jl





--- Additional comments from j...@openoffice.org Thu Oct 21 13:52:47 + 
2010 ---
The last automatic Java update on Mac installed Java 6 update 22 which cannot be
used by OOo because it does not find the Java VM. That is, wizard and Java uno
services will not work. The reason is that the value of the java.home system
property has changed.

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



[l10n-issues] [Issue 102959] [DE]: Text in password co nfirmation dialog to long

2010-10-21 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102959


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|andreschnabel |sba

  Status|REOPENED  |NEW





--- Additional comments from andreschna...@openoffice.org Thu Oct 21 
13:52:34 + 2010 ---
reassigned to default owner

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



[l10n-issues] [Issue 100312] [DE] Change in dialog "An passen > Tastatur "user" and "share" to "Mein e Makro“ and "OpenOffice.org Makros"

2010-10-21 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100312


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|andreschnabel |sba





--- Additional comments from andreschna...@openoffice.org Thu Oct 21 
13:52:12 + 2010 ---
reassigned to default owner

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



[l10n-issues] [Issue 100310] [DE] Change "user" and " share" to "Meine Makro“ and "OpenOffice.org Makros"

2010-10-21 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100310


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|andreschnabel |petr_dudacek





--- Additional comments from andreschna...@openoffice.org Thu Oct 21 
13:51:54 + 2010 ---
reassigned to default owner

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



[dba-issues] [Issue 68687] allow mixed case extension s for dbase files

2010-10-21 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68687


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|andreschnabel |dbaneedsconfirm





--- Additional comments from andreschna...@openoffice.org Thu Oct 21 
13:51:26 + 2010 ---
reassigned to default owner

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



[www-issues] [Issue 59397] Better promotion of the ne w 'Submit an Issue' page

2010-10-21 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59397


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|andreschnabel |iss...@www





--- Additional comments from andreschna...@openoffice.org Thu Oct 21 
13:51:07 + 2010 ---
reassigned to default owner

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


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



[l10n-issues] [Issue 43620] [DE] Too few space for Ger man text in installation wizard

2010-10-21 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43620


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|andreschnabel |sba





--- Additional comments from andreschna...@openoffice.org Thu Oct 21 
13:50:49 + 2010 ---
reassigned to default owner

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



[sw-issues] [Issue 115134] setting to "Default" in p aragraph styles "Font" changes "Font Effects" too

2010-10-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115134


User mru changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from m...@openoffice.org Thu Oct 21 13:46:56 + 
2010 ---
In general this seems to work correctly/as expected - I tried with Font Effect
"Effects" of  value "Title". Which option from the Font effects tab page did you
take?

-
Please do not reply to this automatically generated notification from
Issue 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 58035] Slide show needs many mous e clicks to start a custom animation

2010-10-21 Thread jazzmak
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58035





--- Additional comments from jazz...@openoffice.org Thu Oct 21 13:35:19 
+ 2010 ---
Created an attachment (id=72135)
The same issue, but four clicks are needed to launch custom animation


-
Please do not reply to this automatically generated notification from
Issue 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 113152] Typo in sw/source/ui/shel ls/textsh.cxx

2010-10-21 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113152





--- Additional comments from m...@openoffice.org Thu Oct 21 13:33:48 + 
2010 ---
I'm not sure either - but at the end it doesn't hurt not to check for the SID
here. In the worst case that would be a superfluous parameter for
SID_INSERT_OBJECT. I also think that we only need to check for pCommandsItem (as
the two other parameters only appeared for SID_INSERT_APPLET that was removed as
we don't support applets anymore since quite some time).

But I wanted to postpone that changes as they need additional verifications. In
my CWS I only wanted to get rid of the slot.

-
Please do not reply to this automatically generated notification from
Issue 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 115132] Missing .uno Slots in con text menus

2010-10-21 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115132


User os changed the following:

What|Old value |New value

 Assigned to|gh|os





--- Additional comments from o...@openoffice.org Thu Oct 21 13:16:50 + 
2010 ---
Back to me. 

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

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


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



[sw-issues] [Issue 113152] Typo in sw/source/ui/shel ls/textsh.cxx

2010-10-21 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113152


User mst changed the following:

What|Old value |New value

  CC|'mst,os'  |'mba,mst,os'

 Assigned to|mst   |mba





--- Additional comments from m...@openoffice.org Thu Oct 21 13:16:40 + 
2010 ---
relevant diff:

-if((SID_INSERT_APPLET == nSlot || SID_INSERT_PLUGIN)
-&& (pClassItem || pClassLocationItem || pCommandsItem))
+if( pClassItem || pClassLocationItem || pCommandsItem )

this does the same thing as before, but the point of this issue was that
that was wrong  :)

if you look at the case labels before this if, there is another nSlot
that lands here, SID_INSERT_OBJECT.
so imho it should be "if ((SID_INSERT_PLUGIN == nSlot) && (...||..||...))"

_unless_ you say the code in the if should be executed
for SID_INSERT_OBJECT as well.
since i can't tell the difference between SID_INSERT_OBJECT and my elbow,
i have no opinion on that  :)

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

-
To unsubscribe, e-mail: 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 115177] DOCX: Incorrect Column Si ze on Tables

2010-10-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115177


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|hbrinkm

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Incorrect Column Size on T|DOCX: Incorrect Column Siz
|ables at Word 2007 .docx d|e on Tables
|ocument   |

Target milestone|---   |OOo 3.x





--- Additional comments from m...@openoffice.org Thu Oct 21 13:11:43 + 
2010 ---
MRU->HBRINKM: In the table there's a column which became much too narrow on 
import.

-
Please do not reply to this automatically generated notification from
Issue 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 115156] crash opening a .docx fil e

2010-10-21 Thread 400guy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115156





--- Additional comments from 400...@openoffice.org Thu Oct 21 13:02:26 
+ 2010 ---
Thank you for the heads-up.  I had not noticed that DEV300m90 is
available.  Maybe I will be able to build sometime soon.


I am building and running under Ubuntu Hardy.  My configuration ...

./configure --disable-mozilla \
--with-system-stdlibs \
--with-system-zlib \
--with-system-openssl \
--with-system-jpeg \
--with-system-libwpd \
--with-system-python \
--with-system-db \
--with-system-libxslt \
--with-system-sane-header \
--with-system-xrender-headers \
--with-system-vigra \
--with-system-neon \
--without-fonts \
--disable-odk \
--without-myspell-dicts \
--enable-symbols \
--disable-strip-solver \
--with-system-curl \
--with-jdk-home=/usr/lib/jvm/java-6-sun \
--with-use-shell=bash \
--enable-dbgutil \
--without-junit \
--disable-gstreamer

and then I run with detached debugging symbols.


-
Please do not reply to this automatically generated notification from
Issue 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 115077] trouble reading xls files

2010-10-21 Thread ja
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115077


User ja changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from j...@openoffice.org Thu Oct 21 13:01:34 + 
2010 ---
closing 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...@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 115077] trouble reading xls files

2010-10-21 Thread ja
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115077


User ja changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from j...@openoffice.org Thu Oct 21 13:01:18 + 
2010 ---
resolving as invalid

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

-
To unsubscribe, e-mail: issues-unsubscr...@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 115151] Cannot set RTSP protocol hyper-link

2010-10-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115151


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Thu Oct 21 12:51:18 + 
2010 ---
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 113152] Typo in sw/source/ui/shel ls/textsh.cxx

2010-10-21 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113152


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |mst





--- Additional comments from m...@openoffice.org Thu Oct 21 12:49:10 + 
2010 ---
Please verify in CWS that the change I made is correct

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

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


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



[gsl-issues] [Issue 111874] Help IDs always should be strings

2010-10-21 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111874


User mba changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Thu Oct 21 12:48:36 + 
2010 ---
verified by build - build breaks reliably if a numerical HelpId is used in c++
source code or rsc files

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

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



[graphics-issues] [Issue 90800] PDF Import Extension. Hebr ew (bidi) text reversed

2010-10-21 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90800


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Oct 21 12:32:26 + 
2010 ---
Verified in CWS.

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

-
To unsubscribe, e-mail: issues-unsubscr...@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 115151] Cannot set RTSP protocol hyper-link

2010-10-21 Thread mardugador
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115151


User mardugador changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from marduga...@openoffice.org Thu Oct 21 12:29:02 
+ 2010 ---
It was Fedora 13 fully updated (you can see it from screenshot 2). Sorry, I 
checked once again and it was OK. I think that by mistake clipboard contained 
carriage return. It is not a bug, though it's not handy when someone inserting 
from clipboard and nothing happening. I'm closing the bug, thank you.

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

-
To unsubscribe, e-mail: 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 115174] Crash when opening odt do cument having a lot of graphics and Redlines

2010-10-21 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115174


User od changed the following:

What|Old value |New value

 Assigned to|od|mst





--- Additional comments from o...@openoffice.org Thu Oct 21 12:27:54 + 
2010 ---
;-) - forgot to assign to mst

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

-
To unsubscribe, e-mail: issues-unsubscr...@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 115174] Crash when opening odt do cument having a lot of graphics and Redlines

2010-10-21 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115174


User od changed the following:

What|Old value |New value

  CC|''|'od'





--- Additional comments from o...@openoffice.org Thu Oct 21 12:26:33 + 
2010 ---
od->mst:
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



[graphics-issues] [Issue 115099] Cant change animationpath

2010-10-21 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115099


User af changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from a...@openoffice.org Thu Oct 21 12:22:28 + 
2010 ---
Confirmed.

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

-
To unsubscribe, e-mail: 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 115099] Cant change animationpath

2010-10-21 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115099


User af changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |af





--- Additional comments from a...@openoffice.org Thu Oct 21 12:21:18 + 
2010 ---
The MotionPathTag (sd/source/ui/animations/motionpathtag.cxx) seems not to
update the model when the motion path is modified.  It just updates the display
of the path.

Will take some time to fix this because I am not yet familiar with the code.

-
Please do not reply to this automatically generated notification from
Issue 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 115091] Text is wrongly hidden wh en using animation

2010-10-21 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115091


User af changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |af

  Status|STARTED   |NEW





--- Additional comments from a...@openoffice.org Thu Oct 21 12:16:17 + 
2010 ---
Taking 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...@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 103634] Paragraph Numbering Reset when printing selection

2010-10-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103634


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Thu Oct 21 12:14:50 + 
2010 ---
Verified fix in CWS sw34bf01.

-
Please do not reply to this automatically generated notification from
Issue 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 115179] custom animation on slide no longer works

2010-10-21 Thread mcourneyea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115179





--- Additional comments from mcourne...@openoffice.org Thu Oct 21 12:09:44 
+ 2010 ---
Created an attachment (id=72134)
custom animation on slide 2 does not work


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

-
To unsubscribe, e-mail: 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 115091] Text is wrongly hidden wh en using animation

2010-10-21 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115091


User af changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from a...@openoffice.org Thu Oct 21 12:09:14 + 
2010 ---
This bug is probably caused by how text animations are currently implemented.
The static text in between the two animated text parts seems to be simply 
ignored.

Without reimplementing text animations I do not see a simple or safe fix for 
this

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

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


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



[framework-issues] [Issue 113906] Base ODBC help content ou tdated

2010-10-21 Thread ufi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113906


User ufi changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from u...@openoffice.org Thu Oct 21 11:59:19 + 
2010 ---
Verified in cws hcshared28 in source 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...@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 115179] custom animation on slide no longer works

2010-10-21 Thread mcourneyea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115179
 Issue #|115179
 Summary|custom animation on slide no longer works
   Component|Presentation
 Version|OOo 3.2
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|graphicsneedsconfirm
 Reported by|mcourneyea





--- Additional comments from mcourne...@openoffice.org Thu Oct 21 11:56:58 
+ 2010 ---
hit f5 to play slideshow

on the 2nd slide, each line of txt appears after the previous on click

the last line of text is "Planning to meet Macbeth after a battle" - it used to 
spin and then appear (Spet. 10, 2010) - now it spins really minutely (you can 
barely see it) and it disappears.

the custom animation settings appear to still be there - they look the same - 
it 
doesn't work 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 115178] SYSTEM STOPS AT ANY TIME

2010-10-21 Thread joebud
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115178
 Issue #|115178
 Summary|SYSTEM STOPS AT ANY TIME
   Component|Spreadsheet
 Version|OOo 2.0.4
Platform|PC
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|spreadsheet
 Reported by|joebud





--- Additional comments from joe...@openoffice.org Thu Oct 21 11:51:49 
+ 2010 ---
Recently I have been using your OS and experienced no problems what so ever.
Then about 1 month ago I have been working only in CALC when BAM all systems
freeze. I can do nothing , retrieve nothing and when it starts up again is a
mystery. I , not thinking , put my ACER , running VISTA , in the shop and was
told the the OS was in a shamble's so I agreed to have the original OS taken off
and a new OS installed. This did nothing for OPEN OFFICE problem . By doing some
work on this problem my self I have found that when I tried to copy my small
files to my flash drive ( SURVIVOR E ) sometimes I duplicated the problem. That
is all I have .

-
Please do not reply to this automatically generated notification from
Issue 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 115177] Incorrect Column Size on Tables at Word 2007 .docx document

2010-10-21 Thread jcctm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115177





--- Additional comments from jc...@openoffice.org Thu Oct 21 11:44:38 + 
2010 ---
Created an attachment (id=72133)
Example of Document wrong imported


-
Please do not reply to this automatically generated notification from
Issue 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 115177] Incorrect Column Size on Tables at Word 2007 .docx document

2010-10-21 Thread jcctm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115177
 Issue #|115177
 Summary|Incorrect Column Size on Tables at Word 2007 .docx doc
|ument
   Component|Word processor
 Version|OOO320m1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|jcctm





--- Additional comments from jc...@openoffice.org Thu Oct 21 11:42:56 + 
2010 ---
When you create a Word 2007 .docx document with a table which columns has
different sizes, and then open it with Open Office 3.2.1 on Linux or Windows XP.
The sizes of the columns get wrong, and one of them could not be visble.

-
Please do not reply to this automatically generated notification from
Issue 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 115176] some transition sounds no longer play while others do

2010-10-21 Thread mcourneyea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115176





--- Additional comments from mcourne...@openoffice.org Thu Oct 21 11:41:34 
+ 2010 ---
Created an attachment (id=72132)
short ppt with slide transitions and sounds but sounds don't play


-
Please do not reply to this automatically generated notification from
Issue 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 115176] some transition sounds no longer play while others do

2010-10-21 Thread mcourneyea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115176
 Issue #|115176
 Summary|some transition sounds no longer play while others do
   Component|Presentation
 Version|OOo 3.2
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|graphicsneedsconfirm
 Reported by|mcourneyea





--- Additional comments from mcourne...@openoffice.org Thu Oct 21 11:36:06 
+ 2010 ---
I have a file saved Sept. 10, 2010.  It worked fine then.

Now when I open the same file, some of the slide transition sounds no longer 
play 
when I hit f5.  The last 2 slides still do but none of the slides before that 
do.  
they used to.  If I look at the slide transition configuration, I can see that 
the slide transition is still set to play these sounds but they don't play.

-
Please do not reply to this automatically generated notification from
Issue 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 115168] Spell checking in russian build is broken

2010-10-21 Thread mr_smyle
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115168





--- Additional comments from mr_sm...@openoffice.org Thu Oct 21 11:22:37 
+ 2010 ---
Yes, it was Russian, but I additionally select it and set it to Russian.

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

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


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



[dba-issues] [Issue 115165] Base in 3.3 release candi date no longer handles casewhen construct in s ql queries

2010-10-21 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115165





--- Additional comments from o...@openoffice.org Thu Oct 21 11:16:54 + 
2010 ---
case when is implemented in 3.3 only.

-
Please do not reply to this automatically generated notification from
Issue 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 115165] Base in 3.3 release candi date no longer handles casewhen construct in s ql queries

2010-10-21 Thread jgsylvester
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115165





--- Additional comments from jgsylves...@openoffice.org Thu Oct 21 11:13:07 
+ 2010 ---
I verified your workaround does indeed work in OOo 3.3.0, but not OOo 3.2.1. I
am not sure why.

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



[sw-issues] [Issue 100762] Different languages with one keyboard layout aren't possible

2010-10-21 Thread blahma
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100762


User blahma changed the following:

What|Old value |New value

  CC|'helen_russian,janjanousek|'blahma,helen_russian,janj
|,sba' |anousek,sba'





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

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


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



[dba-issues] [Issue 115165] Base in 3.3 release candi date no longer handles casewhen construct in s ql queries

2010-10-21 Thread jgsylvester
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115165





--- Additional comments from jgsylves...@openoffice.org Thu Oct 21 11:01:40 
+ 2010 ---
Are you sure this works? I copied your workaround into the database, and I got a
syntax error just as before. I am currently working back on OOo 3.2.1 on Ubuntu.
I can try this query on Windows which is at OOo 3.3.0. 

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

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



[sw-issues] [Issue 115168] Spell checking in russian build is broken

2010-10-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115168


User mru changed the following:

What|Old value |New value

  CC|'helen_russian,kpalagin,tl|'helen_russian,kpalagin,mr
|' |u,tl'





--- Additional comments from m...@openoffice.org Thu Oct 21 11:01:13 + 
2010 ---
MRU->mr_smyle: is the pasted text also set to "Russian" after you pasted 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



[sw-issues] [Issue 115174] Crash when opening odt do cument having a lot of graphics and Redlines

2010-10-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115174


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|od

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Crash when opening documen|Crash when opening odt doc
|t |ument having a lot of grap
|  |hics and Redlines

Target milestone|---   |OOo 3.4





--- Additional comments from m...@openoffice.org Thu Oct 21 10:59:58 + 
2010 ---
MRU->OD: please have a look, opening the attached document will crash at about
50% of the import process.

-
Please do not reply to this automatically generated notification from
Issue 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 115101] Display Errors in Edit-Mo de when task bar animation is active

2010-10-21 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115101


User hdu changed the following:

What|Old value |New value

  CC|'md,wg'   |'af,md,wg'

 Assigned to|graphicsneedsconfirm  |hdu

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |aqua





--- Additional comments from h...@openoffice.org Thu Oct 21 10:59:32 + 
2010 ---
confirming also on DEV300_m90

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

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


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



[framework-issues] [Issue 115175] Assertion when activation and leaving a Math OLE object

2010-10-21 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115175
 Issue #|115175
 Summary|Assertion when activation and leaving a Math OLE objec
|t
   Component|framework
 Version|DEV300m87
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mav
 Reported by|tl





--- Additional comments from t...@openoffice.org Thu Oct 21 10:54:33 + 
2010 ---
Insert a Math Object in Writer. Then when activating and deactivating it the
following assertions occurs several times:

Error: GetFieldUnit(): no item From File
d:/local2/o_tlmath01/DEV300/ooo/sfx2/source/appl/module.cxx at Line 433

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

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


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



[framework-issues] [Issue 115175] Assertion when activation and leaving a Math OLE object

2010-10-21 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115175





--- Additional comments from t...@openoffice.org Thu Oct 21 10:55:39 + 
2010 ---
Seems to happen for all OLE objects though. At least it is the same with Chart
objects.

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

-
To unsubscribe, e-mail: 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 115165] Base in 3.3 release candi date no longer handles casewhen construct in s ql queries

2010-10-21 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115165





--- Additional comments from o...@openoffice.org Thu Oct 21 10:50:56 + 
2010 ---
I found a work around which you could use. You have to replace the casewhen()
function call by the SQL syntax or case when like

SELECT MONTH( "DATE" ) AS "Month", AVG( CASE when "MEAL" = '1' then "BG" else
NULL end) AS "Breakfast", AVG( CASE when "MEAL" = '2' then "BG" else NULL end )
AS "Lunch", AVG( CASE WHEN  "MEAL" = '3' then "BG" else NULL end ) AS "Dinner",
AVG( CASE WHEN "MEAL" = '4' then "BG" else NULL end ) AS "Bed", AVG( "BG" * 1.0
) AS "Daily Average" FROM "BG" WHERE YEAR( "DATE" ) =
:Enter_Year_Desired_as_ GROUP BY MONTH( "DATE" )

But it is still an issue to allow NULL as function parameter.

-
Please do not reply to this automatically generated notification from
Issue 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 93503] Calc export of non-gregori an date to Excel loses format

2010-10-21 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93503


User er changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





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

-
To unsubscribe, e-mail: issues-unsubscr...@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 115173] Wrong alphabetical order in "Autofilter" - german

2010-10-21 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115173


User er changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Thu Oct 21 10:32:28 + 
2010 ---
Closing dup.

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



  1   2   >