[installation-issues] [Issue 85880] Customizations lost on upg rade

2008-02-18 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85880


User of changed the following:

What|Old value |New value

 Assigned to|of|tm





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:15:51 + 
2008 ---
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]



[sw-issues] [Issue 86170] Hebrew vowels in PDF expor t

2008-02-18 Thread anieden
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86170
 Issue #|86170
 Summary|Hebrew vowels in PDF export
   Component|Word processor
 Version|OOo 2.3.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|mru
 Reported by|anieden





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:22:39 + 
2008 ---
Using the Ezra SIL font on Windows XP in OOo Writer gives very good results with
Hebrew vowels and accents. However, when exporting such a document to PDF, the
vowels (and accents) get shifted to the left about half a character width. I
will add test documents that show the phenomenon.

You can find the Ezra SIL font here:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsiitem_id=SILHebrUnic2

-
Please do not reply to this automatically generated notification from
Issue 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 86170] Hebrew vowels in PDF expor t

2008-02-18 Thread anieden
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86170





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:23:37 + 
2008 ---
Created an attachment (id=51556)
The ODT looking good in Writer


-
Please do not reply to this automatically generated notification from
Issue 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 86170] Hebrew vowels in PDF expor t

2008-02-18 Thread anieden
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86170





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:24:27 + 
2008 ---
Created an attachment (id=51557)
The PDF with vowels shifted to the left


-
Please do not reply to this automatically generated notification from
Issue 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 35579] Standard filter requires m ore options..

2008-02-18 Thread gaozm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35579





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:33:22 + 
2008 ---
Created an attachment (id=51559)
A patch about the XML import/export (sc) (1)


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

-
To unsubscribe, e-mail: [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 35579] Standard filter requires m ore options..

2008-02-18 Thread gaozm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35579





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:35:21 + 
2008 ---
Created an attachment (id=51560)
A patch about the XML import/export (xmloff) (1)


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

-
To unsubscribe, e-mail: [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 86171] MINA(range)=MIN(range): te xt should equal zero

2008-02-18 Thread aliby
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86171
 Issue #|86171
 Summary|MINA(range)=MIN(range): text should equal zero
   Component|Spreadsheet
 Version|OOo 2.3.1
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|aliby





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:48:02 + 
2008 ---
The solution to MINA(range) and MIN(range) is currently the same
MINA() should treat text as a zero value as per the function description even if
part of a range.

if A1=3; A2=2; A3=1; A4=text then
MIN(A1:A4) =1 as it ignores text entries
MINA(A1:A4)=1 where it should be zero

NOTE however that ...
MINA(A1:A3;A4)=0 as it recognizes the text in the single entry

Also on Linux OOo Calc 2.3.0 (don't have 2.3.1) ...
MINA(A1:A4)=0 as it should be.

-
Please do not reply to this automatically generated notification from
Issue 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 35579] Standard filter requires m ore options..

2008-02-18 Thread gaozm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35579





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:31:58 + 
2008 ---
Created an attachment (id=51558)
A patch about the XML import/export (offapi) (1)


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

-
To unsubscribe, e-mail: [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 80209] Page Preview in RTL should order pages from Right-to-Left

2008-02-18 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80209





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:55:50 + 
2008 ---
OD-ayaniger:
Anything new for this patch issue?

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

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


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



[sw-issues] [Issue 86051] PDF export creates very la rge files

2008-02-18 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86051





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:58:37 + 
2008 ---
As I understand, you get three different results with one file which you can
load with three office products.
Is it possible to get such kind of document to evaluate. 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]



[sw-issues] [Issue 85562] [notes2] tools-Options-Wri ter-View-Notes is not considered for document width

2008-02-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85562


User mba changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:06:29 + 
2008 ---
verified in CWS

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

-
To unsubscribe, e-mail: [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 86163] Regression: Broken line no t visible in 2.4-rc1

2008-02-18 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86163





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:12:30 + 
2008 ---
I had a look at this. When changing the linestyle using linestyle dropdown box
in the line and filling toolbar the problem is reproducible. But executing a
repaint (CTRL-SHIFT-R) shows the line with the desired changing. I think there
is just the repaint missing. Doing the line style change using the context
menu/line/line properties works for me.

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

-
To unsubscribe, e-mail: [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 85607] [notes2] redlining of spel l checking takes longer than neccessary after notes receives focus

2008-02-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85607


