[dba-issues] [Issue 42461] New - Openoffice Always has to recover database

2005-02-10 Thread tony_52
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42461
  Issue #:|42461
  Summary:|Openoffice Always has to recover database
Component:|Database access
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|tony_52





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:34:57 -0800 
2005 ---
When A database has been created, then saved. Anytime any openoffice document is
opened, the database goes through the process of recovery.

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

-
To unsubscribe, 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 41843] Unrecoverable error upon File Export from drawing, pasted from spreadsheet chart

2005-02-10 Thread sandreas41
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41843


User sandreas41 changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22425) proxy capture
  |  |from  error report tool





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:35:19 -0800 
2005 ---
Created an attachment (id=22425)
proxy capture from  error report tool


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

-
To unsubscribe, 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 42462] New - extremely poor rendering performance

2005-02-10 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42462
  Issue #:|42462
  Summary:|extremely poor rendering performance
Component:|Drawing
  Version:|680m77
 Platform:|Other
  URL:|
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|wg
  Reported by:|mmeeks





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:37:29 -0800 
2005 ---
With the attached spreadsheet - which implements approximately 250 list-boxes in
a single sheet [ a cut-down version of a real-world use case ], we get
staggeringly bad performance.

* A big chunk of this seems to be the cost of instantiating the list-box - which
(it seems) involves lots of X-server traffic some of it of very dubious
usefulness [ setting window titles of unlikely-to-be-used floating windows etc. 
]

* Another chunk I imagine is possibly vcl not scaling very nicely to having a
thousand-or-so peers of the one window; at destruction time we have a huge
slow-down but perhaps that's via call-backs or somesuch.

* scrolling is also really direly performing :-)

* The main cause of the evilness though I think is the SdrPageView - which
insists on instantiating (I assume 4 times over - due to the double sheet split
], hundreds of occluded controls.

My profiles show time being consumed down this sort of path:

SdrPageView ImpInsertControl() - UnoControlContainer::addControl -
UnoListBoxControl::createPeer - ListBox::ListBox etc.

I'd be interested in an acceptable design to accelerate this; for example - it
seems to me rather futile doing all this work immediately, when we could perhaps
move the body of ImpInsertControl (wrt. control construction  placement) inside
the SdrUnoControlRec - and instantiate all of that weight, only when the
SdrUnoControlRec object becomes visible.

Unfortunately given my limited understanding how how any of it works - it's
rather difficult to work out what's going on; pwrt. the co-ordinate systems
involved. I infer from the 'view' in 'SdrPageView' that there must be a 
per-view 
translation applied to all controls - to allow views to have different origins,
but - that appears no-where to be the case.

Either way - I'm interested in tackling this issue, but - will need some advice
first.

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

-
To unsubscribe, 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 42462] extremely poor rendering performance

2005-02-10 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42462


User mmeeks changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22426) a slow, slow
  |  |file





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:37:56 -0800 
2005 ---
Created an attachment (id=22426)
a slow, slow file


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

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


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



[dba-issues] [Issue 42463] New - Database application enhancement

2005-02-10 Thread tony_52
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42463
  Issue #:|42463
  Summary:|Database application enhancement
Component:|Database access
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|tony_52





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:41:52 -0800 
2005 ---
There is a nice feature in MS Access, where in the query builder you have the
following options:

You can create the following types of query

Select
Crosstab
Make table
Update
Append
Delete
Union
Passthrough

In Open Office Base you only appear to have
Select
Make table ( Sort of, create view)

For Openoffice Base to really pull users off Access, certainly the 

Select
Make table
Update
Append
Delete
Union

Query types really need to be available.

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

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


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



[l10n-issues] [Issue 19821] l10n document got geography wrong

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


User er changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:36:24 -0800 
2005 ---
Closing 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 42464] New - Database application Enhancement

2005-02-10 Thread tony_52
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42464
  Issue #:|42464
  Summary:|Database application Enhancement
Component:|Database access
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|tony_52





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:48:40 -0800 
2005 ---
Again comapring  OO Base to MS Access

With MS Access you have multiple data sources (using linked tables), it appears
I can only use a single data  source per database application.

The multiple data sources is an extremely useful feature of MS Access, in that
you can use MS Access as a front end to different databases, and a very useful
way to combine data from different databases, and also as a very useful
migration tool.

This feature would be another extremely useful addition to the functionality of
Open Office Base, and would be a further nail in the MS Access coffin.

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

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


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



[l10n-issues] [Issue 39578] Patches and GSI file for Khmer language ui in OOo 2.0

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39578


User pjanik changed the following:

  What|Old value |New value

   Assigned to|ihi   |javiersola

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:51:14 -0800 
2005 ---
javiersola: please wait for final date and update your GSI to the latest
available version.

dbwizres.src patch is not enough IMHO. You should at least also modify:

[EMAIL PROTECTED]:~/.ooo/build/Patches diffstat 
OOo_SRC680_m78_source-iFIXME-Czech-le
tter-wizard.diff
 com/sun/star/wizards/letter/LetterWizardDialogImpl.java  |3 ++-
 com/sun/star/wizards/letter/LetterWizardDialogResources.java |4 ++--
 source/formwizard/dbwizres.src   |6 ++
 3 files changed, 10 insertions(+), 3 deletions(-)
[EMAIL PROTECTED]:~/.ooo/build/Patches 

It is not yet tested though for Czech.

There is no longer plang.src (module setup2 was removed).


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

-
To unsubscribe, 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 42465] New - Database application enhancement

2005-02-10 Thread tony_52
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42465
  Issue #:|42465
  Summary:|Database application enhancement
