[dba-issues] [Issue 43529] Crash OOo with mysql table tinyint data insert

2005-03-05 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43529





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 00:07:32 -0800 
2005 ---
Hi Frank,

I've just tested with Beta2.0bc and the problem remains. :-(( 

Server version : 4.0.20

I can't dump the data in the base because its confidential (I'm a lawyer
remember ;-)). What I can do is give you an explain statement of the structure :

explain PROFCON

++-+--+-+-++
| Field  | Type| Null | Key | Default | Extra  |
++-+--+-+-++
| address_id | int(10) unsigned|  | PRI | NULL| auto_increment |
| LNAME  | varchar(35) | YES  | | NULL||
| FNAME  | varchar(35) | YES  | | NULL||
| TITLE  | varchar(35) | YES  | | NULL||
| COMPANY| varchar(75) | YES  | | NULL||
| COADDR1| varchar(35) | YES  | | NULL||
| COADDR2| varchar(35) | YES  | | NULL||
| COADDR3| varchar(50) | YES  | | NULL||
| COCITY | varchar(35) | YES  | | NULL||
| COSTATE| varchar(35) | YES  | | NULL||
| COZIP  | varchar(12) | YES  | | NULL||
| COCOUNTRY  | varchar(35) | YES  | | NULL||
| SALUT  | varchar(20) | YES  | | NULL||
| CUSTOM3| varchar(35) | YES  | | NULL||
| TEL1   | varchar(40) | YES  | | NULL||
| FAX1   | varchar(40) | YES  | | NULL||
| FAX2   | varchar(40) | YES  | | NULL||
| MOBILE | varchar(40) | YES  | | NULL||
| EMAIL  | varchar(75) | YES  | | NULL||
| WEBSITE| varchar(75) | YES  | | NULL||
| NOTES  | mediumtext  | YES  | | NULL||
| Type   | tinyint(3) unsigned |  | | 0   ||
++-+--+-+-++

The SHOW CREATE TABLE command give this :

 CREATE TABLE `PROFCON` (
  `address_id` int(10) unsigned NOT NULL auto_increment,
  `LNAME` varchar(35) default NULL,
  `FNAME` varchar(35) default NULL,
  `TITLE` varchar(35) default NULL,
  `COMPANY` varchar(75) default NULL,
  `COADDR1` varchar(35) default NULL,
  `COADDR2` varchar(35) default NULL,
  `COADDR3` varchar(50) default NULL,
  `COCITY` varchar(35) default NULL,
  `COSTATE` varchar(35) default NULL,
  `COZIP` varchar(12) default NULL,
  `COCOUNTRY` varchar(35) default NULL,
  `SALUT` varchar(20) default NULL,
  `CUSTOM3` varchar(35) default NULL,
  `TEL1` varchar(40) default NULL,
  `FAX1` varchar(40) default NULL,
  `FAX2` varchar(40) default NULL,
  `MOBILE` varchar(40) default NULL,
  `EMAIL` varchar(75) default NULL,
  `WEBSITE` varchar(75) default NULL,
  `NOTES` mediumtext,
  `Type` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`address_id`)
) TYPE=MyISAM


The table is DYNAMIC




HTH,

Alex

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

-
To unsubscribe, 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 43529] Crash OOo with mysql table tinyint data insert

2005-03-05 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43529





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 00:33:58 -0800 
2005 ---
Hi Frank,

I might add that when I added the field Type tinyint(3) unsigned not null via
the OOo Table Edit GUI, I set the DEFAULT to be 1. As you can see, OOo or the
MyODBC driver has set the DEFAULT to 0 (I've opened another issue for this).
However, this doesn't change the behaviour. If I correct the DEFAULT to be 1
with an ALTER TABLE statement from the mysql CLI, OOo still crashes when open
the table data for editing, navigate to the column in question and change the
value and then move the cursor anywhere or press the Save changes button.

The message from the console is segfault at line 235 in soffice.bin

Alex

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

-
To unsubscribe, 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 43529] Crash OOo with mysql table tinyint data insert

2005-03-05 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43529





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 00:35:50 -0800 
2005 ---
Hi Frank,

I might add that when I added the field Type tinyint(3) unsigned not null via
the OOo Table Edit GUI, I set the DEFAULT to be 1. As you can see, OOo or the
MyODBC driver has set the DEFAULT to 0 (I've opened another issue for this).
However, this doesn't change the behaviour. If I correct the DEFAULT to be 1
with an ALTER TABLE statement from the mysql CLI, OOo still crashes when open
the table data for editing, navigate to the column in question and change the
value and then move the cursor anywhere or press the Save changes button.

The message from the console is segfault at line 235 in soffice.bin

Alex

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

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


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



[gsl-issues] [Issue 44134] W32 build fails in vcl

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


User pjanik changed the following:

  What|Old value |New value

  Priority|P1|P3





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 00:49:49 -0800 
2005 ---
vq: I do not have it.

I have:

ooo_SRC680_m83_src/default_images/vcl/source/src/radioos2.png

Do you have it too?

The relevant part of my build log is:

Making: ../../wntmsci10.pro/bin/vcl680en-US.res
Making: ../../wntmsci10.pro/bin/vcl680cs.res
Making: ../../wntmsci10.pro/bin/vcl680da.res
Making: ../../wntmsci10.pro/bin/vcl680de.res
Making: ../../wntmsci10.pro/bin/vcl680et.res
Making: ../../wntmsci10.pro/bin/vcl680fi.res
Making: ../../wntmsci10.pro/bin/vcl680fr.res
Making: ../../wntmsci10.pro/bin/vcl680hu.res
Making: ../../wntmsci10.pro/bin/vcl680km.res
Making: ../../wntmsci10.pro/bin/vcl680nb.res
Making: ../../wntmsci10.pro/bin/vcl680nl.res
Making: ../../wntmsci10.pro/bin/vcl680nn.res
Making: ../../wntmsci10.pro/bin/vcl680sk.res
Making: ../../wntmsci10.pro/bin/vcl680sl.res
using rsc multi-res feature
guw.pl rsc -presponse @/tmp/mkb01156  /dev/null


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

-
To unsubscribe, 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 43528] Can't insert new field to place of choice in myql tables with table edit

2005-03-05 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43528





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 01:02:33 -0800 
2005 ---
Hi Frank, ooops, mea culpa, I've just tried it again with 1.1.4 and you're
right. I was convinced that it had worked for me with 1.1.4.