User mba changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:15:49 + 
2008 ---
verified in CWS

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

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


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



[porting-issues] [Issue 84999] ia64 port

2008-02-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84999





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:32:46 + 
2008 ---
@cmc:  (b) and (c) look OK.  For (a) I would prefer to more cleanly abstract
over vtable slots, as sketched in the attached SRC680m247-bridges-sketch.patch
for the shared parts and the gcc3_linux_intel platform.  The downside is that it
requires trivial modifications to all platforms, but I could help take care of 
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]



[porting-issues] [Issue 84999] ia64 port

2008-02-18 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84999


User sb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |51561)
proposed improvemen
|  |t (partial)






--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:34:01 + 
2008 ---
Created an attachment (id=51561)
proposed improvement (partial)


-
Please do not reply to this automatically generated notification from
Issue 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 85230] Adopt Insert / Statistics dialog to new behaviour

2008-02-18 Thread jsi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85230


User jsi changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:38:55 + 
2008 ---
verified in cvs checkout

-
Please do not reply to this automatically generated notification from
Issue 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 86172] Crash when pressing Show all in update dialog for extensions

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86172
 Issue #|86172
 Summary|Crash when pressing Show all in update dialog for ex
|tensions
   Component|framework
 Version|OOH680m7
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|jl
 Reported by|jl





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:39:34 + 
2008 ---
Install a shared extension for which exists an update. Then run the office as
restricted user (no write access to office/shared folder). Press the update
button in the Extension Manager dialog. When the update window appears press the
Show all check box - the office crashes.

To reproduce one an use one of the extensions in 
desktop/test/deployment/update/publisher

-
Please do not reply to this automatically generated notification from
Issue 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 86172] Crash when pressing Show all in update dialog for extensions

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86172


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:40:25 + 
2008 ---
.

-
Please do not reply to this automatically generated notification from
Issue 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 86172] Crash when pressing Show all in update dialog for extensions

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86172





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:41:01 + 
2008 ---
I tested this on window 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]



[porting-issues] [Issue 84999] ia64 port

2008-02-18 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84999





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:46:05 + 
2008 ---
:-( having to make 20 blind changes to the other uno bridges was what I most 
feared.

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

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85792





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:46:26 + 
2008 ---
The higher layers don't care for whether a table is in fact a view. That is, the
table is asked for its relationships to other tables, by using either the
database meta data or (if present) the sdbcx-level interfaces.

So, I would look for inconsistencies here between the normal table and the
view implementation in the driver.

-
Please do not reply to this automatically generated notification from
Issue 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 86173] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86173
 Issue #|86173
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|oc
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:49:47 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 86174] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86174
 Issue #|86174
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|hde
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:50:04 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 85230] Adopt Insert / Statistics dialog to new behaviour

2008-02-18 Thread jsi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85230


User jsi changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:37:17 + 
2008 ---
fixed

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

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


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



[dba-issues] [Issue 86157] Database Wizard: Open an existing database file silently does nothing if most recently used document has been delete d or moved

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86157


User fs changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |fs

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Database Wizard: Open an |Database Wizard: Open an 
|existing database file sh|existing database file si
|ould not crash if most rec|lently does nothing if mos
|ently used document has be|t recently used document h
|en deleted or moved   |as been deleted or moved

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:31:15 + 
2008 ---
Adjusting summary. The wizard does not crash, it silently exits. If you started
the wizard from within another OOo document, you'll notice there in fact is no
crash.

-
Please do not reply to this automatically generated notification from
Issue 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 86178] entering a wrong password for a read-only database document locks your o ut of the DB for the complete session

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86178
 Issue #|86178
 Summary|entering a wrong password for a read-only database doc
|ument locks your out of the DB for the complete sessio
|n
   Component|Database access
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|fs
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:57:15 + 
2008 ---
- have a database document (.odb) which works on a database which requires
  authentication
- make this document read-only in the file system
- open the document in OOo
- in the left panel, switch to the Tables section, this way connecting
  to the database
= a login dialog opens
- enter a _wrong_ password, and leave the Remember password until end of
  session checked, then confirm the login dialog with OK
= an error message pops up saying the connection could not be established
- close and re-open the database document
- try connecting, again
= the login dialog doesn't re-appear, it seems OOo remembered the *wrong*
   password

-
Please do not reply to this automatically generated notification from
Issue 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 86179] Add URL field to user data