Component:|Database access
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|tony_52





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:51:14 -0800 
2005 ---
Again comapring  OO Base to MS Access

With MS Access you have multiple data sources (using linked tables), it appears
I can only use a single data  source per database application.

The multiple data sources is an extremely useful feature of MS Access, in that
you can use MS Access as a front end to different databases, and a very useful
way to combine data from different databases, and also as a very useful
migration tool.

This feature would be another extremely useful addition to the functionality of
Open Office Base, and would be a further nail in the MS Access coffin.

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

-
To unsubscribe, 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 42466] New - bullet indents not saved

2005-02-10 Thread jblack1395
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42466
  Issue #:|42466
  Summary:|bullet indents not saved
Component:|Word processor
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|jblack1395





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:52:05 -0800 
2005 ---
I indented in an outline but when I save and load the file again all of my
indenting is lost, the numbers just go from 1 - 7, so a) or dots.

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

-
To unsubscribe, e-mail: [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 42467] New - vbNullChar has length zero.

2005-02-10 Thread pitonyak
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42467
  Issue #:|42467
  Summary:|vbNullChar has length zero.
Component:|framework
  Version:|680m74
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|scripting
  Assigned to:|npower
  Reported by:|pitonyak





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:53:40 -0800 
2005 ---
The new vbNullChar variable has a length of zero. I assumed that this would be a
string of length one containing CHR$(0). I verified the other new compatible
strings are correct. So, did I miss something

Option Compatible
Sub TestOC
  Print Len(vbNullChar)  ' This is zero! This is wrong
  Print Len(vbNullString)' This is zero! This is correct
  Print Len(vbNewLine)   ' 1 or 2 depending on OS, this is correct
End Sub

I was a little bit surprised that I could not simply set CompatibilityMode(True)
before I used these new strings... 

Yes, I did indeed check the actual values rather than just the lengths!

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

-
To unsubscribe, 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 42466] bullet indents not saved

2005-02-10 Thread jblack1395
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42466


User jblack1395 changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22427) This is how it
  |  |should look





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:53:46 -0800 
2005 ---
Created an attachment (id=22427)
This is how it should 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 42466] bullet indents not saved

2005-02-10 Thread jblack1395
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42466


User jblack1395 changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22428) This was my
  |  |file





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 12:54:12 -0800 
2005 ---
Created an attachment (id=22428)
This was my file


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

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


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



[sw-issues] [Issue 41166] Tables not highlighted when Select All

2005-02-10 Thread taskbar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41166





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 13:46:51 -0800 
2005 ---
I used 1.9.m74 and found the following related to tables and select all:
- Create a document starting with a table
- type something below the table
- put the cursor in the text below the table
- select all (ctrl-A or via menu)
== Only the first cell of the table is selected (tested by deleting the 
selected text where only the text from the first cell is removed)

Not sure if this is a seperate problem or can be solved with this one?

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

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


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



[l10n-issues] [Issue 41666] Dead keys are ignored

2005-02-10 Thread yukikawara
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41666





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 13:49:21 -0800 
2005 ---
I confirm, dead keys in OpenOffice will work under a fr_CA.UTF-8 locale, but not
under a ja_JP.UTF-8 one. This means that an user using a French Canadian
keyboard in Japan will not be able to use most accentuated characters on it.

IMO OpenOffice should support dead keys for at least all UTF-8 based locales -
just like the GTK environment does...

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

-
To unsubscribe, 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 2288] Graphics in word doc don't import correctly.

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2288





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 13:53:56 -0800 
2005 ---
od: please change the target accordingly.

STARTED LATER is weird. Shouldn't the terget milestone be OOo later then?


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

-
To unsubscribe, 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 39957] patch permits correct delivery .dylib library in xmlsecurity Maco OSX SRC680 m67

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39957


User pjanik changed the following:

  What|Old value |New value

CC|'pjanik'  |''

   Assigned to|ericb |pjanik





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 13:55:59 -0800 
2005 ---
.

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

-
To unsubscribe, 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 12716] Parallel build failure in offmgr/source/offapp/app

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=12716


User pjanik changed the following:

  What|Old value |New value

  Priority|P3|P4





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 13:57:53 -0800 
2005 ---
haggai: looks like we do no longer have module offmgr.

So can we close this now?


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

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


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



[xml-issues] [Issue 26646] Mistake in xml file format specification

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26646


User haxwell changed the following:

  What|Old value |New value

CC|''|'haxwell'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 13:59:29 -0800 
2005 ---
There has been no reply from the submitter for the requested details of this
issue over the past 2-3 months. Resolving this issue invalid.

hookumsnivy, if you still notice this issue in a recent build (1.1.4 or higher) 
of
OOo, you can reopen this issue. Please attach the documents you used in
reproducing this issue. A step by step listing of what you did to reproduce it
would be very helpful, but is not necessary.

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

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


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



[udk-issues] [Issue 24270] fixes needed to get bridges/test things working for MacOSX

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24270


User pjanik changed the following:

  What|Old value |New value

CC|'fa'  |'fa,pjanik'

  Target milestone|OOo 2.0   |---





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:00:14 -0800 
2005 ---
Kevin: can you please updated these patches?

I have changed target according to your last statement about releases :-)


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

-
To unsubscribe, 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 41144] FreeBSD porting : SDK is unusable

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41144


User pjanik changed the following:

  What|Old value |New value

   Assigned to|mh|maho

  Priority|P3|P4





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:00:57 -0800 
2005 ---
maho: your turn now.


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

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


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



[porting-issues] [Issue 41142] FreeBSD porting : gmake support for SDK

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41142


User pjanik changed the following:

  What|Old value |New value

