[dba-issues] [Issue 75442] ODBC connection IBM UniVer se fails to retrive meta-data and/or data

2007-03-16 Thread ianst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75442
 Issue #|75442
 Summary|ODBC connection IBM UniVerse fails to retrive meta-dat
|a and/or data
   Component|Database access
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|ianst





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:09:55 + 
2007 ---
Please refer to issue 3860 - the symptoms of the current problem are very
similar to those reported there.

Using IBM UniVerse ODBC driver, can successfully define and test connection to a
UniVerse database - .  However when trying to access a table or create a query
the following occurs

User is prompted for username and password
Almost immediately a message is displayed as follows:
soffice.bin.exe has generated errors and will be closed by Windows.  You will
need to restart the program.  An error log is being created

On restarting OOo, the recovery process starts up and, after manually starting
the errorlog an error was reported - The ID of the error report is rpvn2b.

I have played with various combinations of the Advanced Settings but the problem
remains the same.

As reported in previous issue 3860, the IBM UniVerse ODBC driver is used to
access UniVerse from StarOffice 5.2 (yes we still use 5.2 as it is the only way
we can successfully create OOo documents via the ODBC on users PCs that do not
have MSOffice or other expensive software installed), MSAccess, MSQuery, COGNOS
IMPROMPTU, Crystal Reports and other ODBC-compliant applications.
Regards
Ian Stuart

-
Please do not reply to this automatically generated notification from
Issue 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 75203] Incomplere handling of RTF DateTimeMCAtom in PPT files

2007-03-16 Thread tml
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75203


User tml changed the following:

What|Old value |New value

 Summary|Some odd text elements in |Incomplere handling of RTF
|.ppt turn into current dat|DateTimeMCAtom in PPT file
|e on import   |s





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:17:46 + 
2007 ---
Changing Summary as the original problem is just a special case of a more
general issue. 

Or should I generalise even more, I don't think OOo supports user-defined date
and time format elements/fields/thingies at all, even if ODF requires it. The
contents of a number:date-style element that a text:date element refers to
seemed to be ignored, when I checked by manually editing a content.xml file. Or
maybe my quick test was flawed.

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



[script-issues] [Issue 75443] Support multiple array ind ices

2007-03-16 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75443
 Issue #|75443
 Summary|Support multiple array indices
   Component|scripting
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|ab





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:34:20 + 
2007 ---
If an array has another array as element, VB allows to use more 
than one array index to access elements of this sub array:

Sub Main
Dim a(0)
Dim b(0)
b(0) = b
a(0) = b
MsgBox a(0)(0)
End Sub

This should also be supported by OOo Basic.

This problem may be related to i43838 that also deals
with an array indexing 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]



[sc-issues] [Issue 26445] The toolbar is not hidden when full-screen mode is enabled.

2007-03-16 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26445


User gercokees changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:41:36 + 
2007 ---
To reproduce:
start calc
goto view  toolbar and enable Drawing, Standard, Formatting, Form Object,
Drawing, Text-Formatting.
Now, undock all toolbars and goto fullscreen-mode {ctrl+shift+j)
notice that the standard and the formatting-toolbars are hidden, but the other 3
not.
Expected behaviour:
All toolbars should be hidden in fullscreenmode.

An enhanchment would be to have extra options in the
tools  options  calc  view menu.
on fullscreenmode:
O hide all toolbars
O hide docked toolbars
O hide undocked toolbars
[] hide pulldownmenu

Confirming this issue

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

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


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



[sc-issues] [Issue 72181] Calc crashes upon opening .ods file

2007-03-16 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72181


User gercokees changed the following:

What|Old value |New value

Keywords|oooqa |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:53:32 + 
2007 ---
mpolo, did you try the official OOo already?
we would be glad to hear from you...

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

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


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



[sw-issues] [Issue 75438] cannot delete titles in re cent document list

2007-03-16 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75438


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |tm

   Component|Word processor|framework

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

Subcomponent|open-import   |ui





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:58:55 + 
2007 ---
Framework 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]



[framework-issues] [Issue 75438] cannot delete titles in re cent document list

2007-03-16 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75438


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |tm

   Component|Word processor|framework

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

Subcomponent|open-import   |ui





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 07:58:55 + 
2007 ---
Framework 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]



[dba-issues] [Issue 73351] Data lost from Table Cell in Edit Mode when Resize Row

2007-03-16 Thread ssncse03
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73351





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:00:17 + 
2007 ---
I was able to reproduce the problem.
The following are my specifications-
OpenOffice.org 2.0
Windows XP 2002-SP2

However, the issue does not occur when border between any row headers is 
clicked. The bug occurs only for the row which contains the modified cell.

-
Please do not reply to this automatically generated notification from
Issue 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 75444] JDBC fails to retrieve all metadata or data