2008-02-18 Thread digisus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86179
 Issue #|86179
 Summary|Add URL field to user data
   Component|Word processor
 Version|OOo 2.3.0 RC1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|configuration
 Assigned to|mru
 Reported by|digisus





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:58:44 + 
2008 ---
Tools|Options|User Data allows entering the name, organisation and full address
including email address and fax, but it is not possible to put a URL address
there. To be able to design, e.g. letter templates that take all user data into
account this feature is needed as URLs are an important part of an address these
days. Thanks for considerung that small change.

-
Please do not reply to this automatically generated notification from
Issue 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 86172] Crash when pressing Show all in update dialog for extensions

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86172


User jl changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |84957
  is|  |





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

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


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



[sw-issues] [Issue 86160] 2160 label printing

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86160


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |hi





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:03:11 + 
2008 ---
Reassigned to HI.

-
Please do not reply to this automatically generated notification from
Issue 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 86178] [CWS odbmacros2] entering a wrong password for a read-only database docu ment locks your out of the DB for the complete session

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86178


User fs changed the following:

What|Old value |New value

Keywords|  |regression

 Summary|entering a wrong password |[CWS odbmacros2] entering 
|for a read-only database d|a wrong password for a rea
|ocument locks your out of |d-only database document l
|the DB for the complete se|ocks your out of the DB fo
|ssion |r the complete session

Target milestone|---   |next build





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:06:07 + 
2008 ---
This actually seems to be a regression in CWS odbmacros2: It happens in this CWS
(and in older releases of OOo), but not in the MWS which the CWS is based on.

-
Please do not reply to this automatically generated notification from
Issue 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 86180] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86180
 Issue #|86180
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|msc
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:07:13 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 86181] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86181
 Issue #|86181
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|jsk
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:07:58 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 7747] select all/click select poo r behavior with tables at beginning of documen t

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=7747





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:09:29 + 
2008 ---
*** Issue 86144 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]



[sw-issues] [Issue 86144] Select All functionality i ssue

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86144


User mru changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:09:32 + 
2008 ---
Known problem, feel free to vote for issue 7747.

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

-
Please do not reply to this automatically generated notification from
Issue 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 86182] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86182
 Issue #|86182
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|tbo
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:10:06 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 86144] Select All functionality i ssue

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86144


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:10:16 + 
2008 ---
Closing duplicate.

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

-
To unsubscribe, e-mail: [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 84957] track potential 2.4 blocke rs

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84957


User mru changed the following:

What|Old value |New value

 IssuesThisDependsOn|74943,76623,80225,80446,80|74943,76623,80225,80446,80
|684,82258,83934,84151,8420|684,82258,83934,84151,8420
|9,84265,84998,85044,85106,|9,84265,84998,85044,85106,
|85215,85216,85289,85290,85|85215,85216,85289,85290,85
|304,85334,85371,85381,8544|304,85334,85371,85381,8544
|4,85445,85457,85462,85464,|4,85445,85457,85462,85464,
|85466,85480,85494,85502,85|85466,85480,85494,85502,85
|556,85591,85624,85632,8563|556,85591,85624,85632,8563
|9,85662,85684,85687,85717,|9,85662,85684,85687,85717,
|85734,85749,85822,858 |85734,85749,85822,858





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:12:34 + 
2008 ---
Added issue 84957.

-
Please do not reply to this automatically generated notification from
Issue 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 86131] WW8: document properties i mported as empty fields

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86131


User mru changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |84957
  is|  |





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

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


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



[framework-issues] [Issue 86183] File picker crashes when o pening directory with aliases

2008-02-18 Thread hwieser
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86183
 Issue #|86183
 Summary|File picker crashes when opening directory with aliase
|s
   Component|framework
 Version|680m247
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|hwieser





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:18:15 + 
2008 ---
OOo 2.4 will crash when opening a drectory containing aliases. Reproducible.
Opening documents from normal directories works OK.
Platform is 10.4.11 (Tiger) MacBookPro, 2G RAM

-
Please do not reply to this automatically generated notification from
Issue 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 86177] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86177
 Issue #|86177
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|jsi
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:55:43 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 86170] Hebrew vowels in PDF expor t

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86170


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |hi





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:54:33 + 
2008 ---
Reassigned to HI.

-
Please do not reply to this automatically generated notification from
Issue 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 86175] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86175
 Issue #|86175
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|fredrikh
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:55:08 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 86176] Remove menu entry insert Applet