CC|'jsc' |''

   Assigned to|mh|jsc





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:02:04 -0800 
2005 ---
reassign.


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

-
To unsubscribe, 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 25542] Python: include xml libraries in our bundled python.

2005-02-10 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25542


User pjanik changed the following:

  What|Old value |New value

   Assigned to|svesik|caolan





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:06:57 -0800 
2005 ---
caolan, can we close this now?


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

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


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



[api-issues] [Issue 29235] Incorrect code in the IDL Reference (in the SDK 1.1, too)

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29235


User haxwell changed the following:

  What|Old value |New value

CC|''|'haxwell'

Ever confirmed|  |1

   URL|http://api.openoffice.org/|http://api.openoffice.org/
  |docs/common/ref/com/sun/st|docs/common/ref/com/sun/st
  |ar/util/XSearchable.html#f|ar/util/XSearchable.html
  |indFirst  |

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:12:50 -0800 
2005 ---
Confirmed. If you look at the URL, as of today, it still reads the same text as
the reporter has described.

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

-
To unsubscribe, e-mail: [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 37743] Application fails to start silently (no error message, nothing happens)

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37743


User haxwell changed the following:

  What|Old value |New value

CC|''|'haxwell'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:16:45 -0800 
2005 ---
A possible solution was given to the reporter, along with a request for more
details. There has been no reply from the reporter for the requested details of
this issue over the past 2-3 months. Resolving this issue invalid.

under, if you still notice this issue in a recent build (1.1.4 or higher) of
OOo, you can reopen 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]



[l10n-issues] [Issue 28703] Lithuanian translation of format-page dialog window in Spreadsheet

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28703


User haxwell changed the following:

  What|Old value |New value

CC|'modis'   |'haxwell,modis'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:06:57 -0800 
2005 ---
It has been noted that this is no longer an issue in OOo 1.1.3. Given that fact,
and that we haven't heard any new information from the reporter on this issue, I
am resolving it fixed.

vytis, if you still notice this issue in a recent build (1.1.4 or higher) of
OOo, you can reopen this issue. 

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

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


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



[framework-issues] [Issue 36768] Repeated recovery of a group of calc and write files causes them to be renamed.

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36768


User haxwell changed the following:

  What|Old value |New value

CC|''|'haxwell'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:20:40 -0800 
2005 ---
There has been no reply from the submitter for the requested details of this
issue over the past 2-3 months. Resolving this issue invalid.

saill, if you still notice this issue in a recent build (1.1.4 or higher) of
OOo, you can reopen 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 38029] Mail Merge does not work with Japanese database records

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38029


User haxwell changed the following:

  What|Old value |New value

CC|''|'haxwell'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:23:47 -0800 
2005 ---
There has been no reply from the submitter for the requested details of this
issue over the past 2-3 months. Resolving this issue invalid.

jrumney, if you still notice this issue in a recent build (1.1.4 or higher) of
OOo, please reopen this issue. A step by step listing of what you did to
reproduce it would be very helpful, but is not necessary.

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

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


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



[installation-issues] [Issue 38831] Default email client no longer works after installing Open Office

2005-02-10 Thread haxwell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38831


User haxwell changed the following:

  What|Old value |New value

CC|'maxweber'|'haxwell,maxweber'

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:32:37 -0800 
2005 ---
jonworth, are you still getting this error? If not what did you do to correct
it? I ask because OOo does not have a mail client. I'm trying to narrow down
what the cause could possibly 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]



[l10n-issues] [Issue 42171] Display of invalid Thai combining character sequences broken on Windows

2005-02-10 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42171


User khong changed the following:

  What|Old value |New value

   Assigned to|khong |hdu





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 14:57:48 -0800 
2005 ---
Karl: This is not a breakiterator issue, but layout engine issue. Linux and
Window use different engines, Window uses native Uniscribe while Linux use ICU
layout engine. 

For preventing entering invalid sequence, we do have input sequence checking,
but it was broken.  

I will create a new issue to fix broken input sequence checking and transfer
this one to Herbert for fixing layout engine.

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

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


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



[l10n-issues] [Issue 42469] New - Thai input sequence checking is broken

2005-02-10 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42469
  Issue #:|42469
  Summary:|Thai input sequence checking is broken
Component:|l10n
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|khong
  Reported by:|khong





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 15:08:52 -0800 
2005 ---
The problem is reported in #issue42171#, invalid input sequence (0e01+0e48+0e35)
is not catched.

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

-
To unsubscribe, 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 42470] New - Crash when clicking on Presentation Wizard preview

2005-02-10 Thread codeman38
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42470
  Issue #:|42470
  Summary:|Crash when clicking on Presentation Wizard preview
Component:|Presentation
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|open-import
  Assigned to:|wg
  Reported by:|codeman38





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 15:16:04 -0800 
2005 ---
In the Presentation Wizard (File  New  Presentation), simply clicking on the
slide preview on the right-hand side of the window causes OpenOffice.org to 
crash.

Haven't been able to test what other operating systems this specifically
affects, but the behavior is consistent on my WinXP SP2 system.

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

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


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



[installation-issues] [Issue 38831] Default email client no longer works after installing Open Office

2005-02-10 Thread jonworth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38831


User jonworth changed the following:

  What|Old value |New value

Status|RESOLVED  |UNCONFIRMED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 16:26:45 -0800 
2005 ---
Yes, the problem persists.  If I click on a mailto link in IE6, I get the
aforementioned error message.  I didn't have this problem before I installed 
OOo.  

I am now using Firefox and have no problems with this bug.   

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

-
To unsubscribe, e-mail: [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 42449] Open crash OpenOffice Writer