2007-03-16 Thread ianst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75444
 Issue #|75444
 Summary|JDBC fails to retrieve all metadata or data
   Component|Database access
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|ianst





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:09:18 + 
2007 ---
Please refer to previous issue 15113 originally resolved to a large degree by
Frank Schonheit.

Currently, using the IBM UniVerse JDBC driver one can define a connection to an
existing database and successfully test and connect to the datasource.  A Test
Class and Test Connection are both successful.

Using the Tables function a list of tables is retrieved and displayed in the
Tables pane.  When clicking on Tables,  OOo,  via the JDBC driver, issues an SQL
 SELECT to the UniVerse DBM to retrieve the schema data etc and a list of tables
is displayed.  However when opening a table OOo complete crashes - ie OOo closes
down after a few seconds including quickstart, soffice.bin and soffice.exe.

On restart, OOo recovers but does not generate a log file even crashrep.exe is 
manually started.

In previous versions of OOo which worked reasonably well with the UniVerse JDBC
apart from some minor issues (see issue 49043), it was necessary to run a macro
to set certain values in the .odb file.  Running this macro does not seem to
make a difference.

Regards
Ian Stuart

-
Please do not reply to this automatically generated notification from
Issue 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 72308] new chart: uncomfortable a dding data series

2007-03-16 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72308


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:21:31 + 
2007 ---
verified (unnamed Series) 

-
Please do not reply to this automatically generated notification from
Issue 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 71616] new chart: Logarithmic sca ling lost in chart type dialog

2007-03-16 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71616


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:30:58 + 
2007 ---
work fine - 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]



[api-issues] [Issue 73992] API: sw.SwXTextCursor::com ::sun::star::document::XDocumentInsertable::in sertDocumentFromURL()

2007-03-16 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73992


User mux2005 changed the following:

What|Old value |New value

  CC|''|'baumux,chris_mux,clutz,mu
|  |x2005'





-
Please do not reply to this automatically generated notification from
Issue 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 74496] crash when printing after Fedora GIMP ToolKit update

2007-03-16 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74496


User hi changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:40:17 + 
2007 ---
And 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]



[sw-issues] [Issue 75445] Rendering bug when scrolli ng with mousewheel

2007-03-16 Thread drhex
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75445
 Issue #|75445
 Summary|Rendering bug when scrolling with mousewheel
   Component|Word processor
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|mru
 Reported by|drhex





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:44:50 + 
2007 ---
To reproduce:
1) Launch openoffice.org Writer with some multi-page document
2) Position open office's window so that a part of it is outside the lower edge
of the screen.
3) Scroll through document using mouse-wheel or the scroll bar at the right edge
of the screen.

Every time the data moves up a notch while scrolling, the same set of pixels is
repeatedly drawn instead of new data appearing.

There is no problem when scrolling with arrow up/down or PgUp/PgDn, or if the
entire window is visible.

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

-
To unsubscribe, e-mail: [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 74496] crash when printing after Fedora GIMP ToolKit update

2007-03-16 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74496


User hi changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:39:58 + 
2007 ---
Thanks for the inof. Therefore set to WFM

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

2007-03-16 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74416


User hi changed the following:

What|Old value |New value

Keywords|  |needmoreinfo

Priority|P2|P3





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:46:54 + 
2007 ---
Still waiting for a sample to reproduce.

-
Please do not reply to this automatically generated notification from
Issue 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 59526] Mail merge dialog do not s how box causes no to become defalt

2007-03-16 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59526


User mux2005 changed the following:

What|Old value |New value

  CC|'chris_mux,clutz,mux2005' |''





-
Please do not reply to this automatically generated notification from
Issue 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 62388] Style of paragraph when de leting empty one

2007-03-16 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62388


User mux2005 changed the following:

What|Old value |New value

  CC|'clutz'   |''





-
Please do not reply to this automatically generated notification from
Issue 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 75435] Offer direct menu access f or text direction in CTL

2007-03-16 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75435


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  OS/Version|Mac OS X  |All

Platform|Macintosh |All

 Summary|Left_to_right and right-to|Offer direct menu access f
|-left in toolbar only |or text direction in CTL





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:54:37 + 
2007 ---
Currently the text direction could only be accessed via toolbar or via
Format.Paragraph dialog (on the Alignment tab). Desired is a menu entry like
Format.Text diarection with sub menu Right-to.left/Left-to-right.

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

-
To unsubscribe, e-mail: [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 75431] Zero sized Arial font when opening a Windows-made Draw document in Linux

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75431


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 08:59:32 + 
2007 ---
Reproducible. Both load ok in OOo2.0. In OOo2.1 arial_ok.odg looks good. When
loading arial_fault.odg in 2.1 I do not even get a menu bar and the rulers look
terrible. In m11 the rulers look ok again but there is hardly any text in both 
docs.