2008-02-18 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86176
 Issue #|86176
 Summary|Remove menu entry insert Applet
   Component|framework
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|wg
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 09:55:25 + 
2008 ---
*** autogenerated child task for Issue 86118 ***

-
Please do not reply to this automatically generated notification from
Issue 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 84957] track potential 2.4 blocke rs

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84957


User jl changed the following:

What|Old value |New value

 IssuesThisDependsOn|74943,76623,80225,80446,80|74943,76623,80225,80446,80
|684,82258,83934,84151,8420|684,82258,83934,84151,8420
|9,84265,84998,85044,85106,|9,84265,84998,85044,85106,
|85215,85216,85289,85290,85|85215,85216,85289,85290,85
|304,85334,85371,85381,8544|304,85334,85371,85381,8544
|4,85445,85457,85462,85464,|4,85445,85457,85462,85464,
|85466,85480,85494,85502,85|85466,85480,85494,85502,85
|556,85591,85624,85632,8563|556,85591,85624,85632,8563
|9,85662,85684,85687,85717,|9,85662,85684,85687,85717,
|85734,85749,85822,858 |85734,85749,85822,858





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:00:14 + 
2008 ---
added issue 86172

-
Please do not reply to this automatically generated notification from
Issue 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 39363] Predefined styles can not be deleted

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39363


User mru changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|WONTFIX   |





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:23:45 + 
2008 ---
Reopeneing issue.

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

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


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



[sw-issues] [Issue 39363] Predefined styles can not be deleted

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39363


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  Issue type|DEFECT|ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:25:24 + 
2008 ---
Reassigning to requirements, so that the possibility to delete the predefined
styles will somehow be added.

-
Please do not reply to this automatically generated notification from
Issue 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 86184] Settings problems with too lbars in IDE

2008-02-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86184
 Issue #|86184
 Summary|Settings problems with toolbars in IDE
   Component|framework
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mba
 Reported by|bmarcelly





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:28:35 + 
2008 ---
These anomalies are probably linked, so I create only one issue.
In the IDE the standard bar and the macro bar are displayed. I want to dock 
both bars.

1) If I set the macro bar above the standard bar, this configuration is 
memorized.
But if I block both bars, the blocked state of the macro bar is not memorized 
(close 
the IDE, reopen it). See attachement IDE01.gif

2) If I set the standard bar above the macro bar, this configuration is _not_ 
memorized, even if the bars are blocked.
At reopening of the IDE both bars are displayed on the same line. See 
attachment 
IDE02.gif
I don't have this anomaly if I open the IDE from the StartModule window.

3) In all cases, Menu View  Toolbars does not indicate the macro bar, see 
attachment 
IDE03.gif
The macro bar indication may reappear if I display also the dialog bar (not 
reproductible).

-
Please do not reply to this automatically generated notification from
Issue 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 86184] Settings problems with too lbars in IDE

2008-02-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86184





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:29:31 + 
2008 ---
Created an attachment (id=51562)
macro bar blocked state not memorized


-
Please do not reply to this automatically generated notification from
Issue 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 86179] Add URL field to user data

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86179


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |tm

   Component|Word processor|framework

  Issue type|FEATURE   |ENHANCEMENT

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

Subcomponent|configuration |ui





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:30:47 + 
2008 ---
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 86179] Add URL field to user data

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86179


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |tm

   Component|Word processor|framework

  Issue type|FEATURE   |ENHANCEMENT

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

Subcomponent|configuration |ui





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:30:47 + 
2008 ---
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 86184] Settings problems with too lbars in IDE

2008-02-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86184





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:30:56 + 
2008 ---
Created an attachment (id=51563)
standard bar above macro bar is rejected


-
Please do not reply to this automatically generated notification from
Issue 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 86184] Settings problems with too lbars in IDE

2008-02-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86184





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:31:34 + 
2008 ---
Created an attachment (id=51564)
Menu View  Toolbars does not indicate the macro bar


-
Please do not reply to this automatically generated notification from
Issue 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 71010] [a11y] OOo doesn't impleme nt the MEMBER_OF relation for radio buttons.

2008-02-18 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71010


User tbe changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:31:44 + 
2008 ---
Verified again on OOH680m7 and SRC680m245.