2005-02-10 Thread vandan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42449





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 16:33:47 -0800 
2005 ---
Duplicate of:
http://qa.openoffice.org/issues/show_bug.cgi?id=41437

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

-
To unsubscribe, 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 42471] Heading Derivative Doesn't Show in Navigator

2005-02-10 Thread msowka
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42471


User msowka changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22429) Example
  |  |Document





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 16:36:30 -0800 
2005 ---
Created an attachment (id=22429)
Example Document


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

-
To unsubscribe, e-mail: [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 41890] Form Wizard doesn't offer MySQL fields for selection

2005-02-10 Thread ireneshusband
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41890





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 16:37:53 -0800 
2005 ---
I have a suspicion that this problem may have something to do with the tangle of
different java versions on my machine.  This would explain also why Opera
browser started crashing on me at certain web pages.

The reason for the tangle, as far as I remember was an OOo v.2 error message
that my Java version wasn't up to date, which caused me to try and upgrade java
from 1.4.whatever to 1.5 but didn't fix whatever the problem I had then was. If
so, the real issue is one of misleading error messages in OOo v.2.

I'm not 100% sure about all this so please leave this issue open, if that is
possible, for a while until I have had a chance either to fix my java mess or to
give in to my long-standing itch to ditch my current linux distro and start
again with Gentoo.

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

-
To unsubscribe, 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 42473] New - Task Description does not change in Base until mouseover

2005-02-10 Thread justinclift
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42473
  Issue #:|42473
  Summary:|Task Description does not change in Base until
  |mouseover
Component:|Database access
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|justinclift





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 16:42:48 -0800 
2005 ---
Hi,

Not sure of the best way to describe this bug, so I'll be verbose.  Hope that's 
ok.

In OOo2 Base, after creating a new DB, the user is left at the main Base menu
with three panes.  On the left is the Database pane giving Tables,
Queries, Forms and Reports.  The top pane gives Tasks and their
descriptions, and the lower pane gives Tables and relevant details.

The bug is with the top pane, where it gives the description of the task that is
selected.

When the user chooses a category from the Database pane on the left, i.e.
Tables, or Queries, or Forms, etc, the Tasks list in the top pane changes to
match.  This is correct and how it should be.  However the description for the
tasks does not change until the user has moved their mouse over the task list.

For example, if the user has the Reports category selected, then the Tasks
pane will show Use Wizard to Create Report, and the associated description
displayed is The wizard will guide you through the steps necessary to create a
report.  If the user then selects the Tables category, the available tasks
shown in the Tasks pane changes.  However, the description shown in the Tasks
pane remains unchanged - The wizard will guide you through the steps necessary
to create a report.  It remains this way until the user's mouse goes over one
of the tasks listed in the Tasks pane.

This seems like a bug, and the description should probably be updated at the
time when the user selects a new category, most probably to match the topmost
task in the updated Tasks pane.

Regards and best wishes,

Justin Clift

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

-
To unsubscribe, 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 40533] Document that causes crash

2005-02-10 Thread vandan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40533





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 16:54:36 -0800 
2005 ---
Still crashes in OOo 1.9.77 under Linux too.

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

-
To unsubscribe, 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 42474] New - OOo no longer recognizes .oot files

2005-02-10 Thread vandan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42474
  Issue #:|42474
  Summary:|OOo no longer recognizes .oot files
Component:|Word processor
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|vandan





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:11:10 -0800 
2005 ---
I have a number ( a large number ) of files that were saved under previous (
early 1.9.58 ) versions of OOo that no longer open in OOo 1.9.77. Instead of
opening the document, I get a dialog asking me which import filter to use ( doc,
csv, etc ).

Tested under OOo 1.9.77 under Windows and Linux.

I have opened the oot file in WinRar and inspected. The zip is not corrupted,
and the files also *look* OK.

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

-
To unsubscribe, 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 42474] OOo no longer recognizes .oot files

2005-02-10 Thread vandan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42474


User vandan changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22430) .oot file that
  |  |OOo won't open any more





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:13:07 -0800 
2005 ---
Created an attachment (id=22430)
.oot file that OOo won't open any more


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

-
To unsubscribe, 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 42414] Windows / New Window creates an invisible window

2005-02-10 Thread johnanson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42414





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:25:29 -0800 
2005 ---
This problem was for build OOo_1.9.m74_native_Win32Intel
The problem has gone away in OOo_1.9.m77_native_Win32Intel.

Please close

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

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


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



[tools-issues] [Issue 42476] New - javaldx fails with JDK 1.3

2005-02-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42476
  Issue #:|42476
  Summary:|javaldx fails with JDK 1.3
Component:|tools
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|maho





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:39:30 -0800 
2005 ---
After solving http://www.openoffice.org/issues/show_bug.cgi?id=42305 , 
merely changing minimum req. version of JDK  to 1.3,
javaldx failed like:

[Java framework] The JRE specified by the bootstrap variable
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be recognized.
Check the values and make sure that you use a plug-in library that can recognize
that JRE.javaldx failed!

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

-
To unsubscribe, 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 42145] Build with JDK 1.3

2005-02-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42145


User maho changed the following:

  What|Old value |New value

   IssuesThisDependsOn|41263,42146,42305,42476   |41263,42146,42305





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

-
To unsubscribe, 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 42476] javaldx fails with JDK 1.3