-
Please do not reply to this automatically generated notification from
Issue 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 75437] Standard and Formatting to olbars re-appear even if hidden

2007-03-16 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75437


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |es





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:02:05 + 
2007 ---
Reassigned to ES.

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



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-16 Thread philippsadleder
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75446
 Issue #|75446
 Summary|Openoffice won't open files using sftp:// in read/writ
|e mode
   Component|ucb
 Version|OOo 2.2 RC2
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mhu
 Reported by|philippsadleder





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:03:21 + 
2007 ---
This bug is forwarded from Ubuntu Launchpad:
https://launchpad.net/ubuntu/+source/openoffice.org/+bug/41985

Pop an openoffice document on a sftp:// 'share' under gnome, attempt to open.
File will open in read-only mode, even if permissions are otherwise correct.

A text-file in the same directory, will open in read-write mode with no problems
in gedit, which eliminates gnome-vfs.

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

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


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



[ui-issues] [Issue 37201] File Recent Documents sh ould be deletable

2007-03-16 Thread smsm1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37201





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:05:05 + 
2007 ---
*** Issue 75438 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]



[framework-issues] [Issue 75438] cannot delete titles in re cent document list

2007-03-16 Thread smsm1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75438


User smsm1 changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:05:07 + 
2007 ---
This is a duplicate of issue 37201

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

-
Please do not reply to this automatically generated notification from
Issue 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 75447] API: get an XDevice from t he document

2007-03-16 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75447
 Issue #|75447
 Summary|API: get an XDevice from the document
   Component|Spreadsheet
 Version|680m199
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|tbe
 Reported by|dr





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:05:23 + 
2007 ---
In order to import column widths from XLSX files, we need the possibility to 
get an output device interface (printer or default device) from the document 
model.

-
Please do not reply to this automatically generated notification from
Issue 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 75447] API: get an XDevice from t he document

2007-03-16 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75447


User dr changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.x





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

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


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



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-16 Thread philippsadleder
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75446


User philippsadleder changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43737)
read-only check for
|  | gnomevfs






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:06:36 + 
2007 ---
Created an attachment (id=43737)
read-only check for gnomevfs


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

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


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



[ui-issues] [Issue 37201] File Recent Documents sh ould be deletable

2007-03-16 Thread smsm1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37201


User smsm1 changed the following:

What|Old value |New value

  CC|'drichard,jjmckenzie,pesch|'drichard,jjmckenzie,pesch
|tra,sardisson'|tra,sardisson,smsm1,tomina
|  |tor1st'





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:06:48 + 
2007 ---
Adding cc for users from duplicate issue.

Also under Mac OS X, there is a System Wide option to determine the number of
items in the recent documents list. I have taken a look through the GUI options
for ooo and cannot find 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]



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-16 Thread philippsadleder
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75446





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:07:21 + 
2007 ---
The attached file shows a section from OO.o source.
It checks if the remote file has owner or group matches the uid/gid of the
running Openoffice process (!)
This is all just plain wrong:

- Local and remote users/groups aren't necessarily matching.
- Openoffice checks things which lay in the domain of libgnomevfs
- Even if users/groups are in sync on local/remote system, there can be
supplementary groups the user (on both sides) can be part of.

-
Please do not reply to this automatically generated notification from
Issue 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 57984] Frequent flicker of docume nt after load

2007-03-16 Thread volkerme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57984





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:11:48 + 
2007 ---
Confirming the behaviour again with OOo2.2-RC3, WinXP
Also confirming the behaviour as described by norbert2

Can anyone please check if this is happening only with objects that are anchored
as 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]



[graphics-issues] [Issue 75421] Crash when changing to ful lscreen/windowed mode

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75421


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cgu





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:14:43 + 
2007 ---
Reassigned.

-
Please do not reply to this automatically generated notification from
Issue 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 75439] Header Footer Landscape/Po rtrait independ to page.

2007-03-16 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75439


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:20:32 + 
2007 ---
Reassigned to requirements.

-
Please do not reply to this automatically generated notification from
Issue 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 75445] Rendering bug when scrolli ng with mousewheel

2007-03-16 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75445


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |sba





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:21:33 + 
2007 ---
Reassigned to SBA.

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

-
To unsubscribe, e-mail: [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 75434] Incorrect number of record s displayed in form navigator

2007-03-16 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75434


User msc changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:22:01 + 
2007 ---
Resolve issue, mark it as duplicate of issue 35191

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

-
Please do not reply to this automatically generated notification from
Issue 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 35191] Not all, only ~11 rows dis played in MailMerge / Table window

2007-03-16 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35191





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:22:00 + 
2007 ---
*** Issue 75434 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]



[dba-issues] [Issue 75434] Incorrect number of record s displayed in form navigator

2007-03-16 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75434


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:22:30 + 
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]