-
Please do not reply to this automatically generated notification from
Issue 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 86153] serious bug that causes in stant crash

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86153





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:37:35 + 
2008 ---
Hello Vid,
I also think, that the crash deals somehow with the formula objects.
Could you please send the document in question to me (or attach it to the issue
if it's not confidential), so that I can test it with out newest builds? Thanks
a lot!

-
Please do not reply to this automatically generated notification from
Issue 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 86178] [CWS odbmacros2] entering a wrong password for a read-only database docu ment locks your out of the DB for the complete session

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86178


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:39:08 + 
2008 ---
fixed in CWS odbmacros2

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fodbmacros2

-
Please do not reply to this automatically generated notification from
Issue 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 85064] [Notes2] No scrolling of d ocument content by use of the mouse wheel

2008-02-18 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85064


User es changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:39:21 + 
2008 ---
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]



[framework-issues] [Issue 86174] Remove menu entry insert Applet

2008-02-18 Thread hde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86174


User hde changed the following:

What|Old value |New value

 Assigned to|hde   |fha





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:39:46 + 
2008 ---
HDE-FHA: Please take over

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

-
To unsubscribe, e-mail: [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 83197] A11y: Leave accessible nam e and description for text engine paragraphs e mpty

2008-02-18 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83197


User tbe changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:40:00 + 
2008 ---
Verified again on OOH680m7 and SRC680m245.

-
Please do not reply to this automatically generated notification from
Issue 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 85225] Preadjustments for embeddi ng of chart object into reports.

2008-02-18 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85225


User oj changed the following:

What|Old value |New value

 Summary|Allow the embedding of cha|Preadjustments for embeddi
|rt object into reports.   |ng of chart object into re
|  |ports.





-
Please do not reply to this automatically generated notification from
Issue 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 86147] Switching between sections with the mouse cursor

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86147





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:51:36 + 
2008 ---
I did not fully understand what you desire here. Could you please explain a
little more detailed what you mean by it is impossible to switch from section
with the mouse.

-
Please do not reply to this automatically generated notification from
Issue 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 86131] WW8: document properties i mported as empty fields

2008-02-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86131


User mba changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:53:50 + 
2008 ---
fixed in CWS builtinpropsfix

-
Please do not reply to this automatically generated notification from
Issue 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 84957] track potential 2.4 blocke rs

2008-02-18 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84957



This issue depends on issue 86131, which changed state:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





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

-
To unsubscribe, e-mail: [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 86185] changing the login user in a database document locks you out of the DB f or the rest of the session

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86185
 Issue #|86185
 Summary|changing the login user in a database document locks y
|ou out of the DB for the rest of the session
   Component|Database access
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|fs
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:54:59 + 
2008 ---
- have a database with at least two different user accounts, say A and B, with
  different passwords
- set up a database document (.odb) connecting to this database
- connect with user A
- save the database document, this way also saving the user name A
- close the database document
- make the document read-only in the file system
- open the database document in OOo
- connect to the database (by selecting Tables in the left pane)
= the login dialog pops up, pre-filled with user name A
- enter the name of user B, and the proper password, and leave the Remember
  password until end of session checked, then confirm the login dialog with
  OK
= the connection is successfully established
- close and re-open the database document
- try connecting to the database
= an authentication error is displayed. It seems OOo used user name A, but
   password for user B.

-
Please do not reply to this automatically generated notification from
Issue 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 86185] changing the login user in a database document locks you out of the DB f or the rest of the session

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86185


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 10:56:55 + 
2008 ---
fixed while passing in CWS odbmacros2

-
Please do not reply to this automatically generated notification from
Issue 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 86186] TextField control with ver tical scrollbar does not have contour

2008-02-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86186
 Issue #|86186
 Summary|TextField control with vertical scrollbar does not hav
|e contour
   Component|framework
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mba
 Reported by|bmarcelly





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:00:48 + 
2008 ---
Put in a Writer document a TextField control.
With the properties panel for the control, set Scrollbars to : vertical.
See the result in attachment TextFieldV.gif : no more contour of the control.

Existing documents with such controls are not correctly displayed : regression.

I did not test with other controls.

-
Please do not reply to this automatically generated notification from
Issue 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 86186] TextField control with ver tical scrollbar does not have contour

2008-02-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86186





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:01:49 + 
2008 ---
Created an attachment (id=51565)
TextField control does not have visible contour


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

2008-02-18 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85793


User st changed the following:

What|Old value |New value

 Assigned to|ssh2key   |jsc





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:06:46 + 
2008 ---
Ariel's key has been been installed. Juergen, you would have to give CVS write
access to the api project.


-
Please do not reply to this automatically generated notification from
Issue 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 86163] Regression: Broken line no t visible in 2.4-rc1

2008-02-18 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86163


User wg changed the following:

What|Old value |New value

 Assigned to|cgu   |aw

Target milestone|---   |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:10:33 + 
2008 ---
Reassinged. Seems to be a showstopper.

-
Please do not reply to this automatically generated notification from
Issue 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 84957] track potential 2.4 blocke rs

2008-02-18 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84957


User wg changed the following:

What|Old value |New value

 IssuesThisDependsOn|74943,76623,80225,80446,80|74943,76623,80225,80446,80
|684,82258,83934,84151,8420|684,82258,83934,84151,8420
|9,84265,84998,85044,85106,|9,84265,84998,85044,85106,
|85215,85216,85289,85290,85|85215,85216,85289,85290,85
|304,85334,85371,85381,8544|304,85334,85371,85381,8544
|4,85445,85457,85462,85464,|4,85445,85457,85462,85464,
|85466,85480,85494,85502,85|85466,85480,85494,85502,85
|556,85591,85624,85632,8563|556,85591,85624,85632,8563
|9,85662,85684,85687,85717,|9,85662,85684,85687,85717,
|85734,85749,85822,858 |85734,85749,85822,858





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:17:34 + 
2008 ---
86163 added.

-
Please do not reply to this automatically generated notification from
Issue 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 86163] Regression: Broken line no t visible in 2.4-rc1

2008-02-18 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86163


User wg changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |84957
  is|  |





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

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


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



[dba-issues] [Issue 86185] changing the login user in a database document locks you out of the DB f or the rest of the session

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86185


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





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

-
To unsubscribe, e-mail: [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 85090] [swcrossref01] Internal Re ferences are visible on mouse hover

2008-02-18 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85090


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:26:31 + 
2008 ---
Verified in CWS swcrossref01

-
Please do not reply to this automatically generated notification from
Issue 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 86187] forms/reports should remem ber their window geometry even when opened rea d-only

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86187
 Issue #|86187
 Summary|forms/reports should remember their window geometry ev
|en when opened read-only
   Component|Database access
 Version|OOo 2.4 RC1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|oj
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:27:38 + 
2008 ---
- open the attached database document
- open the contained form by double-clicking it
- change the form's window size so that it nicely fits to the content
- close the form
- open the form again, by double-clicking it
= the window size is back to the old (ugly) values

There is no reason why a change the the window position/size is not persistent
in this scenario. In fact, when the user changed them, he expects them to be the
same next time.

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

-
To unsubscribe, e-mail: [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 86018] [cws presenterview] Writer Crash after installing Extension

2008-02-18 Thread clu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86018


User clu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:28:42 + 
2008 ---
fixed in the (12-2 built) cws version

-
Please do not reply to this automatically generated notification from
Issue 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 86018] [cws presenterview] Writer Crash after installing Extension

2008-02-18 Thread clu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86018


User clu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:29:37 + 
2008 ---
verified in cws

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

-
To unsubscribe, e-mail: [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 86187] forms/reports should remem ber their window geometry even when opened rea d-only

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86187





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:31:12 + 
2008 ---
Created an attachment (id=51566)
document to reproduce the bug case


-
Please do not reply to this automatically generated notification from
Issue 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 84783] WW8 import: anchored objec t attribute LayoutInTableCell not correct ev aluated

2008-02-18 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84783





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:42:55 + 
2008 ---
*** Issue 85098 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]



[sw-issues] [Issue 85098] WW8: pictures in table not correctly wrapped on import

2008-02-18 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85098


User od changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:42:59 + 
2008 ---
duplicate of issue 84783

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

-
Please do not reply to this automatically generated notification from
Issue 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 83479] user interface implementat ion for direct cross-references

2008-02-18 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83479


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:44:31 + 
2008 ---
Verified in CWS swcrossref01

-
Please do not reply to this automatically generated notification from
Issue 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 85091] [swcrossref01] use term n umbered paragraph instead of numbered item

2008-02-18 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85091


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:25:14 + 
2008 ---
Verified in CWS swcrossref01

-
Please do not reply to this automatically generated notification from
Issue 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 86174] Remove menu entry insert Applet