2005-02-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42476





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:43:30 -0800 
2005 ---
build with debug=true, output of javaldx becomes more verbose:
% javaldx
[Java framework] Using configuration file
file:///work/ports/editors/openoffice-2.0-devel.jdk13/work/solver/680/unxfbsd.pro/lib/jvmfwk3rc
[Java framework] Using bootstrap parameter UNO_JAVA_JFW_ENV_JREHOME with
JAVA_HOME = /usr/local/jdk1.3.1.
[Java framework] Using bootstrap parameter UNO_JAVA_JFW_VENDOR_SETTINGS =
file:///work/ports/editors/openoffice-2.0-devel.jdk13/work/solver/680/unxfbsd.pro/lib/javavendors.xml.
[Java framework] sunjavaplugin: Testing class SunVersion succeeded.[Java
framework] sunjavaplugin: Using configuration file
file:///work/ports/editors/openoffice-2.0-devel.jdk13/work/solver/680/unxfbsd.pro/lib/sunjavapluginrc
[Java framework] Executing: file:///usr/local/jdk1.3.1/bin/.java_wrapper.
[Java framework] Java executed successfully.
[Java framework]  Java wrote to stderr: .java_wrapper was not found in
/usr/local/jdk1.3.1/bin/i386/green_threads/.java_wrapper
 .
[Java framework] The JRE specified by the bootstrap variable
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be recognized.
Check the values and make sure that you use a plug-in library that can recognize
that JRE.Assertion Failed: File
/work/ports/editors/openoffice-2.0-devel.jdk13/work/jvmfwk/source/framework.cxx,
Line 781: [Java framework] The JRE specified by the bootstrap variable
UNO_JAVA_JFW_JREHOME  or  UNO_JAVA_JFW_ENV_JREHOME  could not be recognized.
Check the values and make sure that you use a plug-in library that can recognize
that JRE.
javaldx failed!

manually running .java_wrapeer by hand:
% /usr/local/jdk1.3.1/bin/.java_wrapper
.java_wrapper was not found in
/usr/local/jdk1.3.1/bin/i386/green_threads/.java_wrapper

somehow, javaldx is trying to execute 
file:///usr/local/jdk1.3.1/bin/.java_wrapper,
rather than file:///usr/local/jdk1.3.1/bin/javac




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

-
To unsubscribe, 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 42476] javaldx fails with JDK 1.3

2005-02-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42476





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:45:15 -0800 
2005 ---
Add Cc: jl
thank you very much!
BTW: I think you are the person Assigned To:


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

-
To unsubscribe, 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 42476] javaldx fails with JDK 1.3

2005-02-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42476





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 17:47:35 -0800 
2005 ---
In plugins/sunmajor/pluginlib/util.cxx, there's a line like:
JFW_TRACE2(OUSTR(\n[Java framework] Executing: ) + exePath + 
OUSTR(.\n));
this executes .java_wrapper.
In method OUString resolveFilePath(const OUString  path),

following symbolic link, in this case we don't have to, or we shouldn't do.


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

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


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



[installation-issues] [Issue 35698] Override ooo 1.1 desktop integration

2005-02-10 Thread murf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35698





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 18:18:27 -0800 
2005 ---
Hello--- I just built m74 (fetched the source tarball), on a Fedora Core 3
machine, which has gnome 2.6. The build stops in instsetoo_native, because
scp2/source/ooo/file_ooo.scp has a reference to gnome-set-default-application,
and in the gnome 2.6 scenario, gnome-set-default-application is not built, so at
this point it comes up missing. 

I could get around it by deleting the gnome-set-default-application entry from
the file and re-running the dmake. But it seems to me that the best way to
handle it would be wrap the entry in some sort of #ifdef, although you guys seem
better qualified to judge this sort of thing than I.

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

-
To unsubscribe, 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 42461] Openoffice Always has to recover database

2005-02-10 Thread justinclift
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42461





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 18:21:54 -0800 
2005 ---
The recovery process happens most of the time on my installation too, when
starting any OOo module (Writer, Calc, Base, etc).

Not sure about *every time*, but definitely the majority of them.

Regards and best wishes,

Justin Clift

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

-
To unsubscribe, 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 42470] Crash when clicking on Presentation Wizard preview

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42470





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 18:26:42 -0800 
2005 ---
Unable to duplicate but saw some odd behavior:

1. Open Impress application from Start Menu
2. Presentation Wizard opens, with Empty Presentation selected by default.
3. Click on the preview pane on the right - it changes color from a white box
inside gray borders to solid black with no borders, but no crash.
4. Switch to another active window and back again and it returns to the original
white.
5. Clicking on the preview pane after this does not appear to change the color
to black again, it remains white.
6. Selecting From Template and switching back to Empty Presentation a click
will again turn it black.

Windows XP Pro SP2, patches to Jan 2005
Screen resolution: 1024x768
Color depth: 16 bit
Video: ATI Mobility Radeon 7500


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

-
To unsubscribe, 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 42477] New - Starting OOo base always opens wizard, it doesn't allow selection of existing database

2005-02-10 Thread justinclift
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42477
  Issue #:|42477
  Summary:|Starting OOo base always opens wizard, it doesn't
  |allow selection of existing database
Component:|Database access
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|justinclift





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 18:37:48 -0800 
2005 ---
Hi,

Even after creating new OOo2 Databases using the wizard, when I launch OOo2 Base
it starts the Welcome to the OpenOffice.org Database Wizard dialog, and
doesn't let me connect to any of the databases I've already created.

The only way I've found to get to the OOo2 databases already created is by
starting a different OOo2 module (Writer, Calc, etc), closing that document,
then doing File - Open and manually locating the .odb file.

This is *extremely* frustrating as an end user, and kills much of the
pleasantness of using OOo2 thus far.

:(

Regards and best wishes,

Justin Clift

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

-
To unsubscribe, 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 42343] Usage of EMF-file causes extra lines to the left and at the top

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42343





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 18:39:52 -0800 
2005 ---
Trying to duplicate - can you specify more detail about the exact steps? After
choosing to open the file in OpenOffice, it prompts for a Filter Type.

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

