[framework-issues] [Issue 53765] Error in Open File

2005-08-27 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53765


User rainerbielefeld changed the following:

  What|Old value |New value

CC|''|'rainerbielefeld'

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 00:53:31 -0700 
2005 ---
Reporter, pls. specify your OS and Platform!
I made some tests, but I was not able to reproduce the problem with 2.0
(1.9.m122) German version WIN XP: [680m122(Build8941)]. 
Pls contribute a detailed step by step instruction how to reproduce the problem,
starting with  Open OOo with a blank new text document.
Pls. also tell us whether you use OOo Dialogues or OS-Dialogues.



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

-
To unsubscribe, 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 53845] New - Faulty NPV (Net Pres ent Value) Function

2005-08-27 Thread dalsenw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53845
  Issue #:|53845
  Summary:|Faulty NPV (Net Present Value) Function
Component:|Spreadsheet
  Version:|OOo 1.1.4
 Platform:|All
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|spreadsheet
  Reported by:|dalsenw





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 00:59:30 -0700 
2005 ---
The NPV (Net Present Value) function returns an incorrect value; I performed the
calculations several times on two financial calculators and with the spreadsheet
application, and found an error in the way the spreadsheet calculates NPV.

When I calcuated NPV with the spreadsheet, I followed the syntax as stated,
entering the rate and values (but not a guess).  No syntax errors were found by
the program; but the returned value was nearly $2,000 less than those returned
by my financial calculators.  I did some research and further calcuations, and I
found out why:

To calculate NPV, the spreadsheet application treats all entered values alike;
unfortunately, this is not the correct way to calculate NPV.  Normally, the
first value entered is the cash flow at time zero, and mathmatically this
particular value is treated differently than subsequent values.  The proper
formula (which I found on
http://dybfin.wustl.edu/teaching/compufinj/slides/0/cfinjl0.pdf , and the result
from which agrees with my financial calculators) is the following:

NPV = C0 + (C1/1+r) + (C2/((1+r)^2)) + (C3/((1+r)^3) ... (Cn/((1+r)^n))

In this formula, C0 is cash flow at time zero, C1 is the cash flow at time
1, and so on; and r is the discount rate.  It is evident that C0 (cash flow at
time zero) is treated differently than the other values.  But the spreadsheet
does not account for this.  The specific task I performed was to find the NPV of
the following cash flows with a 10% discount rate:

-10 (cash flow at time zero)
7754.78
9519.9
9408.17
9682.82
140923.92

The spreadsheet returned the value of $14,638.32, whereas both of my calculators
(an HP-12C and a TI-89 running the TI finance application) returned $16,102.15.
 When I told the financial calculators to have zero dollars at time zero, and
treated the -100,000 like the other values, those calculators returned
$14,638.32 as well.  The problem, then, pretty clearly lies with how the
spreadsheet handles the cash flow at time zero; it does not account for the cash
flow at time zero, but rather treats that value as cash flow at time 1, dividing
it by (1+r) rather than simply adding it to subsequent calculations.

I am not a computer programmer, and unfortunately I therefore have no coding
solutions for the community; but obviously the way the spreadsheet calculates
needs to be changed, and also, the user interface needs to have a separate field
in which to enter the cash flow at time zero.

I hope that I have identifed the problem clearly enough to enable those with
programming skills to solve it, and will attempt to provide more information if
it is needed; I just downloaded Open Office today after not using it in a long
time, and I performed a search for this matter before submitting this issue, so
I hope I'm not wasting anyone's time...thanks and good luck!

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

-
To unsubscribe, 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 53846] New - Faulty NPV (Net Pres ent Value) Function

2005-08-27 Thread dalsenw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53846
  Issue #:|53846
  Summary:|Faulty NPV (Net Present Value) Function
Component:|Spreadsheet
  Version:|OOo 1.1.4
 Platform:|All
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|spreadsheet
  Reported by:|dalsenw





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 00:59:41 -0700 
2005 ---
The NPV (Net Present Value) function returns an incorrect value; I performed the
calculations several times on two financial calculators and with the spreadsheet
application, and found an error in the way the spreadsheet calculates NPV.

When I calcuated NPV with the spreadsheet, I followed the syntax as stated,
entering the rate and values (but not a guess).  No syntax errors were found by
the program; but the returned value was nearly $2,000 less than those returned
by my financial calculators.  I did some research and further calcuations, and I
found out why:

To calculate NPV, the spreadsheet application treats all entered values alike;
unfortunately, this is not the correct way to calculate NPV.  Normally, the
first value entered is the cash flow at time zero, and mathmatically this
particular value is treated differently than subsequent values.  The proper
formula (which I found on
http://dybfin.wustl.edu/teaching/compufinj/slides/0/cfinjl0.pdf , and the result
from which agrees with my financial calculators) is the following:

NPV = C0 + (C1/1+r) + (C2/((1+r)^2)) + (C3/((1+r)^3) ... (Cn/((1+r)^n))

In this formula, C0 is cash flow at time zero, C1 is the cash flow at time
1, and so on; and r is the discount rate.  It is evident that C0 (cash flow at
time zero) is treated differently than the other values.  But the spreadsheet
does not account for this.  The specific task I performed was to find the NPV of
the following cash flows with a 10% discount rate:

-10 (cash flow at time zero)
7754.78
9519.9
9408.17
9682.82
140923.92

The spreadsheet returned the value of $14,638.32, whereas both of my calculators
(an HP-12C and a TI-89 running the TI finance application) returned $16,102.15.
 When I told the financial calculators to have zero dollars at time zero, and
treated the -100,000 like the other values, those calculators returned
$14,638.32 as well.  The problem, then, pretty clearly lies with how the
spreadsheet handles the cash flow at time zero; it does not account for the cash
flow at time zero, but rather treats that value as cash flow at time 1, dividing
it by (1+r) rather than simply adding it to subsequent calculations.

I am not a computer programmer, and unfortunately I therefore have no coding
solutions for the community; but obviously the way the spreadsheet calculates
needs to be changed, and also, the user interface needs to have a separate field
in which to enter the cash flow at time zero.

I hope that I have identifed the problem clearly enough to enable those with
programming skills to solve it, and will attempt to provide more information if
it is needed; I just downloaded Open Office today after not using it in a long
time, and I performed a search for this matter before submitting this issue, so
I hope I'm not wasting anyone's time...thanks and good luck!

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

-
To unsubscribe, 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 49512] OOoCon2005

2005-08-27 Thread jacqueline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49512


User jacqueline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29103) Static banner
  |  |suggested by Urska on
  |  |[EMAIL PROTECTED] 27 Aug





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 01:42:37 -0700 
2005 ---
Created an attachment (id=29103)
Static banner suggested by Urska on [EMAIL PROTECTED] 27 Aug


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

-
To unsubscribe, 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 49512] OOoCon2005

2005-08-27 Thread jacqueline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49512


User jacqueline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29104) OOoCon2005 logo
  |  |(provided by Urska)





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 01:58:23 -0700 
2005 ---
Created an attachment (id=29104)
OOoCon2005 logo (provided by Urska)


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

-
To unsubscribe, 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 49512] OOoCon2005

2005-08-27 Thread jacqueline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49512


User jacqueline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29105) OOoCon2005 logo
  |  |(provided by Urska)





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 01:59:23 -0700 
2005 ---
Created an attachment (id=29105)
OOoCon2005 logo (provided by Urska)


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

-
To unsubscribe, 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 49512] OOoCon2005

2005-08-27 Thread jacqueline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49512


User jacqueline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29106) OOoCon2005 logo
  |  |(provided by Urska)





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 02:02:26 -0700 
2005 ---
Created an attachment (id=29106)
OOoCon2005 logo (provided by Urska)


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

-
To unsubscribe, 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 49512] OOoCon2005

2005-08-27 Thread jacqueline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49512


User jacqueline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29107) OOoCon2005 logo
  |  |(provided by Urska)





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 02:04:51 -0700 
2005 ---
Created an attachment (id=29107)
OOoCon2005 logo (provided by Urska)


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

-
To unsubscribe, 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 49512] OOoCon2005

2005-08-27 Thread jacqueline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49512


User jacqueline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=29108) OOoCon2005 logo
  |  |(provided by Urska)





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 02:06:24 -0700 
2005 ---
Created an attachment (id=29108)
OOoCon2005 logo (provided by Urska)


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

-
To unsubscribe, 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 52650] Bengali installer for Win dows does not install

2005-08-27 Thread itsjamil
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52650





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 02:20:00 -0700 
2005 ---
Just in case, is this fix going into OOo 2.0? If Yes, then it will be great,
because other issues related to Bengali are already fixed for OOo 2.0! :)


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

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


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



[porting-issues] [Issue 53847] New - Create a package ins tallable in both Mac OSX 10.3 Mac OSX 10.4

2005-08-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53847
  Issue #:|53847
  Summary:|Create a package installable in both Mac OSX 10.3 
  |Mac OSX 10.4
Component:|porting
  Version:|680m125
 Platform:|PowerPC
  URL:|
   OS/Version:|Mac OS X
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|TASK
 Priority:|P3
 Subcomponent:|MacOSX
  Assigned to:|ericb
  Reported by:|ericb





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 02:48:09 -0700 
2005 ---
The objective of this issue is to propose a solution to builders using Mac OS X
10.4, to create a package installable in Mac OS X 10.3 and/or in Mac OS X 10.4

What happens exactly ?

Actually, we provide builds twice : one package for Mac OS X10.3, and one for
Mac OS X 10.4.

Around 20 locales X 2 versions X 110MB is too much , and we can divide by two
the place and bandpath used, and simplify the choice for the users

- builds made in Tiger (10.4) are not installable in Panther (10.3)
- builds made in Panther are installable in both

It appears (Florian will confirm) that three libraries causes problems in Tiger,
because Apple modified some (libSystem.dylib at least).


To do :

- find what happens with Tiger builds : which libraries exactly are guilty
- propose and integrate a possible direct solution(or modify the install script
to work around this)
- verify

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

-
To unsubscribe, 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 53315] pyuno project : include u no.py in the sys.path

2005-08-27 Thread jbu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53315





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 02:59:46 -0700 
2005 ---
jbu-hr: Thank you for the explanation, I wasn't aware of such a feature within
deliver.


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

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


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



[www-issues] [Issue 53772] Please accept SSH key for project kab (database connectivity, KDE integ ration)

2005-08-27 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53772


User st changed the following:

  What|Old value |New value

CC|'fs,kendy'|'fs,kendy,mh'

Issue type|DEFECT|TASK

OS/Version|Linux |All

  Priority|P3|P2

   Version|OOo 2.0   |current





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 03:30:21 -0700 
2005 ---
Support, could you take care of the key...

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

