[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 05:03:52 + 
2007 ---
cremlae->pluby: That is extremely useful and information I have been trying to
find online for quite some time! Thank you! I'll work on modifications necessary
in macab this weekend and create the lproj directories manually. If everything
works with ABCopyLocalizedPropertyOrLabel, the changes themselves are not very
complicated, so I should have a patch by the end of the weekend, as originally
planned.

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

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


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



[sw-issues] [Issue 67258] RTF: only last tab of para graph imported on some docs

2007-07-13 Thread jramaley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67258





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 03:00:23 + 
2007 ---
A similar symptom was resolved by insuring that the scope of the 1st tab sets 
does not include the 2nd tab sets.  While pard should have limited the first 
scope, it does not.  

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

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


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



[sw-issues] [Issue 79529] Excel Table imbedded in Wo rd.doc cannot be edited by Calc

2007-07-13 Thread dankegel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79529


User dankegel changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 01:29:00 + 
2007 ---
The chart becomes editable if I install MS Office;
when I do that, OpenOffice opens up Microsoft Graph
when I double-click on the chart.

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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 01:20:14 + 
2007 ---
I played around with my simple test code and found the trigger that determines
which language ABCopyLocalizedPropertyOrLabel() returns. It appears that the
Address Book APIs expects all of the following conditions to exist to return a
non-English localized string:

1. The desired language must be set in the System Preferences application (you
did this correctly)
2. The ABCopyLocalizedPropertyOrLabel() function must be called from a program
running somewhere within a App.app/Contents/MacOS folder (OOo already does this)
3. There must be an App.app/Contents/Resources/*.lproj folder for each desired
language.

Item 3 was the key and I did not notice it since I always do my native sample
code with the following empty directories:

  test.app/Contents/MacOS
  test.app/Contents/Resources/en.lproj
  test.app/Contents/Resources/fr.lproj

I then compile test.c in the test.app/Contents/MacOS directory and execute
test.app/Contents/MacOS/test in a Terminal. I know this sounds strange, but you
need this directory structure for most simple Cocoa programs to work. Anyway,
since I had an empty test.app/Contents/Resources/fr.lproj directory, item 3 was
met and I got French localizations when running the test program. I only found
this dependency when I moved my tset.app/Contents/Resources directory out of the
way.

Unfortunately, OOo does not have these empty *.lproj directories, but I assume
that they will be added at some point in the future like we had to do in
NeoOffice as a lot of Cocoa code seems to have behavior linked to those
subdirectories.

Hope that makes sense.

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

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


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



[sw-issues] [Issue 79529] Excel Table imbedded in Wo rd.doc cannot be edited by Calc

2007-07-13 Thread dankegel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79529





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 00:52:41 + 
2007 ---
Created an attachment (id=46781)
Example presentation with embedded pie chart.  Chart should be editable, but 
isn't.


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

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


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



[sw-issues] [Issue 79529] Excel Table imbedded in Wo rd.doc cannot be edited by Calc

2007-07-13 Thread dankegel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79529


User dankegel changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 00:51:36 + 
2007 ---
Turning on all those options doesn't help.  I still can't edit an embedded
chart.  This is a blocker for me; if I can't do this, I have to use Microsoft 
Word.

The problem persists even if I save the document in question as an ODF file.
I'll attach a simple example: a presentation containing a single pie chart.

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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 00:50:34 + 
2007 ---
Created an attachment (id=46780)
Same as original, but creates an executable called "ablocalize" instead of 
"abcolumns" -- for ease of use


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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 00:36:01 + 
2007 ---
Created an attachment (id=46779)
Attempts to get a localized version of kABEmailHomeLabel (for testing)


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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 00:34:18 + 
2007 ---
cremlae->pluby: Still, no matter what I do, ABCopyLocalizedPropertyOrLabel()
will only gave me the label in English. I have changed my preferred language in
the "international" preference pane to both Spanish and Hebrew in my attempts. I
even restarted and now have almost all of my menus in Spanish, and the Address
Book itself is largely in Spanish. But, it the function still returns English.

I noticed that this function does not exist in Cocoa (and is perhaps the only
one that was removed from the Address Book API). Could it be because it takes
its localization information from somewhere else that became outdated (e.g.,
from the options selected when first going through the OS X setup)? I have
contact info for an address book expert at Apple... As a last resort, I can ask 
him.

In the meantime, I have created a program that basically just runs your line:

ABCopyLocalizedPropertyOrLabel( kABEmailHomeLabel )

... and prints it out. For me, no matter what I do to convince it otherwise, it
prints "home"

Could you play with it and see if it gives you different values depending on
your language preferences? Perhaps I am simply doing something wrong...?

Thanks!

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

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


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



[porting-issues] [Issue 77591] Mac OS X address book inte gration

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77591


User cremlae changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|79512,79513,79514,79610   |79512,79513,79514,79610,79
  is|  |612





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

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


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



[porting-issues] [Issue 79612] Mac OS X Address Book: com ment macab code

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79612


User cremlae changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |77591

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 00:08:04 + 
2007 ---
Marked as "Started."

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

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


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



[porting-issues] [Issue 77591] Mac OS X address book inte gration

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77591


User cremlae changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|79512,79513,79514 |79512,79513,79514,79610
  is|  |





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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610


User cremlae changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |77591





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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610


User cremlae changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:56:18 + 
2007 ---
cremlae->pluby: I've been looking into this a bit, but I'll increase my efforts.
I'll try have a fix by the end of the weekend. Thanks!

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

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


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



[porting-issues] [Issue 79612] Mac OS X Address Book: com ment macab code

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79612


User cremlae changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |46778)
Proposed patch: onl
|  |y changes comments and the
|  | order of declaration of s
|  |ome variables






--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:53:24 + 
2007 ---
Created an attachment (id=46778)
Proposed patch: only changes comments and the order of declaration of some 
variables


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

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


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



[porting-issues] [Issue 79612] Mac OS X Address Book: com ment macab code

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79612
 Issue #|79612
 Summary|Mac OS X Address Book: comment macab code
   Component|porting
 Version|680m220
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|MacOSX
 Assigned to|cremlae
 Reported by|cremlae





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:43:54 + 
2007 ---
The macab code (in connectivity/source/drivers/macab) should have more comments,
especially: MacabRecord, MacabRecords, MacabAddressBook, MacabHeader,
MacabGroup, and macabutilities, which are not based on any other address book
integration.

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

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


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



[sw-issues] [Issue 79611] Read Error. Error reading file.

2007-07-13 Thread dipesh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79611





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:20:59 + 
2007 ---
Created an attachment (id=46777)
A trimmed down version of that odt-file to outline where the problem is.


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

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


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



[sw-issues] [Issue 79611] Read Error. Error reading file.

2007-07-13 Thread dipesh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79611





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:19:42 + 
2007 ---
Created an attachment (id=46776)
The original odt-file that was reported to don't work.


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

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


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



[sw-issues] [Issue 79611] Read Error. Error reading file.

2007-07-13 Thread dipesh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79611
 Issue #|79611
 Summary|Read Error. Error reading file.
   Component|Word processor
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|mru
 Reported by|dipesh





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:18:23 + 
2007 ---
Another issue found during extending the OpenDoc-support in KWord.

Reproduce;
1. To try to load the attached odt file
2. OO.org say "Read Error.\nError reading file."

This was confirmed to happen with 2.2.0 and 2.2.1 by one of our users and 
myself. The odt was validated against the strict relax-ng schema and it's a 
valid odt-file. To be sure it's not our fault I did future investigate the 
file and it seems the problem is in the content.xml within the;


  

  
  Some text

  


Removing here the  does fix that 
issue and OOWriter is able to load and display the file correct again.

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

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


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



[porting-issues] [Issue 79610] Mac OS X Address Book does not display localized field names

2007-07-13 Thread pluby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79610
 Issue #|79610
 Summary|Mac OS X Address Book does not display localized field
| names
   Component|porting
 Version|680m220
Platform|Macintosh
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|cremlae
 Reported by|pluby





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 23:17:22 + 
2007 ---
While running with a French build of the OOo code and my preferred language in
the System Preferences application set to French, the latest macab driver code
does not return the localized Address Book field names to the OOo code. Instead,
it only returns the unlocalized property names such as "Address:Home:Street".

In theory, the property names should match those displayed in the Address Book
application using the ABCopyLocalizedPropertyOrLabel() function. For example,
the following call should return "domicile":

ABCopyLocalizedPropertyOrLabel( kABEmailHomeLabel )

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

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


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



[sw-issues] [Issue 79462] Buttons in Floating Toolba r don't unhighlight

2007-07-13 Thread knopper67
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79462





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 22:41:32 + 
2007 ---
1. Open a Floating Toolbar in Openoffice.org Writer
2. Hover your mouse over 2 or more Buttons in the Floating Toolbar and notice
how they stay highlighted even when you mouse isn't over them.

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

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


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



[sw-issues] [Issue 79608] Unable to print from prese t printer drawer

2007-07-13 Thread mbayer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79608


User mbayer changed the following:

What|Old value |New value

 Summary|Toshiba studio 850|Unable to print from prese
|  |t printer drawer





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 22:30:36 + 
2007 ---
mbayer->jackbou: You may attach files that are useful for reproducing/ verifying
your problem by clicking on "Create a new attachment".

Adjusting the summary line.

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

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


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



[sc-issues] [Issue 79609] Calc doesn't handle ISO da tes correctly

2007-07-13 Thread marcsinclair
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79609
 Issue #|79609
 Summary|Calc doesn't handle ISO dates correctly
   Component|Spreadsheet
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|marcsinclair





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 21:59:44 + 
2007 ---
If I enter a date in ISO standard date formats (-MM-DD, -MM-DD HH:MM and
-MM-DD HH:MM:SS) Then it is converted into some foreign, non statndard 
format.

Although formatting the cells to 1999-12-31 then shows the date correctly in the
cells, editing the cell then reverts the date to some other foreign, non
standard format.  

The program should not disclose its internal working format, which should be the
ISO standard anyway!  double clicking on the cell should allow editing in the
preset format, or at least, the system format.

Marc Sinclair

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

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


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



[porting-issues] [Issue 79488] leak: SCDynamicStoreCopyPr oxies

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


User pjanik changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 21:58:28 + 
2007 ---
Will apply it to pj83.


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

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


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



[sw-issues] [Issue 78490] Unable to insert Soft Hyph en (U+00AD)

2007-07-13 Thread mbayer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78490


User mbayer changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|needmoreinfo, oooqa   |oooqa

  OS/Version|Linux |Unix, X11

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 21:57:46 + 
2007 ---
I'm sorry I can't reproduce your problem. I can easily insert special characters
like a non-breaking space via X11 keyboard shortcuts/ combinations (e.g.
ComposeKey Space Space), via the shortcuts defined within OOo (e.g. Ctrl+Space),
via Insert > Formatting mark > Non-breaking space, and via Insert > Special
character > U+00A0 using OOo 2.2.1 B 9161 Linux i86 RPM de_DE.

I therefore must assume your problem is more related to your X11 setup, and
since the shortcuts provided by OOo itself (Ctrl+- for an optional hyphen,
Ctrl+Space for a non-breaking space) work well, I'm marking this issue as 
invalid.

For further assistance, please refer to our users mailing lists; for German
please see http://de.openoffice.org/about-ooo/about-users-mailinglist.html .

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

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


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



[l10n-issues] [Issue 75633] [surrogate pair] surrogate pair chars does not work as index chacacter

2007-07-13 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75633





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:44:16 + 
2007 ---
Karl->Naoyuki,  If you check 'Alphabetical delimiter' under 'Entries' tab,  you
will see the difference. Previous version displays one code point as square, new
version shows whole characters.

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

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


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



[porting-issues] [Issue 79488] leak: SCDynamicStoreCopyPr oxies

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


User pjanik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |46775)
Fix two leaks






--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:38:01 + 
2007 ---
Created an attachment (id=46775)
Fix two leaks


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

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


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



[gsl-issues] [Issue 78747] toolkit: awt - okbutton .. .

2007-07-13 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78747


User mmeeks changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:37:39 + 
2007 ---
> Well - if you submit a patch, don't pollute it with things which do not
> belong into it - or mention it's not for checkin in this form. IMO.

Lol; it seems pointless to try to provide too-perfect patches when they're only
for discussion.

Anyway - this is so debatable, and IMHO the OK, Cancel & Help buttons are so
badly specified behavior-wise at an AWT level anyway, that it seems best just to
forget about this problem - and I'll use stock 'PushButtons' in my wrapper
implementation anyway; and life will be good. There are bigger problems in the
awt anyway. Having said that IMHO we should drop these 3 wrappers - which AFAICS
are unused.

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

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


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



[porting-issues] [Issue 79488] leak: SCDynamicStoreCopyPr oxies

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


User pjanik changed the following:

What|Old value |New value

  CC|''|'obr'

  Issue type|DEFECT|PATCH

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:36:39 + 
2007 ---
Oliver, please review the attached patch.

There were two codelines where it could leak.

I'll then add it into pj83.


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

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


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



[sw-issues] [Issue 79608] Toshiba studio 850

2007-07-13 Thread jackbou
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79608
 Issue #|79608
 Summary|Toshiba studio 850
   Component|Word processor
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|printing
 Assigned to|mru
 Reported by|jackbou





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:21:32 + 
2007 ---
I have created two different documents in Writer that were not standard 8.5X11 
sheets, the sheets were legal size and tabloid. I have setup the page 
requirements under format and configured the application to use drawer 3 on the 
copier/printer. These configuration setting where established in the printer 
setup and in the Format > Page menu items. The documents are in the landscape 
format. When the documents are received by the copier/printer, the paper source 
location has been changed to the by-pass tray and the paper size is changed to 
8.5X11. When inserting paper into the by-pass tray, the page is printed in 
portrait, not landscape.

I have taken the document and opened it in the M$Windows environment using Open 
Office and have the same experience.

Strangely enough, if I save it out as a Microsoft Word document, open, and 
print from the Microsoft Windows environment, using Microsoft Word, the 
document is print exactly as expected. With the correct paper orientation and 
the appropriate drawer on the copier/printer.

Please see if you can verify this error, I will be glad to send copies of the 
documents. Under LINUX I am using the CUPS utilities and under MSWindows, I am 
using the network features available from Toshiba's copier drivers.
Thanks
Jack

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

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


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



[graphics-issues] [Issue 10922] Color and width of the pen in slideshow mode should be changeable

2007-07-13 Thread attila85
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10922





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:11:22 + 
2007 ---
I completely agree with david13. There's no way to use Impress in a University
environment... 

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

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


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



[graphics-issues] [Issue 79607] Exporting large pages to i mage: resulting image is never taller than 204 8 pixels

2007-07-13 Thread roelandsch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79607





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:09:05 + 
2007 ---
Created an attachment (id=46774)
presentation to be exported to show issue


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

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


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



[tools-issues] [Issue 76354] build against portaudio v1 9

2007-07-13 Thread geki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76354


User geki changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:08:15 + 
2007 ---
verified

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

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


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



[graphics-issues] [Issue 79607] Exporting large pages to i mage: resulting image is never taller than 204 8 pixels

2007-07-13 Thread roelandsch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79607
 Issue #|79607
 Summary|Exporting large pages to image: resulting image is nev
|er taller than 2048 pixels
   Component|Presentation
 Version|OOo 2.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|cgu
 Reported by|roelandsch





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:07:56 + 
2007 ---
The exported image seems vertically scaled to 2048. Rotated images in the export
are deformed and clipped.

reproducing:
- create a new presentation
- select a large page size (eg A1 in portrait orientation)
- insert a image and rotate the image
- insert a text box with some text and rotate it
- export the presentation to PNG
=> the resulting image is only 2048 pixels tall
- resize the resulting image to the aspect ratio of the A1 page (eg 210x297) 
=> the page has now the correct aspect ratio. The text and the image are
deformed, the image may be clipped.

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

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


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



[porting-issues] [Issue 79514] Mac OS X Address Book: Mai l merge is difficult

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79514


User cremlae changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:06:36 + 
2007 ---
Committed the patch to cws macaddressbook01, resolving as fixed.

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

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


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



[porting-issues] [Issue 79513] Mac OS X Address Book: mul tiple groups of the same name are not added pr operly

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79513


User cremlae changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:05:53 + 
2007 ---
Committed the patch to cws macaddressbook01, resolving as fixed.

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

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


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



[porting-issues] [Issue 79512] Crash on Use of Address Da ta Source Wizard

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79512


User cremlae changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 20:04:52 + 
2007 ---
Committed the patch of cws macaddressbook01, resolving as fixed.

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

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


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



[l10n-issues] [Issue 63362] [DE]: "Werkzeugleiste" ins tead of "Symbolleiste Werkzeug" in Writer help to "Einfügen (Datei)"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63362


User andreschnabel changed the following:

What|Old value |New value

  CC|'jrahemipour' |'andreschnabel,jrahemipour
|  |'

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:52:04 + 
2007 ---
reopen

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

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


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



[l10n-issues] [Issue 63362] [DE]: "Werkzeugleiste" ins tead of "Symbolleiste Werkzeug" in Writer help to "Einfügen (Datei)"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63362


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|berit_bonde   |jrahemipour





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:51:20 + 
2007 ---
in OOo 2.2.1 par_id3150679 has been removed but in par_idN105BD "Abschnitt"
needs to be replaced by "Bereich".

par_idN105BD
Wrong: Damit Sie stets auf die neueste Version eines Dateiinhalts zugreifen,
sollten Sie in Ihr Dokument zuerst einen Abschnitt und dann darin einen Verweis
auf die jeweilige Textdatei einfügen. Ausführliche Informationen finden Sie in
Einfügen von Abschnitten.

Correct: Damit Sie stets auf die neueste Version eines Dateiinhalts zugreifen,
sollten Sie in Ihr Dokument zuerst einen Bereich und dann darin einen Verweis
auf die jeweilige Textdatei einfügen. Ausführliche Informationen finden Sie in
Einfügen von Bereichen.

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

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


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



[gsl-issues] [Issue 78747] toolkit: awt - okbutton .. .

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:48:06 + 
2007 ---
> Wow - it seems everyone is obsessed by printf's :-)

Well - if you submit a patch, don't pollute it with things which do not belong
into it - or mention it's not for checkin in this form. IMO.


For disabling the default behaviour: probably makes sense to allow for it. Is it
feasible to evaluate the return value of the click handler for this?

In general, I agree to Malte that the chosen way is debatable, at least. It
introduces additional complexity in how toolkit and awt interact, and reading
things like "When you create a dialog via the toolkit, the closer won't close
the dialog automatically." makes me think we already have way too much of this
complexity.

So, if we'd have infinite time :), I'd vote for
- always fire the events in VCL (not firing them if there's a handler is
  nonsense)
- always call the click handler
- in both cases, evaluate a return value whether or not processing should
  continue
- finally do the default handling for the special buttons.

Something like this.

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

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


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



[graphics-issues] [Issue 79604] pdf export makes acroread say "Array length is out of range"

2007-07-13 Thread ace_dent
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79604


User ace_dent changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:42:00 + 
2007 ---
Duplicate of Issue 58650. Thank you for raising the issue, however, please
ensure you check the Issue Tracker thoroughly.
This problem was fixed with release 2.0.2 some time back. Please download the
latest version of OpenOffice and test whether this solves your problem.


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

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


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



[l10n-issues] [Issue 60992] [DE]: "Optionsleiste" inst ead of "Symbolleiste Optionen" in Impress help for "Beliebige Kurve zeichnen"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60992


User andreschnabel changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:34:59 + 
2007 ---
cannot verify. ParId cannot be fount in 2.2.1 -> closed

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

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


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



[l10n-issues] [Issue 60987] [DE]: Different errors in Germanophon Impress help for "Ändern der Foli enreihenfolge"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60987


User andreschnabel changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:31:28 + 
2007 ---
ok in 2.2.1 -> closed

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

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


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



[l10n-issues] [Issue 74982] itemlist is not displayed correctly when only some items are localized

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:29:22 + 
2007 ---
pmladek: can you please verify with module transex from l10ntooling02?


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

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


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



[l10n-issues] [Issue 60986] [DE]: Old names in descrip tion for "Animation des Diawechsels" in German ophon Impress help

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60986


User andreschnabel changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:21:35 + 
2007 ---
ok in 2.2.1 -> closed

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

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


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



[graphics-issues] [Issue 10922] Color and width of the pen in slideshow mode should be changeable

2007-07-13 Thread david13
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10922





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:18:57 + 
2007 ---
I also want to use Impress in a university setting. PowerPoint's ability to 
change pen color through a simple right-click menu during a presentation is an 
extremely useful feature. Because this feature is lacking in Impress, I simply 
can't use it to show all of my presentations. And that leaves me with no choice 
but to hand Microsoft another pile of money to activate PowerPoint on my 
laptop. And if I'm going to do that, why bother with Impress? So, though this 
may seem like a small point, for a number of users it is make-or-break.

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

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


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



[l10n-issues] [Issue 79606] [DE] Page" Animierte Objek te in Präsentationsfolien" needs translation review

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79606
 Issue #|79606
 Summary|[DE] Page" Animierte Objekte in Präsentationsfolien" 
|needs translation review 
   Component|l10n
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|helpcontent
 Assigned to|jrahemipour
 Reported by|andreschnabel





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:15:37 + 
2007 ---
The german translation of "Animierte Objekte in Präsentationsfolien" needs a
review. Several strings are wrong (refer to "Folienübergang" instead of
"Effekt"). The steps described in the help can not be reproduced in the UI.

 Helpfile is text/simpress/guide/animated_objects.xhp

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

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


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



[l10n-issues] [Issue 60985] [DE]: Old UI names in desc ription of "Animierte Objekte in Präsentation sdias"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60985


User andreschnabel changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:11:08 + 
2007 ---
suggested strings are visible in 2.2.1 -> closed

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

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


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



[dba-issues] [Issue 79605] Can't look if the report t ool extension is installed (crash)

2007-07-13 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79605





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:07:10 + 
2007 ---
and error ID rx7dkc and rm7dkc

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

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


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



[dba-issues] [Issue 79605] Can't look if the report t ool extension is installed (crash)

2007-07-13 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79605
 Issue #|79605
 Summary|Can't look if the report tool extension is installed (
|crash)
   Component|Database access
 Version|680m220
Platform|PC
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|mechtilde





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 19:06:15 + 
2007 ---
Hello dba-team,

m220 crashed when I want to open the Extension Manager to look for 
reportdesign.oxt.

It crashes when I cklick on the "+" bei "My Extension".

The ID of the crash report is rr7dkc.

I have this problem with the both deb versions.
One from Pavel and one from Sun.

Mechtilde

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

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


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



[sw-issues] [Issue 79586] unwanted substitution of I TC fonts by a completely unrelated font family

2007-07-13 Thread unixtowindowstolinux
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79586





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:58:44 + 
2007 ---
i don't think this is a dup of issue 28610.

i believe that issue is about OOo making different choices on different
platforms about whether to apply heuristics to a given font name to map into a
canonical form. issue 28610 would result in a document produced on one system
looking wrong in a different system. but any given font on any given machine
would look and act properly on that machine.

with the problem i'm addressing here in this issue, i can take a perfectly good
font, install it in my system, and it is completely unusable. it renders a
completely unrelated font, not some font that is another vendor's implementation
of the font i'm trying to use.


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

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


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



[l10n-issues] [Issue 58496] [DE]: Errors in the descri ption to attribution issues in the German Math help

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58496


User andreschnabel changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

Target milestone|OOo 2.4   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:51:18 + 
2007 ---
closed .. rest will be fixed with issue 79521

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

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


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



[sw-issues] [Issue 79486] Forgets outline numbering sequence

2007-07-13 Thread enmane
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79486





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:47:28 + 
2007 ---
Regina, I owe you a pint for figuring out what the problem is BUT there is one
issue which is that I never created a list.  All that I ever did was using
Heading1 or Heading 2 so why is OO getting confused with a list and a heading? 
In other words, I am forced to set them all to default and then all to heading
but they were created in the reverse order (i.e. default, then heading) but now
there is a "list" which I never created.
  Anyhow, you figured out how I can salvage my papers easily enough but I'm sure
that there is a bug in OO somewhere due to this having to be an issue in the
first place.
  Thanks again for figuring it out and for a thorough explanation.

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

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


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



[l10n-issues] [Issue 69197] [DE]: Symbolleiste "Werkze ug" instead of "Werkzeuge"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69197


User andreschnabel changed the following:

What|Old value |New value

 Assigned to|klawi |andreschnabel

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:45:21 + 
2007 ---
this string is on the translation list for 2.3

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

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


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



[l10n-issues] [Issue 63357] [DE]: Old "Werkzeugleiste" and header "Optionen" instead of "Zusätze" i n Writer help unter header "Rahmen"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63357


User andreschnabel changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:38:24 + 
2007 ---
ok in 2.2.1.

Typo will be fixed with issue 79521

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

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


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



[porting-issues] [Issue 77591] Mac OS X address book inte gration

2007-07-13 Thread cremlae
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77591





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:23:33 + 
2007 ---
I just committed pluby's first patch (premac/postmac) to cws macaddressbook01.
Every patch after that one has its own issue.

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

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


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



[gsl-issues] [Issue 79581] Black flicker at initial s how of every window on aqua

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:17:58 + 
2007 ---
Verified in aquavcl02.


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

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


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



[sw-issues] [Issue 79486] Forgets outline numbering sequence

2007-07-13 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79486


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:01:37 + 
2007 ---
Your document has direct list numbering in addition to the chapter numbering.
That leads to that errors. If you do not know, whether a heading has an
additional direct list numbering, set that paragraph to "Standard" (first entry
in the drop down menu at the left side of the tool bar). If you now see a
numbering, it is a list numbering. Remove it. Then assign the heading style
again. Do this for _all_ existing headings.

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

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


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



[gsl-issues] [Issue 78747] toolkit: awt - okbutton .. .

2007-07-13 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78747





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 18:01:02 + 
2007 ---
> The approach is wrong, and for sure we don't want to see the
> fprintf stuff there.

   Wow - it seems everyone is obsessed by printf's :-)

> The right approach is to rely on VCLEVENT_BUTTON_CLICK, because
> only this way multiple listeners are possible. ClickHdl allows
> only 1 listener.

   Did you actually read the patch & rational ? :-) the ClickHdl is -only- set
in order to stop the "default action" being taken inside VCL - the fprintf is
intended to show that the contents of the Hdl is irrelevant.

> So to fix it, trigger the event in VCL before calling the virtual
> "Click" method, if possible.

   Sounds like a difficult-to-predict-the-impact event ordering change in vcl.

> If not possible, make sure the Click() methods from the special buttons
> call the base class.

   I can but that as a solution; but what is to stop these buttons from doing
their "default" action (which is to grope around the VCL window tree & do
strange things :-) - ie. should we not set a no-op ClickHdl on them anyway ?

> For some reason we did the following some time after creating AWT: When
> you create a dialog via the toolkit, the closer won't close the dialog
> automatically.

It surely does (for me) for "Cancel" if you run Application::Execute - on the
other hand 'OK' does not ;-) - hence the confusion.

> So when I use an OK/Help button, what does the user want. Does he want
> default behavior, or just a buttom with the localized text?
> I don't know. Probably default behavior is fine here.

So - the conclusion of your thoughts is (I assume) that you want VCL fixed to
just chain to the parent, and the default action to always, unconditionally &
un-controllably get invoked ? ie. via. AWT there would be no way of turning this
'default' functionality off. ie. if you want a 'Cancel' button it will
auto-cancel the dialog whatever you do ? - if so, do you even care that the AWT
UNO API gets no 'Click' event - after all, the action will be done by then 
anyway.

Ulimately, I guess I don't mind; I'm resigned to having to emulate the old
behavior in the wrapper.

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

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


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



[gsl-issues] [Issue 78291] awt property introspection ...

2007-07-13 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78291


User mmeeks changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 17:43:58 + 
2007 ---
nice; so I'll remove the debug & commit this lot to a CWS: I suspect we will
accumulate a number of similar toolkit/ fixes. And yes - the patch for review
contains the debug to show the property verification :-)

Committed to cws awtfixes1 with the relevant fixes.

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

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


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



[l10n-issues] [Issue 78173] DE: Files for translation update of OOo 2.3

2007-07-13 Thread jrahemipour
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78173





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 17:32:55 + 
2007 ---
The conversion from sdf to po was no problem (exept this one file, which had 0
kb after conversion), but the conversion from po to xlz stopped at this file.

I removed the copyright character and converted the files again. This works
fine. So I will add the character after the translation.

Thanks for your help! We can start with the translation now.

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

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


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



[l10n-issues] [Issue 78173] DE: Files for translation update of OOo 2.3

2007-07-13 Thread petr_dudacek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78173





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 17:07:31 + 
2007 ---
Does it mean that you cannot convert the UI .sdf to .po files at all? I'm
getting the same gsicheck error but the conversion works fine.

The copyright character is causing the problem - it seems that the string with
this character is not properly encoded in UTF-8.

Just let me know if you have troubles with the conversion, I'll attach the .po
files here if necessary.

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

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


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



[graphics-issues] [Issue 79604] pdf export makes acroread say "Array length is out of range"

2007-07-13 Thread mauritsmaartendejong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79604





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:58:34 + 
2007 ---
This is a stripped down version of a many curve connected slide, in which a 
number
of ellipses where created by starting from a circle, rotating by 45 degree, and
then scaling vertically, to get an ellipse with its standard glue points at 45
degrees. I'm not at all sure whether the remaining ellipse in the document was a
copy of such an ellipse though. 

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

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


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



[website-issues] [Issue 77845] Granting commit permission for a user...

2007-07-13 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77845


User cloph changed the following:

What|Old value |New value

 Assigned to|pplwong   |st





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:57:51 + 
2007 ---
reassign to st, since he is one of the site admins, and apparently it is now
possible to add keys without the need for CollabNet staff..

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

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


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



[l10n-issues] [Issue 63899] [DE]: 5 old menu descripti ons for Germanophone Writer help under "Spalte n"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63899


User andreschnabel changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:57:28 + 
2007 ---
verified in 2.2.1 -> closed

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

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


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



[graphics-issues] [Issue 79604] pdf export makes acroread say "Array length is out of range"

2007-07-13 Thread mauritsmaartendejong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79604





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:53:32 + 
2007 ---
Created an attachment (id=46773)
The generated 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[graphics-issues] [Issue 79604] pdf export makes acroread say "Array length is out of range"

2007-07-13 Thread mauritsmaartendejong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79604





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:52:34 + 
2007 ---
Created an attachment (id=46772)
one slide with (probably) a rather convoluted ellipse


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

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


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



[tools-issues] [Issue 77901] Please provide build-level support for cairo

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:52:05 + 
2007 ---
didn't i pass you a buildable module?

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

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


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



[l10n-issues] [Issue 63360] [DE]: 5x old names of UI e lements in Writer help to "Tabelle"

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63360


User andreschnabel changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:51:46 + 
2007 ---
verified in 2.2.1 par_id3148817 seems to be gone but the rest is ok -> closed

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

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


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



[graphics-issues] [Issue 79604] pdf export makes acroread say "Array length is out of range"

2007-07-13 Thread mauritsmaartendejong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79604
 Issue #|79604
 Summary|pdf export makes acroread say "Array length is out of 
|range"
   Component|Presentation
 Version|OOo 2.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|cgu
 Reported by|mauritsmaartendejong





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:50:48 + 
2007 ---
Opening this file in impress and exporting as pdf through File->Export as PDF...
yields a pdf file one which adobe reader 7.0.0 says "Array length is out of 
range"

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

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


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



[l10n-issues] [Issue 64351] [DE]: Changes in menu

2007-07-13 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64351


User andreschnabel changed the following:

What|Old value |New value

  CC|'mechtilde'   |'jrahemipour,mechtilde'

  Status|VERIFIED  |CLOSED

  OS/Version|Windows XP|All

Platform|PC|All





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:43:36 + 
2007 ---
verified in 2.2.1 and closed.

there is still one open issue (see ufi's coment):

/text/swriter/00/0405.xhp par_id3149562:
Wrong: Klicken Sie, während Bilder ausgewählt sind, in der
Grafikobjektleiste auf
Correct: Klicken Sie, während Bilder ausgewählt sind, in der Symbolleiste
Bild auf

will be fixed in issue 79521

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

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


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



[l10n-issues] [Issue 78173] DE: Files for translation update of OOo 2.3

2007-07-13 Thread jrahemipour
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78173





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:37:32 + 
2007 ---
Hi Petr, thanks a lot for providing the new translation files.

I have a problem converting the UI files to po because of an UTF-8 Encoding
Error. I checked the original sdf-file with gsicheck and got a similar error in
lines 165 and 166. In these both lines I found a copyright character (©) - could
this be the reason?

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

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


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



[porting-issues] [Issue 74798] Implement native Filepicke r on Mac OS X

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


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:37:29 + 
2007 ---
Seen native filepicker on SRC680_m221 master build -> Closing.

Thanks Florian for your hard work!


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

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


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



[porting-issues] [Issue 78252] Crash when Browse button u sed in XML Filter Dialog (Calc)

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


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:36:54 + 
2007 ---
Still works ok in SRC680_m221.


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

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


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



[porting-issues] [Issue 78721] Set native File Picker as default on Mac OS X

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


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:35:50 + 
2007 ---
Works ok in SRC680_m221. We can still use old dialogs if we want to.

Closing.


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

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


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



[porting-issues] [Issue 77843] OOo crashes upon clicking Finish in database wizard with Native File Pic ker

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


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:34:59 + 
2007 ---
Works ok in SRC680_m211.

Closing.


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

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


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



[www-issues] Changes to multiple issues in www

2007-07-13 Thread pjanik
http://www.openoffice.org/servlets/ProjectIssues

User pjanik has changed several issues in www
project.  Below is a list of the changed issues you are associated with:

 
 74957   Update .DS_Store file for OpenOffice.org 2.3 release
 78312   Improved installation image for Aqua port.


Changes:


 Status VERIFIED


Comments:

Verified in macosxdmg23.


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


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



[porting-issues] Changes to multiple issues in www

2007-07-13 Thread pjanik
http://www.openoffice.org/servlets/ProjectIssues

User pjanik has changed several issues in www
project.  Below is a list of the changed issues you are associated with:

 
 74957   Update .DS_Store file for OpenOffice.org 2.3 release
 78312   Improved installation image for Aqua port.


Changes:


 Status VERIFIED


Comments:

Verified in macosxdmg23.


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


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



[graphics-issues] [Issue 79433] Draw - 3D objects are rota ted when "in group" and moved

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


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:09:08 + 
2007 ---
close

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

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


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



[graphics-issues] [Issue 79596] Repaet function does not w ork on Motion Path Animation Objects

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


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:06:15 + 
2007 ---
I close the issue as duplicate.

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

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


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



[tools-issues] [Issue 79577] Error using linkoo: "Faile d rename of ... No such file or directory at"

2007-07-13 Thread beppec56
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79577





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:05:59 + 
2007 ---
The patch I proposed simply revert the behavior back as it was in m219.
ASAIK the multilevel versioned libs ( e.g. *.so.x.y.z ) were not linked, at
least as back as vers. 2.2.1 (last version I have a built tree on-line), whereas
the 'single' versioned, as in *.so.x, were and are linked.


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

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


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



[graphics-issues] [Issue 79596] Repaet function does not w ork on Motion Path Animation Objects

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


User cgu changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:05:43 + 
2007 ---
This issue is duplicate to issue 54019.


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

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

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


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



[graphics-issues] [Issue 54019] Repeated animations do not work

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 16:05:39 + 
2007 ---
*** Issue 79596 has been marked as a duplicate of this issue. ***

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

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


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



[graphics-issues] [Issue 79595] Missing numbers when using Custom Animation

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


User cgu changed the following:

What|Old value |New value

 Assigned to|cgu   |cl





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:59:54 + 
2007 ---
Please have a look about this enhancement.

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

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


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



[graphics-issues] [Issue 79595] Missing numbers when using Custom Animation

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


User cgu changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  Issue type|DEFECT|ENHANCEMENT

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:58:42 + 
2007 ---
Set to new and change the target.
In my mind this is an enhancement and not a defect.

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

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


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



[sw-issues] [Issue 79486] Forgets outline numbering sequence

2007-07-13 Thread enmane
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79486





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:58:22 + 
2007 ---
when I say "that paper" I'm referencing the paper that is attached to this 
issue.

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

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


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



[sw-issues] [Issue 79486] Forgets outline numbering sequence

2007-07-13 Thread enmane
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79486


User enmane changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:57:22 + 
2007 ---
I'm sorry but it isn't working.  I don't _want_ to shut off the numbering.  OO
is losing the proper numbering sequence.  Please reopen that paper and note that
the  numbering sequence is 
Chapt 1 (Heading 1) 
1.1 (Heading 2)
1.2 (Heading 2)
1.3 (Heading 2)
1.4 (Heading 2)
1.5 (Heading 2)
1.1 (Heading 2) - this is where it starts acting weird - If it's a heading 2
then it should be 1.6 NOT 1.1.  Shutting off the "restart numbering" doesn't fix
the problem either.
1.2 (Heading 2) - this should also now be 1.7 if everything is working correctly
1.6 (Heading 2) somehow refers to the 1.5 entry and doesn't add to the 1.2
previous entry.
1.3 (Heading 2) which is after 1.6 should at least be 1.7 but it isn't. 
Ideally, it would have been 1.9.  

changing these things to Heading 3 just highlights the problems also.
It is _not_ fixed as far as I'm concerned.  There must be a communication
problem or you aren't using it the way that I am.  I am _not_ using it
incorrectly, according to the documentation.  Please read up on the usage of the
outline mode in the documentation if you aren't accustomed to writing papers
with chapters and subchapters.


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

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


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



[graphics-issues] [Issue 79593] Custom Animation starts fr om center of the object

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


User cgu changed the following:

What|Old value |New value

 Assigned to|cgu   |requirements

  Issue type|DEFECT|ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:55:50 + 
2007 ---
This is an enhancement and not a defect.

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

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


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



[sw-issues] [Issue 79603] No hierarchy tree in Navig ator of OOo in XP

2007-07-13 Thread gvsa123
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79603
 Issue #|79603
 Summary|No hierarchy tree in Navigator of OOo in XP
   Component|Word processor
 Version|OOo 2.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|gvsa123





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:55:35 + 
2007 ---
I just noticed that there wasn't a hierarchy tree (the little boxes with a cross
inside to expand...) in the Navigator window for the Headings section in my
version of OOo (2.2.1) in XP. I saw it in my Ubuntu 7.04 just today.

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

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


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



[graphics-issues] [Issue 79592] Object Name not visible in Custom Animation Window

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


User cgu changed the following:

What|Old value |New value

 Assigned to|cgu   |cl





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:53:30 + 
2007 ---
I can reproduce the bug.

- create an object
- assign an custom animation
- name the object
- the name is not visible in the animation list.

In my mind a refresh is missing.
When I select the 'unnamed' object in the animation list and change the order
(up or down) I get the correct name.
Please have a look.

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

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


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



[graphics-issues] [Issue 79584] Gif animations return to f irst frame on completion

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


User cgu changed the following:

What|Old value |New value

 Assigned to|cgu   |aw





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:49:24 + 
2007 ---
I can reproduce the bug.
Please have a look.

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

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


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



[graphics-issues] [Issue 79591] Object Name not visible in Custom Animation Window

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


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:47:35 + 
2007 ---
I close the issue

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

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


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



[graphics-issues] [Issue 79592] Object Name not visible in Custom Animation Window

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:46:20 + 
2007 ---
*** Issue 79591 has been marked as a duplicate of this issue. ***

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

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


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



[graphics-issues] [Issue 79591] Object Name not visible in Custom Animation Window

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


User cgu changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:46:21 + 
2007 ---
duplicate to 79592

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

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

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


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



[graphics-issues] [Issue 79592] Object Name not visible in Custom Animation Window

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


User cgu changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:41:34 + 
2007 ---
Set to new and change the target.

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

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


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



[graphics-issues] [Issue 79584] Gif animations return to f irst frame on completion

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


User cgu changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:35:03 + 
2007 ---
Set to new and change the target.

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

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


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



[graphics-issues] [Issue 79013] Do range verification in r ange dialogs correctly

2007-07-13 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79013


User nn changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:32:30 + 
2007 ---
Implemented in Calc (chart2uno.cxx 1.7.24.2).

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

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


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



[l10n-issues] [Issue 78174] ES: Files for translation update of OOo 2.3

2007-07-13 Thread jza
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78174





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:30:40 + 
2007 ---
Created an attachment (id=46770)
PO transformation of the SDF files for 2nd round translation.


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

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


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



[framework-issues] [Issue 79602] Help does not display some times

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


User of changed the following:

What|Old value |New value

 Assigned to|tm|kla





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:27:39 + 
2007 ---
@ kla: please have a look.

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

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


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



[tools-issues] [Issue 79485] fix relocate to re-write n ew dpslo deps. ..

2007-07-13 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79485


User mmeeks changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 15:25:34 + 
2007 ---
diff'd vs. CVS looks great; thanks.

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

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


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



  1   2   3   4   5   >