-
To unsubscribe, e-mail: [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 42386] Slow when saving to DocXML format first time

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42386





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 18:49:19 -0800 
2005 ---
Additional information: The issue reappears after a reboot.

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

-
To unsubscribe, 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 42470] Crash when clicking on Presentation Wizard preview

2005-02-10 Thread codeman38
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42470





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 19:26:45 -0800 
2005 ---
I'm using a laptop with an ATI Mobility M4 video card, running at 1024x768 in
32-bit color.

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

-
To unsubscribe, 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 42480] New - Page numbers on footers in imported Word doc are misaligned

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42480
  Issue #:|42480
  Summary:|Page numbers on footers in imported Word doc are
  |misaligned
Component:|Word processor
  Version:|680m74
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|erzielin





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 20:12:47 -0800 
2005 ---
When importing the Word 97-2003 document the page numbers are imported as frames
and default to the far left of the page, or at the far left of the footer,
overlaying the footer text, instead of appearing aligned to right margin on the
footer. See the attached Word document and the second attachment showing the
results after the import.

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

-
To unsubscribe, e-mail: [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 42480] Page numbers on footers in imported Word doc are misaligned

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42480


User erzielin changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22431) Word document
  |  |with page numbering on
  |  |footers





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 20:16:01 -0800 
2005 ---
Created an attachment (id=22431)
Word document with page numbering on footers


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

-
To unsubscribe, 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 42480] Page numbers on footers in imported Word doc are misaligned

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42480


User erzielin changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22432) Imported Word
  |  |doc in OpenOffice with
  |  |misaligned page numbers





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 20:17:21 -0800 
2005 ---
Created an attachment (id=22432)
Imported Word doc in OpenOffice with misaligned page numbers


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

-
To unsubscribe, 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 38686] building SRC680_current on linux sparc

2005-02-10 Thread sparcmoz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38686


User sparcmoz changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=22433) patches for
  |  |building linux sparc
  |  |SRC680_m77





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 20:38:53 -0800 
2005 ---
Created an attachment (id=22433)
patches for building linux sparc SRC680_m77


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

-
To unsubscribe, 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 39684] remove uname from odk

2005-02-10 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39684





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 20:42:25 -0800 
2005 ---
I checked the code changes of accanonical and also verified that odk and sdk_oo
build for W32.

vq-jsc: Juergen, can you please check that the build SDK is correct?
If yes, I think we can approve this CWS. The windows version of the SDK
build can be found here:
http://ooomisc.services.openoffice.org/pub/OpenOffice.org/cws/upload/accanonical_SDK

vq-rene: Can you please set the CWS to 'Ready for QA'? I cannot change the 
status.

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

-
To unsubscribe, 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 42401] sc NOOPTFILES - EXCEPTIONSNOOPTFILES

2005-02-10 Thread sparcmoz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42401





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 20:46:12 -0800 
2005 ---
I updated sc/source/core/data with cmcfixes2 and did dmake and then rebuild sc,
the log reports the expected behaviour for linux sparc, but I have not tested
any other platform.

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

-
To unsubscribe, e-mail: [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 4140] Xcl Imp: chart source range wrong

2005-02-10 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4140





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:02:36 -0800 
2005 ---
When will the famous new chart engine come true?

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

-
To unsubscribe, 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 3997] Chart: Add option, to select x-values for different y-values / columns separately

2005-02-10 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=3997





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:04:59 -0800 
2005 ---
1.9.77 here and it's still not working

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

-
To unsubscribe, 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 13853] Import of an excel chart looks far too different from original file

2005-02-10 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=13853





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:07:30 -0800 
2005 ---
I was hoping that this would be fixed sooner.

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

-
To unsubscribe, 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 42481] New - Update the Wizards (fonts and dictionaries)

2005-02-10 Thread fabiohenrique
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42481
  Issue #:|42481
  Summary:|Update the Wizards (fonts and dictionaries)
Component:|Word processor
  Version:|680m77
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P4
 Subcomponent:|configuration
  Assigned to:|fabiohenrique
  Reported by:|fabiohenrique





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:12:45 -0800 
2005 ---
Update 'File-wizards-Install new dictionaries'(DicOOo.sxw) and
'File-wizards-Install fonts from the web'(FontOOo.sxw) both in version 1.3.3
for the most recent 1.4.

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

-
To unsubscribe, e-mail: [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 42482] New - Table within frame fails to import from Word document

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42482
  Issue #:|42482
  Summary:|Table within frame fails to import from Word document
Component:|Word processor
  Version:|680m74
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|erzielin





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:13:29 -0800 
2005 ---
When importing from a native Word 97-2003 formatted document, tables within a
frames failed to import properly. See the attached sample Word document and the
resulting OpenOffice document after importing.

Windows XP Pro SP2, hotfixes to Jan 05

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

-
To unsubscribe, 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 42482] Table within frame fails to import from Word document

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42482


User erzielin changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22434) Word document
  |  |with tables inside frames





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:15:27 -0800 
2005 ---
Created an attachment (id=22434)
Word document with tables inside frames


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

-
To unsubscribe, 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 5359] Xcl Imp/Exp: unsupported chart features

2005-02-10 Thread rafaelda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=5359





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 21:38:51 -0800 
2005 ---
this is an important 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 42483] New - Import of large MS Word document spawns multiple copies of MSPaint process, causing high memory utilization

2005-02-10 Thread erzielin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42483
  Issue #:|42483
  Summary:|Import of large MS Word document spawns multiple
  |copies of MSPaint process, causing high memory
  |utilization