-
To unsubscribe, 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 53064] File - Export as PDF .. .. defaults to HTML (GTK-filepicker)

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53064


User cloph changed the following:

  What|Old value |New value

Status|REOPENED  |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:07:06 -0700 
2005 ---
verified in m125+cmcfixes16.
^^^
This is the important part. The fix is not yet included in the main-codeline, it
currently is in a cws. You cannot download a version with the fix at this time.
You have to wait until the cws cmcfixes16 gets integrated (or build yourself as
I did).

resolving fixed again.

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

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


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



[graphics-issues] [Issue 53064] File - Export as PDF .. .. defaults to HTML (GTK-filepicker)

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53064


User cloph changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:09:51 -0700 
2005 ---
and verified again.

Only when the issue is closed you can expect the fix to be available in a build
you can download.

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

-
To unsubscribe, 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 53064] File - Export as PDF .. .. defaults to HTML (GTK-filepicker)

2005-08-27 Thread janeri
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53064





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:14:12 -0700 
2005 ---
Sorry for my misunderstanding, and thanks for educating me :-)

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

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


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



[sw-issues] [Issue 53848] New - Rendering of formula s is VERY SLOW.

2005-08-27 Thread mdobsik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53848
  Issue #:|53848
  Summary:|Rendering of formulas is VERY SLOW.
Component:|Formula editor
  Version:|OOo 1.1.4
 Platform:|PC
  URL:|
   OS/Version:|Windows 98
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tl
  Reported by:|mdobsik





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:36:16 -0700 
2005 ---
If I insert a formula into a presentation which I am editing everything is OK
until I want to display the result. It is not related to the issues already
discussed (48865 and 48859). In this case it is realted solely to the rendering
of math. I would not be able to do anything with AutoUpdate of formulas enabled.
I am pressing F9 key to refrech the display. Such refreshment takes about 20-60
seconds depending on the length of formula. The same issue is true also when
using formulas in other documents then presentation (like Write text document).
When using stand alone formula editor (not including it in other document) the
display is an order of magnitude faster! Not extremly fast, but rendering
lasting 3s would be acceptable. Unfortunatelly not rendering lasting 30s. 
Well I am using Finnish version of Windows 98 system (which is not SE) on
Pentium Celeron 333MHz. I know that it is a slow computer, but I remember
enjoying fast formula editing and display on Intel 386 computer on 40MHz with MS
Word 6. Is it an issue of slow computer? Or terribly uneffective implementation?
Or some issue in system (e.g. graphics driver). If I would know that the
implementation is slow I know that I can't do anything. But it might be a
problem of the platform I am using.
Where is the truth? Please help! 
Since editing formulas in standalone Formula editor is acceptable fast, even
this would be a way out of trouble: to include formula from file by some simple
include command, which I have not found :( 

BTW: I have much worse experience with OO 2.0 Beta, which was practically
unusable because of speed.

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

-
To unsubscribe, 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 53845] Faulty NPV (Net Present V alue) Function

2005-08-27 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53845





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:47:02 -0700 
2005 ---
*** Issue 53846 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 53846] Faulty NPV (Net Present V alue) Function

2005-08-27 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53846


User regina changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:47:02 -0700 
2005 ---
submitted twice

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

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

-
To unsubscribe, 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 53846] Faulty NPV (Net Present V alue) Function

2005-08-27 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53846


User regina changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 04:47:55 -0700 
2005 ---
close duplicate

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

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


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



[graphics-issues] [Issue 6749] spline curves 'intervally' and user-interpolated points

2005-08-27 Thread lars
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=6749


User lars changed the following:

  What|Old value |New value

Status|CLOSED|REOPENED

Resolution|WONTFIX   |





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 05:17:45 -0700 
2005 ---
I know now what's this issue for:

If a data range contains more than one type of function one might like to 
apply a spline curve to the first 10 data points for example and then another 
different spline curve to the last 10 data points, but all in one chart as one 
continuous curve.

I therefore reopen.

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

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


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



[sc-issues] [Issue 53845] Faulty NPV (Net Present V alue) Function

2005-08-27 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53845


User regina changed the following:

  What|Old value |New value

CC|''|'regina'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 05:21:04 -0700 
2005 ---
You are right, I found the same formula in other places, for example in
http://en.wikipedia.org/wiki/Net_present_value.

I guess that this could be changed easily by starting nCount = 0.0 in stead of
nCount = 1.0 in the code in interpr2.cxx. But I see two problems. (1)Such a
change would affect the results of older sheets. (2)At least Excel97 calculates
in the same way than OOo.

You can get the correct result, if you add C0 to the NPV-result. But how should
you know, that you have to do it? So I think, that it is necessary, that the
online help becomes more precise.

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

-
To unsubscribe, 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 53801] Saved file loses the form ats for some objects

2005-08-27 Thread eduardojrobledo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53801





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 05:50:30 -0700 
2005 ---
Rigth, the file i sent already has lost some of its characteristics.

Try this:
1. Pick one of the plain text objects on the chart (the ones without 
background color)
2. Change the linetype from invisible to continuous
3. Change the background color to any solid color
4. Repeat steps 1 to 3 for the remaining plan text objects
5. Save the file
6. Close the file
7. Reopen the file

Voila, some of the text objects didn't retain their 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]



[graphics-issues] [Issue 39537] equation in charts

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39537


User cloph changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 07:06:24 -0700 
2005 ---
closing duplicate.
Thank you for noticing.

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