[ucb-issues] [Issue 75446] Openoffice won't open file s using sftp:// in read/write mode

2007-03-16 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75446


User rene changed the following:

What|Old value |New value

  CC|''|'rene'





-
Please do not reply to this automatically generated notification from
Issue 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 75436] Filtering form records by using an unbound control on the form

2007-03-16 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75436


User msc changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:27:32 + 
2007 ---
HI,

I reassign this issue to the User Experience team for evaluating.

Bye Marc

-
Please do not reply to this automatically generated notification from
Issue 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 57129] Table cell assigned colour not applied across CR

2007-03-16 Thread idwal
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57129


User idwal changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43738)
Writer file (odt) w
|  |ith two tables.






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:30:48 + 
2007 ---
Created an attachment (id=43738)
Writer file (odt) with two tables.


-
Please do not reply to this automatically generated notification from
Issue 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 75371] bed location of collapsing pluses

2007-03-16 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75371


User fst changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:32:33 + 
2007 ---
Hi,

this is not a defect but different behaviour between Calc and Excel. Excel
locates the colapsing sign directly on the line above the first hidden one
making it impossible to group eg. lines 5 and 6 and 7 and 8. Calc can do so. If
we will change our behaviour to work as Excel do, we will become incompatible to
ourself, so this is a wontfix Issue.

Frank

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

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


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



[sw-issues] [Issue 57129] Table cell assigned colour not applied across CR

2007-03-16 Thread idwal
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57129





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:32:36 + 
2007 ---
I am surprised that you find a difficulty in replicating this bug since it
always happens when I perform the manoeuvre even with the latest release i.e. V
2.1, which I am currently using.
This morning I have created a file specifically to allow you to experience the
problem. It is not the way I normally use the tables but it still exhibits the
same issue.
The file comprises just two table. One table with black borders contains largely
black text which has the font color attribute of Automatic in Font Effects,
with some text set to a red colour.
The second table has borders set to Blue 7 and the cell content Character
property Font Color set to Light Blue, again in Font Effects.
All the cells are set with vertical alignment set to Middle and the centre
column is set to Centred.
The rest of properties are as default setting used when the table was created.
All you need to do to replicate the issue is to copy and paste, individually,
the contents of each cell in the first (populated table) into the corresponding
cells in the second (coloured) table and you will experience some varied results
in the way the font attributes are transferred.

-
Please do not reply to this automatically generated notification from
Issue 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 75371] bed location of collapsing pluses

2007-03-16 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75371


User fst changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:32:52 + 
2007 ---
closed wontfix

-
Please do not reply to this automatically generated notification from
Issue 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 75305] Linking spreadsheets as da ta sources

2007-03-16 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75305


User fst changed the following:

What|Old value |New value

 Assigned to|oc|requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:37:15 + 
2007 ---
Hi,

sounds interesting but is IMHO a new feature for an enhanced table model in
writer or a complete new application. I will forward this Issue to the
requirements team and let them decide if it's valuable or not. 

Frank

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

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


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



[graphics-issues] [Issue 75403] New Chart: Categories and Labels not localized for Own Data

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75403


User bm changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43740)
Patch for the fix






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:44:47 + 
2007 ---
Created an attachment (id=43740)
Patch for the fix


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

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


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



[graphics-issues] [Issue 75403] New Chart: Categories and Labels not localized for Own Data

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75403


User bm changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:45:58 + 
2007 ---
Fixed when applying the attached patch.

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

-
To unsubscribe, e-mail: [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 29949] Excel Import: Add support for default number formats

2007-03-16 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29949


User dr changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo Later |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:47:00 + 
2007 ---
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]



[graphics-issues] [Issue 75448] Z-order of OLE objects and autoshapes broken in slide show view

2007-03-16 Thread tml
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75448
 Issue #|75448
 Summary|Z-order of OLE objects and autoshapes broken in slide 
|show view
   Component|Presentation
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|wg
 Reported by|tml





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:49:22 + 
2007 ---
A slide in an ODP file that contains what I think is an imported OLE graphic and
an autoshape box with test look differently in the Normal view and in the Slide
Show view. In the Normal view the autoshape text does not overlap with the
graphic. In Slide Show view the text isn't visible unless one uses
right-click:Arrange to bring the OLE Object to the front. (Which is strange, as
it seems that the OLE Object *covers* the autoshape object in the Slide Show
view in the first place. So how can bringing it to the front make the autoshape
object *more* visible?)

I will attach a sample file.

This problem was originally noticed in an imported PPT file, but the effect
survives saving as ODP and reloading from that.

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

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


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



[lingucomponent-issues] [Issue 66683] hunspell dmake debug=x fai ls

2007-03-16 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66683


User nemeth changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 09:53:41 + 
2007 ---
.