As it turns out, I've just had a very nasty surprise when trying this on 1.1.4,
and shall probably file a bug issue for it (unless it has been corrected since
then ;-))

I pick a table from a mysql db, enter the edit table mode and click on Insert a
new line on the leftmost area. The field in front of which I insert the new line
is shifted down and I can define my new field. So far so good. I define a field
with a different column name to the subsequent field and make it varchar(3) for
example.

I get an error message from OOo :

Error while connecting to data source
[MySQL][ODBC 3.51 Driver][mysqld 4.0.20]Duplicate column name assistant


Of course, the column assistant is the one I've just defined and doesn't exist
 elsewhere in the table.

If I now close the table and say NO to saving the changes, when I open up the
table again (I disconnect from the db and close OOo just to make sure everything
is refreshed properly), the original field that was shunted downwards is now
called assistant and the data present truncated to the length of the new
defined field even though I didn't save the changes to the table.

So now I have data loss for a change that I didn't even save :-((

new issue or not ? methinks yes.

Alex 

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

-
To unsubscribe, 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 44138] OOo crashes after the splash screen.

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44138


User of changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo

  Priority|P1|P3





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 01:45:30 -0800 
2005 ---
Have you tried to install it the intended way as root? Reducing prio:  echo 
This installation method is not intended for use in a production environment!
echo Using this script is unsupported and completely at your own risk

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

-
To unsubscribe, 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 44142] New - gdiplus.dll error at load

2005-03-05 Thread marksmyth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44142
  Issue #:|44142
  Summary:|gdiplus.dll error at load
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P1
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|marksmyth





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 01:47:51 -0800 
2005 ---
After installing Open Office Beta 1.9.79, I open writer either directly or via a
document and I get an error during the launch process after the Splash Screen

The dynamic link library gdiplus.dll could not be found in the specified path
C:\Program
Files\Openoffice.org1.9.79;.;C:\WINNT\system32;C:\WINNT\system;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\Wbem

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

-
To unsubscribe, 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 44138] OOo crashes after the splash screen.

2005-03-05 Thread dcarrera
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44138





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 01:49:12 -0800 
2005 ---
I don't have root access to this computer. I am a regular user.

How are non-root users supposed to install OOo?
My sysadmin has given me all the space I need to work on OOo. But obviously,
isn't about to give me the root password so I can install OOo 2.0.

Cheers,
Daniel.

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

-
To unsubscribe, 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 44142] gdiplus.dll error at load

2005-03-05 Thread marksmyth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44142


User marksmyth changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23377) Screen shot of
  |  |error





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 01:50:50 -0800 
2005 ---
Created an attachment (id=23377)
Screen shot of error


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

-
To unsubscribe, 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 43545] Computer Crash when starting OOoBase

2005-03-05 Thread matthiasbasler
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43545


User matthiasbasler changed the following:

  What|Old value |New value

  Keywords|  |oooqa

   Summary|Computer Crash|Computer Crash when
  |  |starting OOoBase





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 02:57:07 -0800 
2005 ---
Hi maxoffice

Next time, please give a more precise summary than Computer crash.
It is also necessary, that you give some more details about your OS and
configuration, e.g.
- What version of Java installed (e.g. Sun Java 1.4.2?)
- anything else that could help, any programs that might possibly interfere?
Exactly(!) what steps do you take before OOo crashes? Simpy start OOo Base?

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

-
To unsubscribe, 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 44143] New - Installed version

2005-03-05 Thread florincoter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44143
  Issue #:|44143
  Summary:|Installed version
Component:|Installation
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|of
  Reported by:|florincoter





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 02:59:32 -0800 
2005 ---
4 Mar 2005.
Download ver 2 beta.
Install program runs as 1.9.79... 

Can't see no difference between the programs. Same features, same bugs.

Regards,
Florin.

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

-
To unsubscribe, 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 44145] New - Export to PDF has no options

2005-03-05 Thread florincoter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44145
  Issue #:|44145
  Summary:|Export to PDF has no options
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|florincoter





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:05:53 -0800 
2005 ---
Hi,

Download ver 2 beta, install.
Try to save a document as PDF, cannot see any options, unlike specified in the
new features document.

Regards,
Florin.

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

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


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



[marketing-issues] [Issue 44089] Buttons for the new Homepage

2005-03-05 Thread cdriga
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44089


User cdriga changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23378) Maarten's
  |  |designed buttons (icons)
  |  |in png format





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:06:12 -0800 
2005 ---
Created an attachment (id=23378)
Maarten's designed buttons (icons) in png format


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

-
To unsubscribe, e-mail: [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 44146] New - rpm installer doesn't work on Slackware

2005-03-05 Thread moppedboy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44146
  Issue #:|44146
  Summary:|rpm installer doesn't work on Slackware
Component:|Installation
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|of
  Reported by:|moppedboy





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:07:07 -0800 
2005 ---
Trying to execute the rpm installer returns an error (to show that /bin/sh is 
there I issued a 
whereis right after rpm2): 
** 
[EMAIL PROTECTED]:/home/lars/Download/RPMS# rpm -ivh *.rpm 
Fehler: Failed dependencies: 
/bin/shisneededbyopenofficeorg-calc-1.9.79-1 
/bin/shisneededbyopenofficeorg-core01-1.9.79-1 
/bin/shisneededbyopenofficeorg-core02-1.9.79-1 
/bin/shisneededbyopenofficeorg-core03-1.9.79-1 
/bin/shisneededbyopenofficeorg-core04-1.9.79-1 
/bin/shisneededbyopenofficeorg-core05-1.9.79-1 
/bin/shisneededbyopenofficeorg-core06-1.9.79-1 
/bin/shisneededbyopenofficeorg-core07-1.9.79-1 
/bin/shisneededbyopenofficeorg-core08-1.9.79-1 
/bin/shisneededbyopenofficeorg-draw-1.9.79-1 
/bin/shisneededbyopenofficeorg-graphicfilter-1.9.79-1 
/bin/shisneededbyopenofficeorg-impress-1.9.79-1 
/bin/shisneededbyopenofficeorg-javafilter-1.9.79-1 
/bin/shisneededbyopenofficeorg-math-1.9.79-1 
/bin/shisneededbyopenofficeorg-pyuno-1.9.79-1 
/bin/shisneededbyopenofficeorg-spellcheck-1.9.79-1 
/bin/shisneededbyopenofficeorg-testtool-1.9.79-1 
/bin/shisneededbyopenofficeorg-writer-1.9.79-1 
/bin/shisneededbyopenofficeorg-xsltfilter-1.9.79-1 
[EMAIL PROTECTED]:/home/lars/Download/RPMS# whereis sh 
sh: /bin/sh 
** 
 