-
To unsubscribe, 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 7998] display equations for regr ession lines

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=7998





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 07:05:24 -0700 
2005 ---
*** Issue 39537 has been marked as a duplicate of this issue. ***

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

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


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



[graphics-issues] [Issue 39537] equation in charts

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39537


User cloph changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 07:05:26 -0700 
2005 ---
yes, duplicate.

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

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

-
To unsubscribe, 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 53849] New - Cannot rename fields in table creation wizard

2005-08-27 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53849
  Issue #:|53849
  Summary:|Cannot rename fields in table creation wizard
Component:|Database access
  Version:|680m125
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|pescetti





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 08:59:07 -0700 
2005 ---
1. Create a new database
2. Start creating a new Table using the wizard.
3. Select [Projects] in [Sample tables] 
4. Move [Employee] and [ProjectName] to [Selected fields], then Next
5. Rename the two fields using the fields in the right column.
6. New names of the fields are shown on the left.
7. Press Finish.

Expected results: the fields have the newly entered names.

Actual result: the renamed fields still have their old name.

[Reported by ALex during Italian QA tests]

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

-
To unsubscribe, 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 53851] New - Ineffective text ali gnment options in Table View

2005-08-27 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53851
  Issue #:|53851
  Summary:|Ineffective text alignment options in Table View
Component:|Database access
  Version:|680m125
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|pescetti





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 09:21:24 -0700 
2005 ---
1. Create a new Database and a new Table containing strings.
2. In Table View mode, select a column.
3. Right-click on the header and select Column Format
4. There are six available options in the Alignment combobox

Expected result: All of them can be applied and work.

Actual result: Standard, Left, Center, Right work. Selecting Justify or Filled
just reverts to Left on following inspection. The latter two options should be
removed or correctly implemented.

[Reported by ALex during Italian QA tests]

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

-
To unsubscribe, 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 53850] New - Openoffice 1.9.122-1 25 fails to start when executed by ldap user.

2005-08-27 Thread twsnnva
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53850
  Issue #:|53850
  Summary:|Openoffice 1.9.122-125 fails to start when executed
  |by ldap user.
Component:|framework
  Version:|OOo 2.0 Beta
 Platform:|Opteron/x86_64
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P1
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|twsnnva





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 09:18:17 -0700 
2005 ---
Under Ubuntu 5.04, when executing soffice.bin as an ldap user openoffice.org
fails to start with the following error:
./soffice.bin: relocation error: /lib/libnss_ldap.so.2: Undefined symbol:
__db185_open_4002 

When using a local user account (and removing /lib/libnss_ldap.so.2),
openoffice.org starts up as expected. As there are no official debian packages
available, I've converted the official RPMs to DEBs using alien, and also tried
using the copies available here:
ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/ 

Openoffice 1.1.4 does not exhibit this behavior nor do any other applications.

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

-
To unsubscribe, 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 53852] New - IBM Trackpoint scrol ling inoperative

2005-08-27 Thread romecranes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53852
  Issue #:|53852
  Summary:|IBM Trackpoint scrolling inoperative
Component:|ui
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|sba
  Reported by:|romecranes





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 10:26:11 -0700 
2005 ---
Just started using OpenOffice V 1.9.113 with my IBM ThinkPad X41 and 
Trackpoint scrolling is unavailable in all OpenOffice applications, although 
it still functions perfectly in all other Windows applications.

Using Windows XP Pro version 5.1 (build 2600.xpsp.050301-1521 Service Pack 2)

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

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


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



[udk-issues] [Issue 53671] javavm service: uses -ea option for javavm

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


User pjanik changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 10:45:29 -0700 
2005 ---
verified in my builds


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

-
To unsubscribe, 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 53853] New - Wrong color names in Form style/border

2005-08-27 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53853
  Issue #:|53853
  Summary:|Wrong color names in Form style/border
Component:|Database access
  Version:|680m125
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|pescetti





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 10:49:40 -0700 
2005 ---
(I believe this issue applies in general, but it could concern only the Italian
version)

1. Create a Database. Add a table and some content.
2. Start Creating a Form using the wizard. Insert all fields.
3. Press Next until you reach the Style/Borders configurations.

The names are clearly incorrect. Light Gray is darker than Grey, Dark is simply
brown, Red is purple.

[Reported by ALex during Italian QA tests]

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

-
To unsubscribe, 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 53854] New - Save As produces d atabase with inaccessible tables

2005-08-27 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53854
  Issue #:|53854
  Summary:|Save As produces database with inaccessible tables
Component:|Database access
  Version:|680m125
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|pescetti





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 11:01:40 -0700 
2005 ---
1. Create a new Database (db1.odb), add a table and some content.
2. Execute File - Save As... and save as db2.odb.

The table is no longer accessible by clicking on the Tables icon on the left or
from the View menu.

Setting as P2 as it affects basic functionality.

[Reported by ALex during Italian QA tests]

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

-
To unsubscribe, 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 52774] Openoffice hangs with use rs loged in with a ldap-account

2005-08-27 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52774





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 11:25:11 -0700 
2005 ---
hmm, issue 53850 is similiar, from that bug I suspect that the problem is libdb,
where OOo's copy is being picked up by nss_ldap or something similiar, for
fedora core version of OOo this depends on using system db which itself depends
on X. For normal OOo there wouldn't be a solution except statically linking
against libdb or changing the name of the library.

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