-
Please do not reply to this automatically generated notification from
Issue 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 75418] new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt wo rk correct.

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75418


User bm changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43741)
Patch for svx to al
|  |low the GraphicExporter to
|  | generate a high-contrast 
|  |version with the FilterDat
|  |a flag HighContrast






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:02:10 + 
2007 ---
Created an attachment (id=43741)
Patch for svx to allow the GraphicExporter to generate a high-contrast version 
with the FilterData flag HighContrast


-
Please do not reply to this automatically generated notification from
Issue 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 75418] new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt wo rk correct.

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75418


User bm changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43742)
Fix for chart2 to s
|  |upport high-contrast image
|  |, implement XTransferable 
|  |in ChartModel






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:03:02 + 
2007 ---
Created an attachment (id=43742)
Fix for chart2 to support high-contrast image, implement XTransferable in 
ChartModel


-
Please do not reply to this automatically generated notification from
Issue 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 75418] new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt wo rk correct.

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75418


User bm changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:06:40 + 
2007 ---
Fixed when applying the three attached patches to svx, chart2 and embeddedobj in
chart2mst3. (Use patch -c -p0  patchfile in the project root of the
corresponding project to apply).

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



[api-issues] [Issue 65999] loadComponent hangs in -no logo mode after changing the icon-style from Automatic to Default

2007-03-16 Thread clutz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65999


User clutz changed the following:

What|Old value |New value

Platform|Opteron/x86_64|All





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:10:36 + 
2007 ---
Can someone confirm this please?

-
Please do not reply to this automatically generated notification from
Issue 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 75418] new Chart: A11y: Rendering for Replacementimage for 3D Charts doesnt wo rk correct.

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75418


User bm changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43743)
Fix in embeddedobj 
|  |to prefer getPreferredVisu
|  |alRepresentation over XTra
|  |nsferable






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:03:55 + 
2007 ---
Created an attachment (id=43743)
Fix in embeddedobj to prefer getPreferredVisualRepresentation over XTransferable


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



[api-issues] [Issue 67878] creation of bookmarks with dimension does not work with some XTextRanges

2007-03-16 Thread clutz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67878


User clutz changed the following:

What|Old value |New value

  OS/Version|Windows 2000  |All

Platform|Opteron/x86_64|All





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:14:36 + 
2007 ---
Changing plattform and os to all.

Can someone please confirm 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 75448] Z-order of OLE objects and autoshapes broken in slide show view

2007-03-16 Thread tml
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75448


User tml changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43744)
Sample .odp fiile






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:15:28 + 
2007 ---
Created an attachment (id=43744)
Sample .odp fiile


-
Please do not reply to this automatically generated notification from
Issue 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 71300] Crash when executing autot est format.bas

2007-03-16 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71300


User af changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:17:45 + 
2007 ---
It happens again in CWS components1.

One possible solution to this is to not call the tiFormat3D_Effekte test for all
platforms.  At the moment the test is called for all platforms except Solaris 
SPARC.

-
Please do not reply to this automatically generated notification from
Issue 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 71300] Crash when executing autot est format.bas

2007-03-16 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71300


User af changed the following:

What|Old value |New value

 Assigned to|wg|fredrikh

  Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:18:20 + 
2007 ---
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 71300] Crash when executing autot est format.bas

2007-03-16 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71300





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:19:24 + 
2007 ---
*** Issue 75420 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 75420] Crash when running g_forma t.bas

2007-03-16 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75420


User af changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:19:25 + 
2007 ---
The same problem is described in issue 71300.

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

-
Please do not reply to this automatically generated notification from
Issue 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 75420] Crash when running g_forma t.bas

2007-03-16 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75420


User af changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:20:53 + 
2007 ---
Closing because it is a 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]



[gsl-issues] [Issue 75450] Unicode Surrogate Characte rs do not display on Win2K

2007-03-16 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75450
 Issue #|75450
 Summary|Unicode Surrogate Characters do not display on Win2K
   Component|gsl
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|Windows 2000
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|hdu
 Reported by|hdu





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:27:26 + 
2007 ---
Followup to issue 40391. The same surrogate support code which works on WinXP
doesn't work on Win2K. This should needs to be analyzed.

-
Please do not reply to this automatically generated notification from
Issue 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 40391] Unicode Surrogate Characte rs do not display

2007-03-16 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40391





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:29:22 + 
2007 ---
Confirming that OOo on Win2K has display problems with unicode surrogate pairs.
I submitted issue 75450 for the Win2K specific aspect, since this issue is
already overloaded (it started as problem on all platforms to windows all
and now to win2K and older).

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



[api-issues] [Issue 69366] supportsService on Textpor tion type Frame crashes OOo

2007-03-16 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69366





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:30:56 + 
2007 ---
Could someone please set a target milestone for this one.

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