Component:|Word processor
  Version:|680m74
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|erzielin





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 22:20:13 -0800 
2005 ---
Importing a Microsoft Word 97-2003 native format document into OpenOffice.org
with a large number of embedded images spawned approximately 54 copies of
mspaint.exe, resulting in approximately 260 MB of additional memory utilization.

No other applications were running at the time (other than Antivirus, Firewall,
etc. in the background), so I'm guessing that the OpenOffice.org import process
utilizes mspaint to perform the conversion of the images. In any case, though,
after the document was fully imported into the OpenOffice.org Writer
application, there were still 19 copies of the mspaint.exe process in memory,
using from 2-4 MB each.

The orginal document is not attached - it is 38 MB in size, however it is
probably easy to duplicate the behavior by importing a Microsoft Word document
with a large number of embedded images.

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

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


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



[installation-issues] [Issue 35698] Override ooo 1.1 desktop integration

2005-02-10 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35698





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 22:27:26 -0800 
2005 ---
This has been fixed in m76 already. Thanks for the hint anyway.

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

-
To unsubscribe, 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 39734] Add an open dialog to the quickstart

2005-02-10 Thread aparan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39734


User aparan changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 22:28:33 -0800 
2005 ---
.

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

-
To unsubscribe, 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 1761] Zoom should align to center, not left

2005-02-10 Thread aparan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=1761





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 22:43:33 -0800 
2005 ---
The general alignment of pages in OO.o should be 'centred' rather than left. If
any of the docked toolbars is placed to the left of the screen and the context
switches on the toolbar [bullet, numbering, picture, etc.] all of a sudden the
page jumps the right, which is unpleasant. 

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

-
To unsubscribe, 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 42463] Database application enhancement

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42463


User msc changed the following:

  What|Old value |New value

   Assigned to|msc   |requirements





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:27:00 -0800 
2005 ---
Hi,

I reassign this issue to User Experience for evaluating.

Bye Marc

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

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


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



[dba-issues] [Issue 42464] Database application Enhancement

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42464


User msc changed the following:

  What|Old value |New value

   Assigned to|msc   |requirements





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:27:45 -0800 
2005 ---
Hi,

I reassign this issue to User Experience for evaluating.

Bye Marc

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

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


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



[dba-issues] [Issue 42464] Database application Enhancement

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42464





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:29:15 -0800 
2005 ---
*** Issue 42465 has been marked as a duplicate of this issue. ***

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

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


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



[dba-issues] [Issue 42465] Database application enhancement

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42465


User msc changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:29:16 -0800 
2005 ---
 Resolve issue, mark it as duplicate of issue 42464

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

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

-
To unsubscribe, 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 42465] Database application enhancement

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42465


User msc changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:29:48 -0800 
2005 ---
close

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

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


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



[dba-issues] [Issue 42461] Openoffice Always has to recover database

2005-02-10 Thread tony_52
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42461





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:29:50 -0800 
2005 ---
A quick workaround at the moment is to do the following:

Once OO has been closed, 

Delete the file

C:\Documents and Settings\username\Application
Data\OpenOffice.org1.9.77\user\registry\data\org\openoffice\Office\Recover.xcu

I'm not sure of the path on non NT based Microsoft systems.

THis at least stops the recovery wizard starting up next time you start 
openoffice.

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

-
To unsubscribe, 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 42473] Task Description does not change in Base until mouseover

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42473


User msc changed the following:

  What|Old value |New value

   Assigned to|msc   |oj

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:33:17 -0800 
2005 ---
Hi,

confirm, set target and reassign to the developer

Bye Marc 

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

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


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



[dba-issues] [Issue 42475] Error when dropping primary key with default database type

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42475


User msc changed the following:

  What|Old value |New value

   Assigned to|msc   |oj

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:37:00 -0800 
2005 ---
HI,

confirm , set target and send to the developer.

Bye Marc

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

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


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



[dba-issues] [Issue 42473] Task Description does not change in Base until mouseover

2005-02-10 Thread justinclift
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42473





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:41:28 -0800 
2005 ---
Hi Marc,

Why targeted for OOo Later rather than OOo 2?

Seems like a trivial thing to fix, and is end user visible (though minor).

Regards and best wishes,

Justin Clift

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

-
To unsubscribe, 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 39612] single click on combo buttons

2005-02-10 Thread cj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39612


User cj changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:41:30 -0800 
2005 ---
CJ:Started working on creating a list of buttons. Will be final on Monday 02/14.

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

-
To unsubscribe, 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 41072] import attached ssh2key

2005-02-10 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41072


User hjs changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:42:33 -0800 
2005 ---
works fine

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

-
To unsubscribe, 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 42475] Error when dropping primary key with default database type

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


User oj changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:44:22 -0800 
2005 ---
I'm glad to say that this bug is already fixed in the cws hsqldb2. HSQLDB didn't
support this SQL statement so we had to adjust HSQLDb that it'll support it 
now. :-)

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

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


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



[dba-issues] [Issue 42477] Starting OOo base always opens wizard, it doesn't allow selection of existing database

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42477


User msc changed the following:

  What|Old value |New value

   Assigned to|msc   |requirements

Issue type|DEFECT|ENHANCEMENT

  Priority|P2|P3





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:46:23 -0800 
2005 ---
Hi,

this is the correct behaviour. It's the same as you start a new presentation.
You get also the wizard. If you want to open an existing database, open it via
file browser.

However, it would be a nice enhancement if you can open an existing database
from the wizard. So I reassign in to the user experiance for evaluating.

Bye Marc

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

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


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



[tools-issues] [Issue 42476] javaldx fails with JDK 1.3

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