-
To unsubscribe, 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 53850] Openoffice 1.9.122-125 fa ils to start when executed by ldap user.

2005-08-27 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53850





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 11:26:08 -0700 
2005 ---
without knowing the problem (issue 52774 sounds similiar-ish) I suspect that the
problem is a mismatch between the system libdb and the OOo libdb copy

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

-
To unsubscribe, 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 52774] Openoffice hangs with use rs loged in with a ldap-account

2005-08-27 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52774





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 11:26:50 -0700 
2005 ---
err, where X is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153231

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

-
To unsubscribe, 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 53855] New - Typo in Autopilot - Web page - Italian

2005-08-27 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53855
  Issue #:|53855
  Summary:|Typo in Autopilot - Web page - Italian
Component:|ui
  Version:|680m125
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|iano
  Reported by:|pescetti





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 12:15:07 -0700 
2005 ---
1. Start File - Pilota Automatico - Pagina web (Autopilot - Web page) in
the Italian version.
2. Select the one-column layout with subheading (A una colonna con 
sottotitolo)

Three links appear: Collegamento alla pagian 1 and similar.

Correct pagian - pagina.

[Reported by Riccardo Signorotto during Italian QA tests]

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

-
To unsubscribe, 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 53845] Faulty NPV (Net Present V alue) Function

2005-08-27 Thread rvojta
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53845





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 12:47:44 -0700 
2005 ---
Thanks for the report. Your interpretation of the NPV is absolutely correct.

But, Calc implements the NPV function in the same way as Excel does. It means,
that the first argument is rate and all other arguments are CF at the
- end  - of the first, second, third, ... period.

Example:

=NPV(10%;10;20;30)

10% - rate
10  - CF at the _end_ of the 1st year - beginning of the _2nd_ year
20  - CF at the _end_ of the 2nd year - beginning of the _3rd_ year
30  - CF at the _end_ of the 3rd year - beginning of the _4th_ year

That's the reason why the NPV is calculated in this way:

=10 / 1,1 + 20 / 1,1^2 + 30 / 1,1^3

The best thing to do is to:

  - add comment in the function wizard (like Excel does)
  - add comment in to the help


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

-
To unsubscribe, 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 53856] New - ifdef STR_KEY_LINGUI STIC_DIR in the resource files

2005-08-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53856
  Issue #:|53856
  Summary:|ifdef STR_KEY_LINGUISTIC_DIR in the resource files
Component:|framework
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:09:57 -0700 
2005 ---
Hi,

while working on #i53727# I found this weird code in sfx2/source/appl/app.*:

source/appl/app.hrc:#define STR_KEY_LINGUISTIC_DIR  
(CONFIG_PATH_START+13)

- app.hrc file defines STR_KEY_LINGUISTIC_DIR.

app.src then contains:

#if defined STR_KEY_LINGUISTIC_DIR
String STR_KEY_LINGUISTIC_DIR
{ 
Text [ de ] = Linguistik ;
Text [ en-US ] = Writing aids ;
Text [ x-comment ] =   ;
};
#endif // STR_KEY_LINGUISTIC_DIR

What is the purpose of this #ifdef? Can it be removed completely so we do not
see defined STR_KEY_LINGUISTIC_DIR in the GSI file?

Ivo: just for you info.

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

-
To unsubscribe, 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 53857] New - Purpose of STARIMAGE _AVAILABLE

2005-08-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53857
  Issue #:|53857
  Summary:|Purpose of STARIMAGE_AVAILABLE
Component:|Drawing
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|wg
  Reported by:|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:19:30 -0700 
2005 ---
Hi,

what is the purpose of STARIMAGE_AVAILABLE? It is only undefined in
sd/inc/misc.hxx with this comment:

inc/misc.hxx-// do we have a StarOffice Image OLE server?
inc/misc.hxx:#undef STARIMAGE_AVAILABLE

Can we cleanup the code by removing this and all parts that reference it? This
define is used also in resource which are my primary concern now. The file
source/ui/app/res_bmp.src contains e.g.:

#ifdef STARIMAGE_AVAILABLE
Bitmap BMP_PRESOBJ_IMAGE
{
File = image.bmp ;
};
#endif

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

-
To unsubscribe, 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 53858] New - Outline numbering: I t's not possible to remove selected Character Style

2005-08-27 Thread jrahemipour
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53858
  Issue #:|53858
  Summary:|Outline numbering: It's not possible to remove
  |selected Character Style
Component:|Word processor
  Version:|680m125
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|jrahemipour





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:19:43 -0700 
2005 ---
Cannot remove Character Style from outline numbering

Reproduce following steps:

1. Open a writer document
2. Write some lines and apply the paragraph styles heading1 - heading3
3. Choose Tools - Outline numbering
4. Select a numbering style for some levels
5. Select Level 1-10
5. Choose a Character Style e.g. Page Number for all levels
6. Save the document, close it, reopen
7. Remove the character style
8. Save, close, open, the character style is there again

This behaviour only occures, if you select Level 1-10 when you choose a style
and try to remove it after that in the same way. I can reproduce it with m122
WinXP german and m125 LinuxIntel german.

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

-
To unsubscribe, 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 53859] New - #ifdef ERRCODE_IO_IN VALIDLENGTH in resources

2005-08-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53859
  Issue #:|53859
  Summary:|#ifdef ERRCODE_IO_INVALIDLENGTH in resources
Component:|framework
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:27:08 -0700 
2005 ---
Hi,