-
To unsubscribe, e-mail: [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 71558] new chart: Wizard : Select 3d, deselect = the object borders are gone

2007-03-16 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71558


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:35:53 + 
2007 ---
Borders are still there - 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]



[sc-issues] [Issue 62731] Keyboard shortcut for defa ult text formating is buggy in Calc

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


User ace_dent changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |oooqa

 Summary|Keyboard shortcuts for for|Keyboard shortcut for defa
|mating text in Calc have i|ult text formating is bugg
|ssues |y in Calc

Target milestone|not determined|OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:37:36 + 
2007 ---
Tested with OOo 2.1 Calc, Win XP PC. Confirmed.
- Start to enter text into a cell.
- Type 's'.
- Switch to subscript [ctrl+shft+b] and type '11'. OK.
- Switch to superscript [ctrl+shft+p] and type 'E'. OK.
- Try to switch back to normal character position [ctrl+shft+space]and type
'XX'. Defect: Default formatting is not applied, text is still superscript.

This functions correctly for Bold / Italic and other formatting options. Just
doesn't seem to work for setting Default formatting in this way (which does
function for Writer). Easy work-around is to just type your text (e.g. 'XX'),
select the text while still editing the cell and with the text selected use
[ctrl+shft+space] - this functions correctly.

-
Please do not reply to this automatically generated notification from
Issue 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 75452] recognize h as represent ing hours

2007-03-16 Thread pagalmes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75452
 Issue #|75452
 Summary|recognize h as representing hours
   Component|Spreadsheet
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|pagalmes





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:39:25 + 
2007 ---
At the moment, when you type 11:, OOo will recognize it as an hour and replace
it with 11:00.

In France (and I suppose in other countries), we often use h as a delimiter
for hours instead of the :. For example: 11h00, instead of 11:00.

So, in Calc, it would be nice that when typing 11h it would recognize it as an
hour and stick to the HHhMM format, which would give 11h00.

-
Please do not reply to this automatically generated notification from
Issue 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 75167] restoring session and work spaces

2007-03-16 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75167


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43745)
you mean like this.
|  |..






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:40:04 + 
2007 ---
Created an attachment (id=43745)
you mean 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]



[framework-issues] [Issue 75167] restoring session and work spaces

2007-03-16 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75167





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:41:03 + 
2007 ---
yes, that works for me on GNOME. If it also works under windows then indeed it
seems far better than introducing a workaround status indicator

-
Please do not reply to this automatically generated notification from
Issue 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 71167] new chart: SO7 chart impor ts with wrong column width

2007-03-16 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71167


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 10:43:13 + 
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]



[gsl-issues] [Issue 70388] set a standard gtk prg nam e

2007-03-16 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70388


User obr changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:05:55 + 
2007 ---
Fixed this by mapping g_get_prgname to Application::GetAppName (after moving the
initialization of the later before SVMain() get actually called).

As a result, the application name reported to atk browsers will be soffice as
soon as CWS atkbridge6 gets integrated (probably OOo 2.3).

If consistency to the generic plugin is important, I propose to change the
string there, as AppName seems to fit nicely to how glib prgname is specified.

-
Please do not reply to this automatically generated notification from
Issue 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 62731] Keyboard shortcut for defa ult text formating is buggy in Calc

2007-03-16 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62731


User fst changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:13:23 + 
2007 ---
Hi,

this is not a bug bis a missunderstanding I think. Default Formatting applies to
whole cells as it sets the default cellstyle. What you've described is a so
called Edit cell. If you apply the default cellstyle on such a cell, all sub and
superscripts would be eliminated. 

To solve your problem just use the Keys for Sub/Superscript again to switch this
mode off as it done the same way for e.g. Bold or Italic.

Default Formatting in Writer and Calc are different and can't be compared IMHO.

Frank

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

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


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



[www-issues] RE: [Issue 75274] cell shows different contents depending on from where you ente

2007-03-16 Thread Klemens Häckel

Hi Volker,

I am using here in Pardus 2007(kurulan) KDE 3.5.5.

Indeed my version of Openoffice indicates (in the package manager) 2.1.3

I have here also Windows 2003sp1/spanish, OOO2.1.0/spanish. there everything 
looks ok.
Recently i tried to reproduce the effect with a new fresh file in Linux, but 
i couldn't.


However in the uploaded file (i recently checked and downloaded from 
http://clickdimension.files.wordpress.com/2007/03/datetest.ppt - 
datetest.xls) it definitely keeps showing me this effect in Linux!


Maybe i should tell that the original file i have been maintaining for 
several years, using USB-stick, and several different versions of office MS 
+ OOO, in Windows and Linux, spanish and english mostly. Since i know this 
change was relatively recent (end of january 2007) i must have done it with 
Openoffice.org, but am not shure if 2.1/windows or 2.0 Linux (but not yet 
with my current 2.1.3 Linux version).