I also changed the default $BASH and $SHELL to from /bin/bash to /bin/sh but no 
success either.

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

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


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



[marketing-issues] [Issue 44089] Buttons for the new Homepage

2005-03-05 Thread cdriga
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44089


User cdriga changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23379) Homepage design
  |  |screenshot. The orange
  |  |buttons you see there need
  |  |replaced with nicely
  |  |designed ones.





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:08:16 -0800 
2005 ---
Created an attachment (id=23379)
Homepage design screenshot. The orange buttons you see there need replaced with 
nicely designed ones.


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

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


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



[marketing-issues] [Issue 44089] Buttons for the new Homepage

2005-03-05 Thread cdriga
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44089





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:13:24 -0800 
2005 ---
I have added a screenshot of the design taken at 1024x screen resolution (see
above attachments).

This image should give you an idea about the dimensions of the buttons that need
created and also of the environment in which they are placed.


Cristian

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

-
To unsubscribe, 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 43747] Ambigous German translation Vorlagen for Styles *and* Templates in DateiDokumentvorlagen verwalten

2005-03-05 Thread matthiasbasler
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43747


User matthiasbasler changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

Issue type|DEFECT|ENHANCEMENT

  Keywords|  |oooqa

OS/Version|Linux |All





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:16:11 -0800 
2005 ---
Completely agree.
This applies to all OS and is not really a bug, is's just unfavourable.
Thanks anyway for noting.

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

-
To unsubscribe, 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 44148] New - Template not recognizide???

2005-03-05 Thread florincoter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44148
  Issue #:|44148
  Summary:|Template not recognizide???
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mru
  Reported by:|florincoter





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:16:38 -0800 
2005 ---
Hi,

Download ver 2 beta, install.
Create template, save.
Open document based on the template, save document, close document.
Open the same document, got the following window:
OpenOffice.org 1.9.79 (why not 2 beta?)
The styles in this document applied to this doc?
I click on yes, save, close, open and get the same dialog

Regards,
Florin.

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

-
To unsubscribe, 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 44143] Installed version

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44143


User of changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:30:13 -0800 
2005 ---
And what will be the defect? 1.9.79 is the 2.0 beta!

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

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


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



[lingucomponent-issues] [Issue 37628] in this thesaurus new words are not updated

2005-03-05 Thread dnaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37628





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:30:20 -0800 
2005 ---
I don't see why changes on thesaurus.com should be reflected in OOo's 
thesaurus. Why is the thesaurus.com data related to OOo? The new thesaurus 
uses WordNet anyway. This bug should be closed. 

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

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


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



[installation-issues] [Issue 44143] Installed version

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44143


User of changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:32:42 -0800 
2005 ---
It has been decided to to announce this version as beta.

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

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


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



[ui-issues] [Issue 43614] External Programs missing from Options

2005-03-05 Thread mikedee
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43614





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 03:45:24 -0800 
2005 ---
This occurs in OpenOffice.org Beta 2.0 vers. 1.9.7.9, Windows 98SE

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

-
To unsubscribe, 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 43592] 64bit: Make help working

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


User pjanik changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 04:15:03 -0800 
2005 ---
mba: works OK.

Committed in ooo64bit02.

Thanks!

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

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


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



[sw-issues] [Issue 44149] New - save document - progress bar fixed position

2005-03-05 Thread kfenchel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44149
  Issue #:|44149
  Summary:|save document - progress bar fixed position
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|kfenchel





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 04:16:35 -0800 
2005 ---
During 'Save' the progress bar seems to have a fixed position.
When the window is too small, it doesn't show at all.
When the window large, it appears somewhere in the middle of the window
obscuring document content.
associated wit this is a refresh problem: when the progress bar covers the
status bar, it is necessary to resize the window in oder to make the status bar
visible again.

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

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


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



[sc-issues] [Issue 44150] New - some hyperlinks underlined some not in XLS spreadsheet

2005-03-05 Thread majki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44150
  Issue #:|44150
  Summary:|some hyperlinks underlined some not in XLS
  |spreadsheet
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|spreadsheet
  Reported by:|majki





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 04:22:47 -0800 
2005 ---
When I load attached XLS spreadscheet some hyperlinks are underlined while other
aren't. In Excell everything looks the same (underlined) in OOo 1.1.4 all
hyperlinks aren't underlined.

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

-
To unsubscribe, 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 44150] some hyperlinks underlined some not in XLS spreadsheet

2005-03-05 Thread majki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44150


User majki changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23380) XLS spreadsheet





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 04:24:03 -0800 
2005 ---
Created an attachment (id=23380)
XLS spreadsheet


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

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


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