2008-02-18 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86174


User fredrikh changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:46:10 + 
2008 ---
Removed Testcase tInsertObjectApplet from the automatic Writer-tests. 
(didn't have any inpact on the tests, since the testcase has been outcommented
for a longer while) 


-
Please do not reply to this automatically generated notification from
Issue 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 86187] forms/reports should remem ber their window geometry even when opened rea d-only

2008-02-18 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86187


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:30:41 + 
2008 ---
fs-oj: This is a frequent complaint I get from in-house users of our dashboard
application, thus I target it for 3.0.

Fixing this might require changing the behaviour how forms/reports handle their
size: Currently, those contribute to the modified state of a form/report. That
is, if you change the window size, then the form/report counts as modified -
which is somewhat weird (though there of course is a technical explanation).
I'd say we should not let the size contribute the the modified state. Instead,
we should simply *always* remember the size of a closed form/report, no matter
whether opened for editing or not.

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

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


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



[porting-issues] [Issue 84999] ia64 port

2008-02-18 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84999





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 11:21:19 + 
2008 ---
ok, cmc-sb: how about that now ? Especially is the windows one 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]



[sw-issues] [Issue 24585] Working with Review is som ewhat unintuitive

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24585





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:02:34 + 
2008 ---
*** Issue 86155 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]



[sw-issues] [Issue 86155] Edit Record Changes preven ts professional use

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86155


User mru changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Issue type|FEATURE   |ENHANCEMENT

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:02:36 + 
2008 ---
We are aware of the problems. See also issue 9661, issue 6191, issue 24585 and
issue 69906 e.g.

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

-
Please do not reply to this automatically generated notification from
Issue 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 85064] [Notes2] No scrolling of d ocument content by use of the mouse wheel

2008-02-18 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85064


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:05:46 + 
2008 ---
Verified in CWS notes2

-
Please do not reply to this automatically generated notification from
Issue 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 86134] Add also R² in context me nu where Insert regression curve Equation is

2008-02-18 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86134


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |bm

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:13:19 + 
2008 ---
Hi Bjoern,
one for 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]



[graphics-issues] [Issue 86135] In a chart Equation and R ², decimal places are default 0, this is too low

2008-02-18 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86135


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |bm

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:13:48 + 
2008 ---
Hi Bjoern,
one for 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]



[graphics-issues] [Issue 86136] When mouse over in field w ith equation and R², doesn't says equation an d R²

2008-02-18 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86136


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |bm

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:14:59 + 
2008 ---
Hi Bjoern,
one for 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]



[util-issues] [Issue 85106] to-be-OOH680_m2: Liberatio n fonts (newly coming from cws symex) not dist ributable

2008-02-18 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85106


User mh changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|84957 |
  is|  |





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

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


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



[tools-issues] [Issue 84957] track potential 2.4 blocke rs

2008-02-18 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84957


User mh changed the following:

What|Old value |New value

 IssuesThisDependsOn|74943,76623,80225,80446,80|74943,76623,80225,80446,80
|684,82258,83934,84151,8420|684,82258,83934,84151,8420
|9,84265,84998,85044,85106,|9,84265,84998,85044,85215,
|85215,85216,85289,85290,85|85216,85289,85290,85304,85
|304,85334,85371,85381,8544|334,85371,85381,85444,8544
|4,85445,85457,85462,85464,|5,85457,85462,85464,85466,
|85466,85480,85494,85502,85|85480,85494,85502,85556,85
|556,85591,85624,85632,8563|591,85624,85632,85639,8566
|9,85662,85684,85687,85717,|2,85684,85687,85717,85734,
|85734,85749,85822,858 |85749,85822,85859,859





-
Please do not reply to this automatically generated notification from
Issue 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 86155] Edit Record Changes preven ts professional use

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86155


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:04:28 + 
2008 ---
closing duplicate.

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

-
To unsubscribe, e-mail: [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 86163] Regression: Broken line no t visible in 2.4-rc1

2008-02-18 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86163





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:16:52 + 
2008 ---
AW: Maybe just the old numerical problem with exactly horizontal/vertical lines.
In that case, the boundng rect may get a height/width of zero which does not
really a repaint in VCL. I will check tomorrow if this is the case when i have a
office on hand (to check: do the same with a diagonal line - does it happen, 
too?)
When only a repaint is missing its of course bad, but neither load/save nor
exports or printing will be involved. It may even not happen depending on the
screen resolution and zooming. HTH ATM, will look tomorrow...