I will try now to test with some live CDs with OpenOffice, to see if i get 
the same result ?



greetings,

Klemens Häckel



From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Issue 75274] cell shows different contents depending on from 
where you enter

Date: 15 Mar 2007 13:58:21 -

To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75274


User volkerme changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Thu Mar 15 
13:58:20 + 2007 ---

Works for me on OOo-2.2-RC3 with WindowsXP

The input field and the table itself are changed at the same time during 
input.


@klhaeckel: We do not have a 2.1.3, is it 2.0.3 ?
Could you reproduce it on your system more than once?
Which windowmanager do you 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


_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.latam.msn.com/


-
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 62731] Keyboard shortcut for defa ult text formating is buggy in Calc

2007-03-16 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62731


User fst changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:13:43 + 
2007 ---
closed invalid

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

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


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



[www-issues] RE: [Issue 75274] cell shows different contents depending on from where you ente

2007-03-16 Thread Klemens Häckel

second reply.

i just tried to have a look with some live CDs, however in all of the ones i 
used, everything looked ok, means - i couldn't see the strange difference of 
the cell contents.


I used - (all Debian/KDE):
Kurumin 6.1/portuguese - OOO2.0 pt_br
Kuliax 6.0/english - OOO2.1 english
Knoppix 5.1.1/english - OOO2.1 english


greetings,

Klemens Häckel


From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Issue 75274] cell shows different contents depending on from 
where you enter

Date: 15 Mar 2007 13:58:21 -

To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75274


User volkerme changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Thu Mar 15 
13:58:20 + 2007 ---

Works for me on OOo-2.2-RC3 with WindowsXP

The input field and the table itself are changed at the same time during 
input.


@klhaeckel: We do not have a 2.1.3, is it 2.0.3 ?
Could you reproduce it on your system more than once?
Which windowmanager do you 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


_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.latam.msn.com/


-
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 75438] cannot delete titles in re cent document list

2007-03-16 Thread tm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75438


User tm changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:17:09 + 
2007 ---
closed 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]



[sc-issues] [Issue 75419] spreadsheet named ranges m iscalculate after adding new sheet

2007-03-16 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75419


User fst changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |cn





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:25:33 + 
2007 ---
Hi Christoph,

please have a look at the macro.

Thanks.

frank

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

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


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



[gsl-issues] [Issue 75332] 2-Monitor: context menu ou t visible area

2007-03-16 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75332


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:27:24 + 
2007 ---
fixed in CWS vcl75

-
Please do not reply to this automatically generated notification from
Issue 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 75440] Framework - some temp file s can be deleted while files are open.

2007-03-16 Thread pmike
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75440


User pmike changed the following:

What|Old value |New value

  CC|''|'pmike'





-
Please do not reply to this automatically generated notification from
Issue 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 75448] Z-order of OLE objects and autoshapes broken in slide show view

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75448


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cgu

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:28:10 + 
2007 ---
Sorry, but in slide show ther is no right click:arrange possible. I cannot see a
problem, both in normal view or in slide show mode.
Reassigned.

-
Please do not reply to this automatically generated notification from
Issue 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 75240] String Change Graphics t o Pictures

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75240


User wg changed the following:

What|Old value |New value

 Assigned to|wg|requirements





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:43:55 + 
2007 ---
Reassigned.

-
Please do not reply to this automatically generated notification from
Issue 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 75448] Z-order of OLE objects and autoshapes broken in slide show view

2007-03-16 Thread tml
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75448


User tml changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 11:46:11 + 
2007 ---
This seems to be a problem caused by the cairocanvas. Don't know if it is
Windows-specific even. Sorry. resolving as WORKSFORME. Will have to investigate
this closer with the cairocanvas people here at Novell.

-
Please do not reply to this automatically generated notification from
Issue 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 75453] make it possible to copy d iagrams to other applications

2007-03-16 Thread pirast
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75453
 Issue #|75453
 Summary|make it possible to copy diagrams to other application
|s
   Component|Spreadsheet
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|save-export
 Assigned to|spreadsheet
 Reported by|pirast





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:07:19 + 
2007 ---
Currently, it is not possible to copy diagrams to other applications than
OpenOffice.

For example, some users may want to paste their OpenOffice.org diagrams to the
Gimp in order to save them as a PNGs.

-
Please do not reply to this automatically generated notification from
Issue 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 75257] avoid unnecessary forced s hell calls in makefiles: finalize + mwsfinish

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


User hjs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:14:28 + 
2007 ---
lots of + prefixes removed. 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]



[dba-issues] [Issue 71165] Order of components in nav igator

2007-03-16 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71165


User msc changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:20:40 + 
2007 ---
Hi,

I can't reproduce this in OOO 2.0.4 nor in OOO 2.2.