Re: [www-issues] R: [Issue 18645] - ={somma(se...

2005-03-05 Thread Diane Mackay
Greetings,
You have responded to an automatically generated message from the Issue Tracker. 
You cannot respond directly to these messages. Please log onto the website, go 
to the issue, and enter your comments in the Additional Comments box. When you 
are finished with your edits to the issue, click the submit button to update the 
issue report with your comments.  This is how we keep all notes related to 
issues organized and available to all in the community.

To see the Additional Comments box on the issue report, you must be logged in, 
and your cookies must be enabled. Type in your user name and password into 
fields displayed in the upper right corner, then click the Login button. If you 
do this from the Home page, you may have to click Login again on the Login Page. 
When you are logged in, it will show that you are Logged In, and there will be a 
button displayed in the upper right corner for you to click when you are ready 
to log out.

Once you are logged in, you will be presented with a page called My Start Page 
under the My Pages tab, and the left menu will show links to tools. You can jump 
directly to your issue, by typing a number in the input box in the right column 
of My Start Page, or you can select My Issues from the Tools menu to see a list 
of your issues with an open status. You can show a list of *all* your issues by 
choosing 'Edit Query' and selecting additional choices in the Status field, by 
clicking on them with your Control key pressed down, then click on 'Submit Query'.

To send attachments regarding issues, please attach the file directly to the 
issue. Use the link Create a new attachment on the issue and then select 
Binary file (application/octet-stream) where asked, What kind of file is this? 
if your file's type does not show in the list.

Thanx,
Diane
--
Diane Mackay
OOo User and Volunteer WorkerBee
http://www.OpenOffice.org
[EMAIL PROTECTED] wrote:
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 2:33 PM
Subject: [Issue 18645] - ={somma(se...

http://www.openoffice.org/issues/show_bug.cgi?id=18645
[EMAIL PROTECTED] changed:
 What|Old Value  |New Value

==
   Status|RESOLVED   |CLOSED
--


--- Additional Comments From [EMAIL PROTECTED]  2003-10-28 05:33
PST ---
closed worksforme


hi
marzo 2005
issue 18645 ,(somma(Se())
this isn't a zombie of the closed issue
In OOo 1.1.3 italian somma(se,,, don't work
finally in 2.0 beta release italian somma(se.. work
this is only for say 1billion thank
Giorgio Demontis


No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.6.2 - Release Date: 04/03/05


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

-
To unsubscribe, 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 43000] Icons for OOo2.0 Mac OSX installer

2005-03-05 Thread christian_z
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43000


User christian_z changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23381) OpenOffice.org
  |  |2.0 Icons (.icns) for Mac
  |  |OS X





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:04:06 -0800 
2005 ---
Created an attachment (id=23381)
OpenOffice.org 2.0 Icons (.icns) for Mac OS X


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

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


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



[porting-issues] [Issue 38418] libxmlsec: depends on nspr.h which can be left out (--disable-mozilla)

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





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:07:20 -0800 
2005 ---
update: --disable-mozilla is now back again but disabled xmlsec, 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]



[framework-issues] [Issue 44142] gdiplus.dll error at load

2005-03-05 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44142


User es changed the following:

  What|Old value |New value

   Assigned to|mru   |tm

 Component|Word processor|framework

  Priority|P1|P2

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

  Subcomponent|open-import   |code





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:24:41 -0800 
2005 ---
A framework issue
Graphic device problem?

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

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


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



[sw-issues] [Issue 44142] gdiplus.dll error at load

2005-03-05 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44142


User es changed the following:

  What|Old value |New value

   Assigned to|mru   |tm

 Component|Word processor|framework

  Priority|P1|P2

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

  Subcomponent|open-import   |code





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:24:41 -0800 
2005 ---
A framework issue
Graphic device problem?

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

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


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



[dba-issues] [Issue 44151] New - sql error with fields name containing accents

2005-03-05 Thread merlin622
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44151
  Issue #:|44151
  Summary:|sql error with fields name containing accents
Component:|Database access
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|merlin622





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:35:16 -0800 
2005 ---
In OOo 2.0 Beta (1.9.79, french), I encounter an error while testing an SQL code
on an MS ACCESS file : Syntax error in SQL expression
parse error, expecting 'BETWEEN' or 'IN' or 'SQL_TOKEN_LIKE'

This error appears with a valid SQL code, when this code refer to a field with
an accentuated letter (ie like : AnneImpression). 

If I rename that field (ie in : AnneeImpression) it 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]



[installation-issues] [Issue 44152] New - Solaris: packages produced by OOo build: filenames 100 characters

2005-03-05 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44152
  Issue #:|44152
  Summary:|Solaris: packages produced by OOo build: filenames
  |100 characters
Component:|Installation
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|Solaris
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:37:37 -0800 
2005 ---
Hi,

Solaris packages produced by OOo build system directly from CVS and then packed
with tar, contain filenames longer than 100 characters. Like this:

packages/openofficeorg-core07/reloc/share/Scripts/javascript/ExportSheetsToHTML/parcel-descriptor.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/BasicIDE/statusbar/statusbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/BasicIDE/toolbar/standardbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/dbapp/toolbar/queryobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/dbapp/toolbar/tableobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/dbquery/toolbar/sqlobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/accelerator/de/default.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/accelerator/es/default.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/accelerator/fr/default.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/toolbar/formsfilterbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/toolbar/formsobjectbar.xm
packages/openofficeorg-core07/reloc/share/config/soffice.cfg/modules/scalc/toolbar/insertcellsbar.xm

All these filenames are 100 characters long. But the correct length is 101,
because the final letter l (in the above mentioned filenames) was stripped off
by Solaris' tar (see man tar and search for string 100).

Sun published packages do not have this problem, because they have bzip2'ed 
content:

./packages/openofficeorg-core07/archive/none.bz2

Two issues here:

- Sun produced builds are not build using tools in the CVS
- Community doesn't have a chance to produce packages like Sun is producing

Workaround for now: pack the final packages using e.g. ZIP instead of Solaris'
tar. But this is not correct solution, because SUNWzip is not installed on all
systems, the filenames are different from Sun published filenames, the mechanism
to unpack is different etc.

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

-
To unsubscribe, 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 43000] Icons for OOo2.0 Mac OSX installer

2005-03-05 Thread christian_z
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43000


User christian_z changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23382) OpenOffice.org
  |  |2.0 Icons (.icns) for Mac
  |  |OS X (incl. main app)





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:38:20 -0800 
2005 ---
Created an attachment (id=23382)
OpenOffice.org 2.0 Icons (.icns) for Mac OS X (incl. main app)


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

-
To unsubscribe, 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 43437] localize/gsicheck: temporary files not removed

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


User pjanik changed the following:

  What|Old value |New value

   Assigned to|ihi   |pjanik

  Target milestone|OOo Later |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:39:32 -0800 
2005 ---
Ivo is on vacation - take-over.

Looks like this is the problem:

--- localize.pl 28 led 2005 18:28:07 +0100  1.8
+++ localize.pl 05 be 2005 14:34:47 +0100 
@@ -294,6 +294,7 @@
 }else{
 print STDERR WARNING: Can't open/create '$localizeFile'\n;  
 }
+unlink $tmpfile;
 }
 }
 if( $no_sort eq '' ){

Works OK for me, testing it further.


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

-
To unsubscribe, 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 44154] New - Java does not work on Mac OS X

2005-03-05 Thread macjogi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44154
  Issue #:|44154
  Summary:|Java does not work on Mac OS X
Component:|porting
  Version:|680m79
 Platform:|Macintosh
  URL:|
   OS/Version:|Mac OS X
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|macjogi





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:42:28 -0800 
2005 ---
Environment:
Mac OS X: 10.3.8
Tools - Options - Java: 1.4.2_05 (Vendor: Apple Computer, Inc.)