while working on #i53727#, I found this.

This define is defined in tools/inc/errcode.hxx:

#define ERRCODE_IO_INVALIDLENGTH  (32UL |ERRCODE_CLASS_PARAMETER|\
   
 ERRCODE_AREA_IO)

It is then used in the resource files and GSI files because the file
svtools/source/misc/errtxt.src contains:

#ifdef ERRCODE_IO_INVALIDLENGTH
String ERRCODE_IO_INVALIDLENGTH
{
Text [ de ] = Ung|ltige Datenldnge. ;
Text [ en-US ] = Invalid data length. ;
};
...
   String ERRCODE_IO_WRITEPROTECTED
{
Text [ de ] = Funktion unmvglich: Schreibgesch|tzt. ;
Text [ en-US ] = Function not possible: write protected. ;
};
#endif

Can we please remove this #ifdef and corresponding #endif so we do not use
conditionals in resources?

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

-
To unsubscribe, 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 35725] Spell checking returning useless suggestions (i.e permenant - endanger ment)

2005-08-27 Thread nemeth
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35725





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:35:20 -0700 
2005 ---
I have fixed the problem in Hunspell 1.0.9.
(http://sourceforge.net/projects/hunspell)

(Changelog)

* src/hunspell/{suggestmgr,affixmgr,hunspell}.cxx: improve ngram suggestion.
  Fix http://qa.openoffice.org/issues/show_bug.cgi?id=35725. See release
  notes for examples. This problem reported by beccablain at 
OpenOffice.org.
- ngram suggestions now are case insensitive (see `Permenant' bug in
Issuezilla)
- weight ngram suggestions (with the longest common subsequent 
algorithm,
  also considering lengths of bad word and suggestion, identical first
  letters and almost completely identical character positions)
- set strict affix congruency in expand_rootword(). Now ngram 
suggestions
  are good for languages with rich morphology and also better for 
English.
  Rationale: affixed forms of the first ngram suggestion
  very often suppress the second and subsequent root word suggestions. 
But
  faults in affixes are more uncommon, and can be fix without 
suggestions.
  We must prefer the more informative second and subsequent root word
  suggestions instead of the suggestions for bad affixes.
- a better suggestion may not be substring of a less good suggestion
  Rationale: Suggesting affixed forms of a root word is
  unnecessary, when root word has got better weighted ngram value.
  (Checking substrings is a good approximation for this refinement.)
- lesser ngram suggestions (default 3 maximum instead of 10)
  Rationale: For users need a big extra effort to check a lot of bad 
ngram
  suggestions, nine times out of ten unnecessarily. It is very
  distracting, because ngram suggestions could be very different.
  Usually Myspell and Hunspell suggest one or two suggestions with
  the old suggestion algorithms (maximum is 15), with ngram algorithm
  often gives maximum number suggestions. With strict affix congruency
  and other refinements, the good suggestion there is usually among the
  first three elements.
- new affix parameter: MAXNGRAMSUG

(Release notes)

-- examples for ngram improvement (O=old, N = new ngram suggestions) --

1. Permenant (instead of Permanent)

O: Endangerment, Ferment, Fermented, Deferment's, Empowerment,
Ferment's, Ferments, Fermenting, Countermen, Weathermen

N: Permanent, Supermen, Preferment

Note: Ngram suggestions was case sensitive.

2. permenant (instead of permanent) 

O: supermen, newspapermen, empowerment, endangerment, preferments,
preferment, permanent, preferment's, permanently, impermanent

N: permanent, supermen, preferment

Note: new suggestions are also weighted with longest common subsequence,
first letter and common character positions

3. pernemant (instead of permanent) 

O: pimpernel's, pimpernel, pimpernels, permanently, permanents, permanent,
supernatant, impermanent, semipermanent, impermanently

N: permanent, supernatant, pimpernel

Note: new method also prefers root word instead of not
relevant affixes ('s, s and ly)


4. pernament (instead of permanent)

O: tournaments, tournament, ornaments, ornament's, ornamenting, ornamented,
ornament, ornamentals, ornamental, ornamentally

N: ornamental, ornament, tournament

Note: Both ngram methods misses here.


5. obvus (instad of obvious):

O: obvious, Corvus, obverse, obviously, Jacobus, obtuser, obtuse,
obviates, obviate, Travus

N: obvious, obtuse, obverse

Note: new method also prefers common first letters.


6. unambigus (instead of unambiguous) 

O: unambiguous, unambiguity, unambiguously, ambiguously, ambiguous,
unambitious, ambiguities, ambiguousness

N: unambiguous, unambiguity, unambitious



7. consecvence (instead of consequence)

O: consecutive, consecutively, consecutiveness, nonconsecutive, consequence,
consecutiveness's, convenience's, consistences, consistence

N: consequence, consecutive, consecrates


An example in a language with rich morphology:

8. Misisipiben (instead of Mississippiben [`in Mississippi' in Hungarian]):

O: Misikédéiben, Pisisedéiben, Misikéiéiben, Pisisekéiben, Misikéiben,
Misikéidéiben, Misikékéiben, Misikéikéiben, Misikéiméiben, 
Mississippiiben

N: Mississippiben, Mississippiiben, Misiiben

Note: Suggesting not relevant affixes was the biggest fault in ngram
   suggestion for languages with a lot of affixes.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.

[framework-issues] [Issue 53860] New - java/no-Java feature s and resources

2005-08-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53860
  Issue #:|53860
  Summary:|java/no-Java features and resources
Component:|framework
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 13:37:36 -0700 
2005 ---
Hi,

while working on #i53727#, I found this in the file svx/inc/globlmn_tmpl.hrc:

#ifdef SOLAR_JAVA
#define TMP_SID_INSERT_APPLET \
MenuItem\
{\
Identifier = SID_INSERT_APPLET ; \
Command = .uno:InsertApplet ; \
HelpID = SID_INSERT_APPLET ; \
Text [ de ] = ~Applet... ; \
Text [ en-US ] = ~Applet... ; \
Text [ x-comment ] =  ;\
};
#else
#define TMP_SID_INSERT_APPLET
#endif

TMP_SID_INSERT_APPLET is used later on. IIUIC, this is a logic that if
SOLAR_JAVA is defined, there will be entry Applet, if it is not defined, user
never see it.

I think this should be solved by program logic and not in resources (grayed
entry if Java is not enabled/not available?).

This way, resource files are different depending on the compile time options.
This prevent us to reuse them between java and nojava builds.

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

-
To unsubscribe, 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 49650] the characters whose glyp hs are missing in the default font are not dis played at all.

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49650





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 14:51:44 -0700 
2005 ---
@us: Please explain why Farsi as language is not OK.

The problem is that OOo doesn't find a font with arabic glyphs when the language
is set to Farsi, but succeeds when one sets the language to Arabic.

Farsi uses arabic letters as well.

You wrote:
 But a precondition to let this work is to set the document language
 appropriate, which isn't the case in the attached file.

So my question still is: Why is Farsi not a suitable language in this case?

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

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


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



[ui-issues] [Issue 53861] New - add 'report a bug' i n help menu.

2005-08-27 Thread applejam
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53861
  Issue #:|53861
  Summary:|add 'report a bug' in help menu.
Component:|ui
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|sba
  Reported by:|applejam





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 15:39:06 -0700 
2005 ---
create a bug reporting tool built-in in the office sute in the Help menu of 
each application.

may be somthing in xml integrated, may be with user registration

i mean a program-like ui, web page is not; or like microsoft do: webpage in 
modal 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]