Can you please attach a sample database which shows the issue.

Bye Marc

-
Please do not reply to this automatically generated notification from
Issue 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 74132] /solenv/inc/stand.lst not needed any more

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


User hjs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:25:53 + 
2007 ---
file is gone... i also found no traces of its usage in transex3 (localzation 
tools)

-
Please do not reply to this automatically generated notification from
Issue 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 75454] Spreadsheet modifies (7) t o -7

2007-03-16 Thread benuv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75454
 Issue #|75454
 Summary|Spreadsheet modifies (7) to -7
   Component|Spreadsheet
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows 2000
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|benuv





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:26:27 + 
2007 ---
In the spreadsheet just write any interger in a round bracket i.e. (x), then it 
modified the content of the cell to -x.

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

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


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



[api-issues] [Issue 67878] creation of bookmarks with dimension does not work with some XTextRanges

2007-03-16 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67878


User os changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:39:28 + 
2007 ---
SwXBookmark::attachToRange() accepts SwXTextCursor and SwXTextRange, only.

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

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


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



[api-issues] [Issue 67878] creation of bookmarks with dimension does not work with some XTextRanges

2007-03-16 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67878


User os changed the following:

What|Old value |New value

   Component|api   |Word processor

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

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:40:07 + 
2007 ---
Component changed, Target set to 2.x

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

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


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



[graphics-issues] [Issue 73914] Animated image with bitmap doesn't work in the running presentation

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73914





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:42:48 + 
2007 ---
*** Issue 75411 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 75411] Gif image no display when slide show

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75411


User wg changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:42:48 + 
2007 ---
Duplicate.

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

-
Please do not reply to this automatically generated notification from
Issue 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 75411] Gif image no display when slide show

2007-03-16 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75411


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:43:42 + 
2007 ---
Closed on thb's behalf.

-
Please do not reply to this automatically generated notification from
Issue 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 75454] Spreadsheet modifies (7) t o -7

2007-03-16 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75454


User gercokees changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:44:53 + 
2007 ---
Hi,
Thanks for your question.
Feels like a conditional formatting issue or an other formating issue.
Can you please attatch a file where this problem exists?
Thanks in advance

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

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:45:37 + 
2007 ---
changes look good

@pjanik: what are *.jnilib files?

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

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


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



[graphics-issues] [Issue 75297] New Chart: Insertion of an unnamed Dataseries in the Wizard/Data Source Dialog blocks Navigation and Closing

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75297


User bm changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43748)
Fix for xmloff to a
|  |llow export and import of 
|  |empty data series






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:51:33 + 
2007 ---
Created an attachment (id=43748)
Fix for xmloff to allow export and import of empty data series


-
Please do not reply to this automatically generated notification from
Issue 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 75297] New Chart: Insertion of an unnamed Dataseries in the Wizard/Data Source Dialog blocks Navigation and Closing

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75297


User bm changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43749)
Fix for chart2 that
|  | allows the creation of em
|  |pty series again






--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:52:27 + 
2007 ---
Created an attachment (id=43749)
Fix for chart2 that allows the creation of empty series 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]



[graphics-issues] [Issue 75297] New Chart: Insertion of an unnamed Dataseries in the Wizard/Data Source Dialog blocks Navigation and Closing

2007-03-16 Thread bm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75297


User bm changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Issue type|DEFECT|TASK

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:53:58 + 
2007 ---
Fixed when applying the attached patches to xmloff and chart2 chart2mst3. (Use
patch -c -p0  patchfile in the project root of the corresponding project to
apply).

-
Please do not reply to this automatically generated notification from
Issue 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 71165] Order of components in nav igator

2007-03-16 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71165


User msc changed the following:

What|Old value |New value

Priority|P2|P3





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:56:51 + 
2007 ---
change prio to 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]



[sc-issues] [Issue 75454] Spreadsheet modifies (7) t o -7

2007-03-16 Thread benuv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75454





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:56:53 + 
2007 ---
This is not a conditional statement, just write (7) it modifies it to -7 or any 
interger... I have created a .ods file.

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

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


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



[graphics-issues] [Issue 74658] new Chart: Font size for v ertically stacked Titles broken

2007-03-16 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74658


User kla changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:57:18 + 
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]



[sc-issues] [Issue 75433] Numeric field interpreted as alpha after import

2007-03-16 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75433


User gercokees changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 12:57:46 + 
2007 ---
Hi,
Thanks for your question.
You should use:
Format  Cells  Numbers  Currency (and choose your desired format) to add a
dollar-sign.
To add leading spaces you should use:
Format  Cells  Alignment  Left  Indent (and choose for exampel 10 pt

That xl works with numbers, containing characters and spaces is actualy a bug in
xl...
Closing 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]



  1   2   3   4   >