Issue 1:
Loading from CVS
qa/qatesttool/global/input/xml_filter/*.xml reports a Gener Error. 
Input/Output Error
= These important (MS Word ML, MS Excel ML, XHTML-Export) XSLT based filters 
needs Java

Issue 2:
Loading from CVS
qa/qatesttool/global/input/java/java.htm
= Crash (since 1.1.x it has not been fixed)

Issue 3:
Loading from CVS
File - Wizards - Letter (and all other Java written filters)
= Nothing happens.

To get a Mac OS X OOo 2.0 Beta IMHO this issues has to be fixed because it 
works fine on all other 
UNIX also with Java 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]



[udk-issues] [Issue 44155] New - Basic : correct library password is rejected

2005-03-05 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44155
  Issue #:|44155
  Summary:|Basic : correct library password is rejected
Component:|udk
  Version:|OOo 1.1.3
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|kr
  Reported by:|bmarcelly





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:45:15 -0800 
2005 ---
- Steps to reproduce the bug -
1 - create a new Writer document
2 - with Basic macro organizer, create library named : secretLib
3 - protect this library with password : OpenOffice
4 - edit : you are in Module1 with an empty macro Main
5 - save the document, close the document

Now verify that the password is recognized
6 - open the document
7 - with Basic macro organizer, double-click on library secretLib. You are 
asked for a 
password. Give the correct password : it is accepted, the library loads and can 
be 
edited
8 - close the document

Here is how the bug comes in
9 - open the document
10 - in the Standard library create an empty macro in Module1
11 - save the document, close the document
12 - open the document
13 - with Basic macro organizer, double-click on library secretLib. You are 
asked for 
a password. Give the correct password : it is rejected.

Note 1 : you may create a macro in Standard library which loads secretLib and 
calls a 
macro within secretLib, which means that the library is correct.
Note 2 : this bug does not appear in OOo Beta 1.9m79, but there is another bug 
described in another IZ.

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

-
To unsubscribe, 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 44156] New - Basic : incorrect password loads protected macro library

2005-03-05 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44156
  Issue #:|44156
  Summary:|Basic : incorrect password loads protected macro
  |library
Component:|udk
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|kr
  Reported by:|bmarcelly





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:47:42 -0800 
2005 ---
- Steps to reproduce the bug -
1 - create a new Writer document
2 - with Basic macro organizer, create library named : secretLib
3 - protect this library with password : OpenOffice
4 - edit : you are in Module1 with an empty macro Main. Change the name to : 
MainSecret. Add another module Module2 containing macro Main2.
5 - save the document ( .odt ), close the document
6 - open the document
7 - with Basic macro organizer, click on + at left of secretLib. You are asked 
for a 
password. Give this password : wrongpass
8 - Consequences : 
 a - no indication that the password is incorrect
 b - in the same organizer first window the library is now loaded and its 
modules are 
now visible
 c - but the macros of these modules are not visible
 d - you can now add more modules or macros (through Organizer... window)

This behaviour is incorrect.

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

-
To unsubscribe, 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 44157] New - Spell check only USA .

2005-03-05 Thread richfly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44157
  Issue #:|44157
  Summary:|Spell check only USA .
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|Other
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|richfly





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:50:07 -0800 
2005 ---
I am based in the UK.  Spell check defaults to English (USA).

Even when I alter that to English (UK) in Tools - Options, and restart, it still
defaults to English (UK).

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

-
To unsubscribe, 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 44155] Basic : correct library password is rejected

2005-03-05 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44155





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:50:13 -0800 
2005 ---
For information
Other problem on password protected Basic libraries, specific to OOo 2.0 Beta, 
see IZ 
44156

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

-
To unsubscribe, 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 44158] New - Alt+Backspace shortcut unchangable

2005-03-05 Thread filkin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44158
  Issue #:|44158
  Summary:|Alt+Backspace shortcut unchangable
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|configuration
  Assigned to:|spreadsheet
  Reported by:|filkin





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:51:17 -0800 
2005 ---
The Undo shortcut listed in the menu aren't in the shortcut configuration list. 
I can't turn it off or have my own shortcut listed in the menu instead.

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

-
To unsubscribe, 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 44102] Where are the install files? RPMs are useless

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44102


User of changed the following:

  What|Old value |New value

   Assigned to|of|[EMAIL PROTECTED]

 Component|Installation  |distribution

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

Issue type|DEFECT|ENHANCEMENT

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

  Subcomponent|code  |www

  Target milestone|---   |not determined

   Version|OOo 2.0 Beta  |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:52:18 -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]



[sc-issues] [Issue 44159] New - Undo function missing from config

2005-03-05 Thread filkin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44159
  Issue #:|44159
  Summary:|Undo function missing from config
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|configuration
  Assigned to:|spreadsheet
  Reported by:|filkin





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:53:50 -0800 
2005 ---
The general Undo function is missing from the keyboard shortcut list. The user 
cannot change its shortcut because of this.

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

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


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



[sw-issues] [Issue 8449] Mixed Landscape and Portrait docs difficult to manage in master doc

2005-03-05 Thread richfly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=8449





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:54:39 -0800 
2005 ---
I use a report format which has mixed portrait  landscape pages within it.

VERY easy to do in MS Office!  A bittuva pain in OO 2.0!

Sincew it's relatively common to do this, why not add this option to Page Break
options as well?  I will not bother to create a new style for this every time I
need it.  Easier to stick with MS Word.

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

-
To unsubscribe, 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 44117] enhanced metafiles in table cell do not print

2005-03-05 Thread pvmierlo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44117





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:55:39 -0800 
2005 ---
Problem occurs on OOo 2.0 beta as well.

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

-
To unsubscribe, 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 44160] New - Redo function missing from config

2005-03-05 Thread filkin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44160
  Issue #:|44160
  Summary:|Redo function missing from config
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|configuration
  Assigned to:|spreadsheet
  Reported by:|filkin





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:55:51 -0800 
2005 ---
The general Redo function is missing from the keyboard shortcut list. The user 
cannot change its shortcut because of this. (Or maybe it's simply named wrongly
).

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

-
To unsubscribe, 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 44119] enhanced metafiles in table cell has unexpected border

2005-03-05 Thread pvmierlo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44119





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 05:56:04 -0800 
2005 ---
problem occurs in OOo 2.0 beta as well

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

-
To unsubscribe, 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 19760] Be able to see page breaks in the document and format them

2005-03-05 Thread richfly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=19760





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:00:12 -0800 
2005 ---
ABSOLUTELY!  I use a mixed report format (landscape  portrait in the same
document) and really need to be able to see these(section breaks as well), if
suddenly a page slips and loses half its contents while I'm enlarging a table, 
etc.



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

-
To unsubscribe, 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 44161] New - Ctrl+Y deleted but working

2005-03-05 Thread filkin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44161
  Issue #:|44161
  Summary:|Ctrl+Y deleted but working
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|configuration
  Assigned to:|spreadsheet
  Reported by:|filkin





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:00:41 -0800 
2005 ---
I just deleted Ctrl+Y as a shortcut for both Calc and OpenOffice.org but it 
still works.

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

-
To unsubscribe, 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 44162] New - Cursor missing

2005-03-05 Thread filkin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44162
  Issue #:|44162
  Summary:|Cursor missing
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|configuration
  Assigned to:|spreadsheet
  Reported by:|filkin





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:03:38 -0800 
2005 ---
I've change the F2 shortcut to Ctrl+Shift+R. When I tap this shortcut I can 
edit 
the cell but there're no cursor. Neither in the cell or in the formula toolbar 
whereas it should show up in both or in the cell at least.

-- David

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

-
To unsubscribe, 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 44042] Cannot select two drawing objects by keyboard

2005-03-05 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44042


User es changed the following:

  What|Old value |New value

   Assigned to|es|aw





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:19:54 -0800 
2005 ---
ES: Ok, so I closed the internal task as duplicate of this one in order to have
a public task. Back to you.

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

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


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



[lingucomponent-issues] [Issue 44163] New - crash with old thesaurus files

2005-03-05 Thread dnaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44163
  Issue #:|44163
  Summary:|crash with old thesaurus files
Component:|lingucomponent
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|www
  Assigned to:|[EMAIL PROTECTED]
  Reported by:|dnaber





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:29:22 -0800 
2005 ---
Calling the thesaurus crashes OOo when the old thesaurus files (from OOo 1.x) 
are installed. DicOOo currently offers these files and will install them. That 
is going to be fixed, but the crash should be fixed anyway to avoid crashes 
for people who install thesaurus files manually. I'll attach a patch that 
avoid the crash.

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

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


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



[lingucomponent-issues] [Issue 44163] crash with old thesaurus files

2005-03-05 Thread dnaber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44163


User dnaber changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=23384) avoid crash
  |  |(note that applying may
  |  |require an offset for
  |  |'patch')





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:31:04 -0800 
2005 ---
Created an attachment (id=23384)
avoid crash (note that applying may require an offset for 'patch')


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

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


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



[dba-issues] [Issue 44164] New - file failed to save when closing database feature and the databse crashed

2005-03-05 Thread master_rigel2
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44164
  Issue #:|44164
  Summary:|file failed to save when closing database feature and
  |the databse crashed
Component:|Database access
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|msc
  Reported by:|master_rigel2





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:33:29 -0800 
2005 ---
I opened the new database feature of OpenOffice. I created a new Database 
through the creation wizard, and it ran just fine, right up until I closed 
it. :O. It even seemed to close fine.

Now here's what got me suspicious. Frist of all, The Database didn't ask me to 
save my database file .odb, when I closed database without saving first.

When I went to close the OpenOffice starter, Dr. Watson through up a message 
at me telling me it was unable to process the memory stack in the same range 
as the soffice.exe. Then Dr. Watson promptly crashed, and the windows 
executive reloaded the error reporting tool.

Upon restarting the computer, I was notified that the Database crashed, even 
though it appeared to close propeerly, it would appear as though it hadn't. 
Even if I save the Database before closing the database feature, it will still 
be reported to me as having crashed if I restart the computer.

And lastly, but not leastly, crashepp.??? took a nose dive into the bottom 
of contigous memory. It crashed as well. I watched the stack implode through a 
run-time debugger. over 300 bytes of the file blipped out of existence when 
the run-time error occured. Windows Report Tool survived the application 
failure, and sent the report to Microsoft. I forgot to save the run-time 
report.

Rigel

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

-
To unsubscribe, 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 44165] New - text is lost after nested table

2005-03-05 Thread bigserpent
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44165
  Issue #:|44165
  Summary:|text is lost after nested table
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|mru
  Reported by:|bigserpent





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:34:50 -0800 
2005 ---
Any text inserted after nested table into the same cell is lost after
saving/loading the document (*.odt). After that it's impossible to type any text
in the cell after nested table.

Also it's impossible to move nested table within its parent cell or paste it
from the clipboard. The last one can mess with simple paste of cells, but in
this case it should be allowed by paste-special.

This is a dataloss 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 44165] text is lost after nested table

2005-03-05 Thread bigserpent
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44165


User bigserpent changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23385) try to insert
  |  |any text into the cell
  |  |after nested table





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:36:52 -0800 
2005 ---
Created an attachment (id=23385)
try to insert any text into the cell after nested table


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

-
To unsubscribe, 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 44167] New - Tabs flash/blink as you pass over them

2005-03-05 Thread lduperval
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44167
  Issue #:|44167
  Summary:|Tabs flash/blink as you pass over them
Component:|Word processor
  Version:|680m79
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|lduperval





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:45:58 -0800 
2005 ---
Open Format | Page
Pass the mouse over the tabs. As you move along, two tabs flash/blink

I think that either only one should flash, or better yet, that the tab over
which you pass is highlighted and remains highlighted until you move to another 
tab.

L

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

-
To unsubscribe, 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 44169] New - program icons appear twice in suse menu

2005-03-05 Thread brandm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44169
  Issue #:|44169
  Summary:|program icons appear twice in suse menu
Component:|Installation
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|of
  Reported by:|brandm





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 06:57:23 -0800 
2005 ---
After installing the beta 2 version which included  
openofficeorg-suse-menus-1.9.79-1.noarch.rpm, I have a new group in the start 
menu under Office called More Programs. Problem: Here each oo.org program 
appears twice. Once would have been fine. (Also, isn't more programs a little 
bit too modest a name for the majesty of oo.org?) 
 
I installed this on SuSE 9.2 Pro with KDE 3.4.0-1 (release candidate 1). I 
suppose this could be a problem with KDE instead of the installation package 
from oo.org, but maybe not.

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

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


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



[gsl-issues] [Issue 44134] W32 build fails in vcl

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


User vq changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 07:20:50 -0800 
2005 ---
Sorry for the noise. My build script didn't catch that cvs co aborted in the
middle of the checkout (in default_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]



[gsl-issues] [Issue 44134] W32 build fails in vcl

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


User vq changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 07:21:06 -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]



[sw-issues] [Issue 44170] New - Conditional formatting for outline levels does not work.

2005-03-05 Thread robmundy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44170
  Issue #:|44170
  Summary:|Conditional formatting for outline levels does not
  |work.
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|robmundy





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 07:38:42 -0800 
2005 ---
Conditional formatting according to outline level (as opposed to, for example:
header/footer or index level) does not appear to work.

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

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


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



[www-issues] P1W Wall Street Pulse

2005-03-05 Thread trenton cass
Life is like a game. Play it well! Check the stock of Gaming Transactions
Inc. with stock code, GGTS.PK.

If you want to find a better stock to invest on, it might be the right
choice for you. As one leading supplier in Internet gaming industry, Gaming
Transactions Inc. is a great choice for investors.

Launching its proprietary Gaming Portal, GGTS has consolidated its leading
position in the online entertainment and gaming industries! 

Games provided at the portal include keno, bingo, poker, blackjack, slots
and video games online. Players can enjoy hassle frree moment online and get
more relaxation from daily routines.

Nowadays, consumers are getting more familiar with online shopping and
online entertainment, which is one important trigger that helps expand the
online market.

As one successful online service provider, the company understands that
players need user-friendly interface and secure environment. The company is
dedicated to provide players the best gaming environment online.

If you are interested in this stock, please consult the broker. If you want
to experience the user-friendly web design, just take a look online.




He says he understandsthe meaning of grief now; less clear to him is the
meaning of recovery.
feel better? he says. I have no idea.It is a question not only for
Arredondo, but for

who in those first moments scream and weep and slam the door and collapse.
The beginning of
hejmjhggsc.fnufehfp5guvtduawumcmgidwxku.enxicgjfiqeqpy8bqunutrvsn.ipyyaatli
wfvwj


-
To unsubscribe, 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 44038] Crash on calling Special Character from the UI context menu

2005-03-05 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44038


User cd changed the following:

  What|Old value |New value

   Assigned to|cd|ssa





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 07:51:45 -0800 
2005 ---
cd-ssa: I know that you already fixed this bug. Please set it to duplicate and
provide the correct bug id (Thanks).

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

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


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



[porting-issues] [Issue 44154] Java does not work on Mac OS X

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


User pjanik changed the following:

  What|Old value |New value

CC|''|'pjanik'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 08:01:01 -0800 
2005 ---
Issue confirmed.


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

-
To unsubscribe, e-mail: [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 43545] Computer Crash when starting OOoBase

2005-03-05 Thread maxoffice
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43545





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 08:02:26 -0800 
2005 ---
The type of crash was for the screen to go black and everything frozen. Only 
pressing reset button would reboot machine. My Sun Java is the latest version.
   I since read somewhere to change the openGL option so I went into options, 
which I could do through the Writer part of the program and under View I put a 
checkmark next Use openGL and Optimized Output and that seemed to solve the 
crashing problem. I was able to close Writer and open the Database section and 
created a database with no problem.

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

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


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



[graphics-issues] [Issue 44171] New - On the templates the area of text boxes can't be colored

2005-03-05 Thread eduardojrobledo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44171
  Issue #:|44171
  Summary:|On the templates the area of text boxes can't be
  |colored
Component:|Presentation
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|wg
  Reported by:|eduardojrobledo





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 08:29:50 -0800 
2005 ---
When modifying the template on background mode, the background color of text 
boxes can't be colored with any other color but white (when another color is 
choosen, it defaults to white upon closing the window)

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

-
To unsubscribe, 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 41085] all icons in program menu at kde are duplicate

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41085





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 08:32:14 -0800 
2005 ---
*** Issue 44169 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]



[installation-issues] [Issue 44169] program icons appear twice in suse menu

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44169


User of changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 08:32:15 -0800 
2005 ---
Known issue

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

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

-
To unsubscribe, 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 44169] program icons appear twice in suse menu

2005-03-05 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44169


User of changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 08:32:42 -0800 
2005 ---
Dupe

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

-
To unsubscribe, 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 44172] New - Normal view is absolutely needed

2005-03-05 Thread cellocgw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44172
  Issue #:|44172
  Summary:|Normal view is absolutely needed
Component:|Word processor
  Version:|OOo 1.1.1b
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|cellocgw





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:06:39 -0800 
2005 ---
I am aware that this is the same complaing as bug report 4914,but it's been over
two years with no apparent  action or resolution. As solid as the word processor
is, the need for a Normal View display option is an absolute show-stopper for
me and many I know.  At the very least, I'd like 4914 bumped up to DEFECT.  
For pure document editing, efficiency and simplicity should be the rule (ask
Bruce Tognazzini).  Viewing repetitive headers,footers, grey space, etc. violate
that rule.

Thank you
Carl

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

-
To unsubscribe, 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 44173] New - Error 1606

2005-03-05 Thread chanhuff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44173
  Issue #:|44173
  Summary:|Error 1606
Component:|Installation
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P5
 Subcomponent:|code
  Assigned to:|of
  Reported by:|chanhuff





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:16:15 -0800 
2005 ---
When I am installing openoffice 2.0 BETA and right when I load the install it
says this could not access %USERPROFILE%\Start Menu\Programs\.

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

-
To unsubscribe, 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 41992] 2nd status bar covers top-left part of a top docking area

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41992





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:19:35 -0800 
2005 ---
*** Issue 43609 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]



[ui-issues] [Issue 43609] Graphics flaw in standard toolbar when using File Menu

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43609


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:19:36 -0800 
2005 ---
thanks for reporting this.

closing as duplicate.

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

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

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


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



[ui-issues] [Issue 43609] Graphics flaw in standard toolbar when using File Menu

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43609


User maxweber changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:19:50 -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]



[framework-issues] [Issue 41992] 2nd status bar covers top-left part of a top docking area

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41992





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:25:19 -0800 
2005 ---
*** Issue 44149 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 44149] save document - progress bar fixed position

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44149


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:25:19 -0800 
2005 ---
closing as duplciate

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

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

-
To unsubscribe, 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 44149] save document - progress bar fixed position

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44149


User maxweber changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:25:32 -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 4914] normal view option needed

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4914





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:33:52 -0800 
2005 ---
*** Issue 44172 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 44172] Normal view is absolutely needed

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44172


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:33:54 -0800 
2005 ---
closing as duplicate,
unfortunately there is no way to mark issue 4914 as enhancement. Still, you may
want to vote for it and encourage others also to do so. from a realistiv view of
point however, it will for sure not be implemented into version 2.0. I would
expect the earliest time to be the 3.0 codeline. Maybe that helps, thank you
very much and best regards, Max Weber

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

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

-
To unsubscribe, 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 44172] Normal view is absolutely needed

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44172


User maxweber changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:34:09 -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]



[sc-issues] [Issue 44033] Copying multple selections should work!

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


User fst changed the following:

  What|Old value |New value

   Assigned to|spreadsheet   |requirements

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

OS/Version|Windows XP|All

  Platform|PC|All

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:39:45 -0800 
2005 ---
One for the requirements team

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

-
To unsubscribe, 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 44079] need a way to automatically arrange more windows for the same document

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


User fst changed the following:

  What|Old value |New value

   Assigned to|spreadsheet   |requirements

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:40:53 -0800 
2005 ---
One for the requirements team

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

-
To unsubscribe, 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 44175] New - Table disappears when applying Above Spacing to table in print layout view

2005-03-05 Thread nabosaq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44175
  Issue #:|44175
  Summary:|Table disappears when applying Above Spacing to table
  |in print layout view
Component:|Word processor
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|nabosaq





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:40:59 -0800 
2005 ---
(Nasser Abosaq, Seema Gandhi. 03/05/05)

We find out that when applying above spacing for a table in print layout view 
using the OO writer 1.9.79, the table disappears and the cursor is placed in 
space between the two pages.

Steps of producing the bug:
1. Open new write document

2. Set the page layout to print layout. View - print layout

3. Create a table 2x2

4. Click in any cell of the table

5. Right click the mouse, choose Table, then click on the table tab and set  
the above spacing to valid Maximum value
Or another way is using menu: Table - Table properties - Table tab, then set 
the above spacing to valid Maximum value

6. The table disappears and cursor is displayed in placed between two pages
However Table is placed properly when changing to web layout.

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

-
To unsubscribe, 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 44145] Export to PDF has no options

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44145


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:43:29 -0800 
2005 ---
hi, first you give a filename, then in the next screen you can adjust the PDF
options. does this work for you?
Best regards, Max

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

-
To unsubscribe, 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 44126] regression open fails on file on nfs mounted file system

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


User fst changed the following:

  What|Old value |New value

   Assigned to|spreadsheet   |tm

 Component|Spreadsheet   |framework

  Priority|P3|P2

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

  Subcomponent|open-import   |code





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:47:37 -0800 
2005 ---
Hi,

as it also affects writer, this is something for framework.

Frank

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

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


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



[sc-issues] [Issue 44126] regression open fails on file on nfs mounted file system

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


User fst changed the following:

  What|Old value |New value

   Assigned to|spreadsheet   |tm

 Component|Spreadsheet   |framework

  Priority|P3|P2

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

  Subcomponent|open-import   |code





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:47:37 -0800 
2005 ---
Hi,

as it also affects writer, this is something for framework.

Frank

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

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


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



[sw-issues] [Issue 44176] New - Editing of paths

2005-03-05 Thread shivan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44176
  Issue #:|44176
  Summary:|Editing of paths
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P4
 Subcomponent:|configuration
  Assigned to:|mru
  Reported by:|shivan





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:50:06 -0800 
2005 ---
Currently it's only possible to add new paths and delete old ones but not to
edit existing ones.

Options -- OpenOffice.org -- Paths 

ie document templates -- edit

then  you can only add or delete existing ones but not _change_ existing ones.

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

-
To unsubscribe, 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 44158] Alt+Backspace shortcut unchangable

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





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:50:45 -0800 
2005 ---
*** Issue 44159 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]



[sc-issues] [Issue 44159] Undo function missing from config

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


User fst changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:50:46 -0800 
2005 ---
double to Issue 44158

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

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

-
To unsubscribe, 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 44159] Undo function missing from config

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


User fst changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:51:22 -0800 
2005 ---
closed double

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

-
To unsubscribe, 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 44173] Error 1606

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44173


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 09:53:32 -0800 
2005 ---
hi, which operating system do you use?

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

-
To unsubscribe, 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 40258] postion of floating toolbars should be remembered

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40258





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:01:08 -0800 
2005 ---
*** Issue 44093 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]



[ui-issues] [Issue 44093] visible toolbars don't stick

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44093


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:01:09 -0800 
2005 ---
closing as duplcicate

thanks for reporting this!

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

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

-
To unsubscribe, 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 44177] New - chapter numbering lost on opening 1.1.4 template

2005-03-05 Thread shivan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44177
  Issue #:|44177
  Summary:|chapter numbering lost on opening 1.1.4 template
Component:|Word processor
  Version:|680m79
 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:|shivan





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:01:17 -0800 
2005 ---
see attached file.
When I open the document in OOo 2.0.79 (bc) the numbering is lost. I have to
reassign all numberings.

When I open the template in OOo 1.1.4 the chapter numbering is assigned. Both
are german versions.

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

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


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



[ui-issues] [Issue 44093] visible toolbars don't stick

2005-03-05 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44093


User maxweber changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:01:22 -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]



[graphics-issues] [Issue 44178] New - Crash when editing included sxi file

2005-03-05 Thread pete_w_n
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44178
  Issue #:|44178
  Summary:|Crash when editing included sxi file
Component:|Presentation
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|wg
  Reported by:|pete_w_n





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:03:16 -0800 
2005 ---
To reproduce, open the sxi file, and it should come up as editable. Click the
Edit File button in the standard toolbar. For me, OOo crashes at this point.

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

-
To unsubscribe, 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 44178] Crash when editing included sxi file

2005-03-05 Thread pete_w_n
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44178


User pete_w_n changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23387) One-slide
  |  |presentation





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:06:48 -0800 
2005 ---
Created an attachment (id=23387)
One-slide presentation


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

-
To unsubscribe, 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 44177] chapter numbering lost on opening 1.1.4 template

2005-03-05 Thread shivan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44177


User shivan changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=23389) the same but
  |  |repaired the chapter
  |  |numbering assignments





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:09:08 -0800 
2005 ---
Created an attachment (id=23389)
the same but repaired the chapter numbering assignments


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

-
To unsubscribe, 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 44177] chapter numbering lost on opening 1.1.4 template

2005-03-05 Thread shivan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44177





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 10:10:55 -0800 
2005 ---
When I try the following:
Open the Dokumentation1.ott, save it as .stw then reopen it in OOo build 79 the
chapter assignments are lost again. Only the one which is used in the document
exists (chapter 1).

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

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


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



[porting-issues] [Issue 43994] Mac OS X porting : version number of libxml2

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


User pjanik changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sat Mar  5 11:02:41 -0800 
2005 ---
accepting.


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

-
To unsubscribe, 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   >