-
Please do not reply to this automatically generated notification from
Issue 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 86146] Add also R² and equation in context menu where Insert regression curv e Equation is

2008-02-18 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86146


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |bm

Priority|P2|P3

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:22:44 + 
2008 ---
Hi Bjoern,
one for 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 86139] OpenOffice.org Writer does not properly handle text fields spanning mult iple pages

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86139





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:29:07 + 
2008 ---
please attach the offending document to this issue, so that we can reproduce and
fix the problem here. You can also send the document directly
([EMAIL PROTECTED]) for the case it contains confidential data. Feel free to
re-open the issue when you've done.
Thanks for supporting us!

-
Please do not reply to this automatically generated notification from
Issue 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 86189] extension update dialog do es not show publisher name for a disabled upda te

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86189
 Issue #|86189
 Summary|extension update dialog does not show publisher name f
|or a disabled update
   Component|framework
 Version|680m247
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jl
 Reported by|jl





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:44:52 + 
2008 ---
When a user does not have write access to the office/share folder and he has a
shared extension installed, then this extension cannot be updated. The update
dialog will show the  update only when the Show all check box is selected.
However, the user cannot select this update. When  the Show all check box is
selected and the disabled update is being clicked upon, then release notes and
publisher should be displayed when available.

The spec is not clear about this particular case and should be improved.

-
Please do not reply to this automatically generated notification from
Issue 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 86189] extension update dialog do es not show publisher name for a disabled upda te

2008-02-18 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86189


User jl changed the following:

What|Old value |New value

  CC|''|'bh'

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:47:15 + 
2008 ---
.

-
Please do not reply to this automatically generated notification from
Issue 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 86190] LinguServiceManager.getHyp henator fails

2008-02-18 Thread hik4
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86190
 Issue #|86190
 Summary|LinguServiceManager.getHyphenator fails
   Component|api
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|hik4





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:48:25 + 
2008 ---
The following Delphi code fails at the marked line with:

[automation bridge] unexpected exception in
UnoConversionUtilitiesT::variantToAny !

function TSampleCode.Hyphenate(S: string): string;
var
H: Variant;
Locale: Variant;
Props: Variant;
HW: Variant;
CoreReflection: Variant;
LSM: Variant;
begin
LSM := StarOffice.createInstance(
'com.sun.star.linguistic2.LinguServiceManager');
if VarIsArray(LSM) then
Exit;
if (VarIsEmpty(LSM) or VarIsNull(LSM)) then
Exit;

CoreReflection := StarOffice.createInstance(
'com.sun.star.reflection.CoreReflection');
CoreReflection.forName('com.sun.star.lang.Locale').createObject(
Locale);
Locale.Language := 'de';
Locale.Country := '';
Locale.Variant := '';

H := LSM.getHyphenator(); // === here an error

HW := H.hyphenate('Silbentrennung', Locale, 2, Props);
H := Null;
Props := Null;
Locale := Null;
LSM := Null;
end;

-
Please do not reply to this automatically generated notification from
Issue 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 85528] Base - Query Wizard Files Not Found

2008-02-18 Thread oonewbepu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85528





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:56:16 + 
2008 ---
The ODBC database management system we are using is Pervasive. The 
database
resides on a Windows 2000 server and is being accessed from a Windows XP SP2
2.8GHz P-IV machine with 1GB RAM over a local area network. The ODBC database is
registered in Windows ODBC Data Source Administrator under the User DSN and
System DSN. Pervasive ODBC Client Interface version 8.60.192.30, file name
W3ODBCCI.DLL, is installed with a file date of July 22, 2004. The Pervasive ODBC
database can be accessed with Microsoft's Excel and Access, OpenOffice.org Calc
and Base. Manually creating a query in the OpenOffice.org SQL view works and can
be saved. The issue is with the OpenOffice.org Query Wizard and the Design View
creating a query with the Pervasive ODBC database.
We trust this information is useful and is there something more 
specific that
would be more helpful?

-
Please do not reply to this automatically generated notification from
Issue 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 86149] Add configurable color pro files for notes in notes2 and ODF 1.2

2008-02-18 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86149


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |es

  Issue type|FEATURE   |ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 12:23:00 + 
2008 ---
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]



  1   2   3   >