User jl changed the following:

  What|Old value |New value

   Assigned to|mh|jl





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:46:45 -0800 
2005 ---
JL-Maho: I do not understand what the connection is between javac and the
framework. For compiling a Java project the framework is not needed. It is only
needed when, for example Java - UNO components are to be registered in
instset_native. The framework only deals with the Java runtime - no tools, such
as javac.

When a Java VM is needed, then the framework checks if the preconfigured JRE
meets the requirements. The JRE is determined in a jvmfwk3rc which can be found
in unxlngi6/lib.

There is an entry 
UNO_JAVA_JFW_ENV_JREHOME=true
which causes the framework to use the environment variable JAVA_HOME to locate
the JRE. You could also put the URL to the JRE right in there by using a
similiar bootstrap variable:

UNO_JAVA_JFW_JREHOME=file:///usr/java/jre...

The framework uses the URL or the system path from JAVA_HOME as starting point
to find the java executable within the installation. These paths are uses for a
SUN JRE
java,
bin/java,
jre/bin/java

See jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx, function 
SunInfo::getJavaExePaths(int * size)

If an executable was found, which was the case here, then it is executed and the
JREProperties.class program is run. This dumps out the System properties which
are then read.

Although the executable could be started successfully, it failed to provide the
properties. Then the algorithm stopped searching for other executables. The
assumption is, that if there was a java found at jdk/bin/java then this is the
same as jdk/jre/bin/java.

The algorithm stopps searching because otherwise both java exectuables of the
same jdk would be run which is quite costly.

I will try to dig out an 1.3.1 jdk and have a look at the installation.
Meanwhile to could modify in your build environment the jvmfwk3rc to point to
the jre:

UNO_JAVA_JFW_JREHOME=file:///usr/java/jdk1.3.1/jre



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

-
To unsubscribe, 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] Network Associates Webshield - e-mail Content Alert

2005-02-10 Thread virusprotection
Dear [EMAIL PROTECTED], The Zensar mail antivirus solution detected that the
message you sent [EMAIL PROTECTED]  with subject Mail Delivery (failure
[EMAIL PROTECTED]) was blocked  because it has broken a content filter rule 
scr. The
offending word or phrase was either part of the subject, message body or a 
blocked
attachment type. The filter rule name itself reflects either the offending 
word/phrase
or attachment type. Please note that this message has not reached
[EMAIL PROTECTED] . 

This email may contain confidential or privileged information for the intended 
recipient(s) and the views expressed in the same are not necessarily the views 
of Zensar Technologies Ltd. If you are not the intended recipient or have 
received this e-mail by error, its use is strictly prohibited, please delete 
the e-mail and notify the sender. Zensar Technologies Ltd. does not accept any 
liability for virus infected mails.




-
To unsubscribe, 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 42475] Error when dropping primary key with default database type

2005-02-10 Thread justinclift
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42475





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:48:45 -0800 
2005 ---
Cool, that's good news.

Not understanding what hsqldb2 is, when does that translate to being fixed in
the upcoming builds?

Regards and best wishes,

Justin Clift

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

-
To unsubscribe, 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 42444] umlauts break when cut and paste from writer to Impress

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


User wg changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:52:46 -0800 
2005 ---
Reproducible.

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

-
To unsubscribe, 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 42444] umlauts break when cut and paste from writer to Impress

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


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|cl

  Target milestone|---   |OOo 2.0

   Version|680m47|680m74





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:54:45 -0800 
2005 ---
Reassigned to Christian.

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

-
To unsubscribe, 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 42484] New - N-up printing loses first page of document

2005-02-10 Thread robert_billing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42484
  Issue #:|42484
  Summary:|N-up printing loses first page of document
Component:|Word processor
  Version:|OOo 1.1.1
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|printing
  Assigned to:|mru
  Reported by:|robert_billing





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:55:39 -0800 
2005 ---
When printing a multi-page document to a file postscript is generated that is
incompatible with both n-up printing on CUPS and reformating with mpage.

I printed a 5-page document to a file with the page size set to a4, then tried
to print it with -o number-up=2 (I also tried 4) on CUPS. In each case the first
page came out completely white, the rest of the document was OK.

Experimenting with piping the file through mpage -4 to ggv produced the same
result, although the missing page was briefly displayed full size, not scaled 
down.

I had a look at the postscript, and discovered that by commenting out this line:

/PageSize [595 842] /ImagingBBox null setpagedevice

I could get the missing page to appear.

I will attempt to attach the document.

I am running Fedora Core 1, fully patched up to date. I have seen a similar
problem with OOo 1.1.3 on Core 3.

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

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


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



[dba-issues] [Issue 42461] Openoffice Always has to recover database

2005-02-10 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42461


User msc changed the following:

  What|Old value |New value

   Assigned to|msc   |oj

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:56:32 -0800 
2005 ---
confirm, set target and reassign to the right developer

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

-
To unsubscribe, 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 42390] Document automatically to slides (Slides from outline)

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


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|requirements





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:56:39 -0800 
2005 ---
Reassigned.

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

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


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



[dba-issues] [Issue 42478] Two spaces in string on the last page of the database wizard

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


User oj changed the following:

  What|Old value |New value

   Assigned to|bc|oj





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:57:48 -0800 
2005 ---
Grabbing

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

-
To unsubscribe, 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 42402] Assertion: Only one internal controller allowed

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


User mba changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 23:59:33 -0800 
2005 ---
Slave slot controllers don't have a status, so they don't need caching. So the
OfficeDisptach doesn't need to be bound and will never try try created an
internal controller.

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

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


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



<    1   2   3   4   5   6