[sw-issues] [Issue 53862] New - Find and Replace als o replaces adjacent Hyperlink Button

2005-08-27 Thread pescetti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53862
  Issue #:|53862
  Summary:|Find and Replace also replaces adjacent Hyperlink
  |Button
Component:|Word processor
  Version:|680m125
 Platform:|All
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|pescetti





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 15:42:28 -0700 
2005 ---
1. Create a new Writer Document, write Here is some text.
2. Insert an hyperlink as Button, text Button.
3. Edit - Find and Replace - Replace text with other.

Expected result: the word text is replaced by the word other and the
adjacent button is unaffected.

Actual result: when replacement is made, the button gets selected with text
and is thus replaced.

Linux only.

[Reported by Gherardo Zaltron during Italian QA tests]

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

-
To unsubscribe, 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 53715] Impress: (Animated) objec ts are doubled from 1.1.4 to m122

2005-08-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53715


User cloph changed the following:

  What|Old value |New value

CC|''|'cloph'

  Keywords|  |oooqa, regression





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 15:44:19 -0700 
2005 ---
setting keywords. This is a bad regression.

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

-
To unsubscribe, 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 53863] New - Ability to define mu ltiple categories in create table wizard

2005-08-27 Thread kieser
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53863
  Issue #:|53863
  Summary:|Ability to define multiple categories in create table
  |wizard
Component:|Database access
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|kieser





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 16:29:56 -0700 
2005 ---
The create table wizard is great. Nice work team!
It can be even better if the templates can be customised and more categories
added. At the moment there are only two - Business and personal.

Think of OpenOffice rolling out across a large organisation that many
departments that operate within a company ethos. Yes, most corporates are like
this. They have their own table naming and structure conventions. A corporate IT
department could define a set of templates on a department or company level and
that could be included with the OpenOffice installation. Then users pulling a
database together quickly could do so in greater compliancy to the company 
standard.

This in turn would mean that OpenOffice would help companies create and maintain
a standard for local databases... a great selling point for OO in the corporate
space!

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

-
To unsubscribe, 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 53864] New - Table createe wizard resets available columns list on table change

2005-08-27 Thread kieser
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53864
  Issue #:|53864
  Summary:|Table createe wizard resets available columns list on
  |table change
Component:|Database access
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|kieser





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 17:49:46 -0700 
2005 ---
Steps to reproduce:

1) Start the table create wizard.
2) Choose invoices sample table.
3) Select a few columns so that the available fields selector loses some rows.
4) change sample table to another table. Say deliveries.
5) Select a column (and then optionally remove it again).
6) Go back to invoices table.

You will see that ALL the original columns are now available for selection again
although if you do reselect a column you selected last time, the wizard is
clever enough to give it a unique name by adding a number after it.

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

-
To unsubscribe, 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 42998] Mac OS X installer build of core application

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





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 18:48:12 -0700 
2005 ---
http://lists.apple.com/archives/installer-dev/2004/Nov/msg00010.html


Our build server was acting funky this morning so I did a ps to see what
processes were running.  To my surprise there were over 100 instances of
DiskManagementTool -uuid ---- running.


I traced this to our build scripts which call PackageMaker from the
command line.  We build two packages and two meta-packages using the CLI
to PackageMaker.  1-4 of these DiskManagementTool processes are left
behind each time I run our build.  After putting some debug statements
in, it appears that there is no consistency to which calls to
PackageMaker cause this behavior.  Sometimes it happens, sometimes it
doesn't.  
---
this is same as our case for Panther.

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

-
To unsubscribe, 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 42998] Mac OS X installer build of core application

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


User maho changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=29109) update to
  |  |2.0beta2. version number
  |  |has been set at the top.





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 18:50:13 -0700 
2005 ---
Created an attachment (id=29109)
update to 2.0beta2. version number has been set at the top.


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

-
To unsubscribe, 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 53865] Calc crashed - unknown re ason, unknown action

2005-08-27 Thread myforest
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53865





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 19:12:31 -0700 
2005 ---
Oh dear, it looks as though it hadn't saved my changes either. I wasn't offered
an option to recover the document when I re-started OpenOffice.

However, there was an ods version of the sxc file in
~/.openoffice.org2.0/user/backup so I copied, renamed and opened that to find it
had all my changes in it. Good.

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

-
To unsubscribe, 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 53865] New - Calc crashed - unkno wn reason, unknown action

2005-08-27 Thread myforest
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53865
  Issue #:|53865
  Summary:|Calc crashed - unknown reason, unknown action
Component:|Spreadsheet
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P5
 Subcomponent:|save-export
  Assigned to:|spreadsheet
  Reported by:|myforest





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 19:00:37 -0700 
2005 ---
Sorry for the appalling summary. I had calc open on my second monitor behind
Firefox. I was working on something else on my first monitor when I got a pop-up
from OpenOffice saying it had crashed. I don't know what it was doing when it
crashed. I had recently enabled the option to save recovery information every
five minutes.

Anyway, it asked me to send you this stack trace:

0x11eb8a: /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 + 0x1db8a
0x11f3d8: /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 + 0x1e3d8
0xe3b420:  + 0x420 (__kernel_sigreturn + 0x0)
0x7ac888: /lib/libc.so.6 + 0x29888 (abort + 0xf8)
0xbb0d5e: /usr/lib/libstdc++.so.6 + 0xb7d5e
(__gnu_cxx::__verbose_terminate_handler() + 0x16e)
0xbaea31: /usr/lib/libstdc++.so.6 + 0xb5a31
0xbaea66: /usr/lib/libstdc++.so.6 + 0xb5a66
0xbaeb9a: /usr/lib/libstdc++.so.6 + 0xb5b9a (__cxa_rethrow + 0x0)
0x381c598: /usr/lib/openoffice.org2.0/program/libsfx680li.so + 0x157598
(SfxBaseModel::getArgs() + 0x56)
0x462669e: /usr/lib/openoffice.org2.0/program/libfwk680li.so + 0x12069e
0x4626dff: /usr/lib/openoffice.org2.0/program/libfwk680li.so + 0x120dff
0x4627242: /usr/lib/openoffice.org2.0/program/libfwk680li.so + 0x121242
0x462732e: /usr/lib/openoffice.org2.0/program/libfwk680li.so + 0x12132e
0x307a592: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x82592
0x3086116: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x8e116
(Timer::Timeout() + 0x10)
0x3086490: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x8e490
0x646b001: /usr/lib/openoffice.org2.0/program/libvclplug_gen680li.so + 0x3f001
0x646afec: /usr/lib/openoffice.org2.0/program/libvclplug_gen680li.so + 0x3efec
(SalData::Timeout() const + 0x24)
0xe08416: /usr/lib/openoffice.org2.0/program/libvclplug_gtk680li.so + 0xa416
0x6598f06: /usr/lib/libglib-2.0.so.0 + 0x24f06
0x65973ee: /usr/lib/libglib-2.0.so.0 + 0x233ee (g_main_context_dispatch + 0x1dc)
0x659a3f6: /usr/lib/libglib-2.0.so.0 + 0x263f6
0x659a8d8: /usr/lib/libglib-2.0.so.0 + 0x268d8 (g_main_context_iteration + 0x66)
0xe085f9: /usr/lib/openoffice.org2.0/program/libvclplug_gtk680li.so + 0xa5f9
0x6471d99: /usr/lib/openoffice.org2.0/program/libvclplug_gen680li.so + 0x45d99
(X11SalInstance::Yield(unsigned char) + 0x29)
0x30808f4: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x888f4
(Application::Yield() + 0x50)
0x3080932: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x88932
(Application::Execute() + 0x26)
0x4471254: /usr/lib/openoffice.org2.0/program/libsoffice.so + 0x29254
(desktop::Desktop::Main() + 0x149a)
0x3085d21: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x8dd21 (SVMain()
+ 0x45)
0x446c307: /usr/lib/openoffice.org2.0/program/libsoffice.so + 0x24307 (sal_main
+ 0x47)
0x797d5f: /lib/libc.so.6 + 0x14d5f (__libc_start_main + 0xdf)
0x80484e1: /usr/lib/openoffice.org2.0/program/scalc.bin + 0x4e1

Sorry it's such a bad report, but I really don't know what it was doing as I'd
gone off to do something else. I'm afraid I can't attach the file I had open as
it's all my financial transactions (about 5000 rows x 6 columns)

David Bowen

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

-
To unsubscribe, 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 53661] (RuntimeException): [jni_ uno bridge error] java.lang.NullPointerExcepti on

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


User sparcmoz changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sat Aug 27 22:31:01 -0700 
2005 ---
fixed in gcj see issue 51724

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

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


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