[tools-issues] [Issue 75494] CVS access to all modules required

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


User pjanik changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:16:08 + 
2007 ---
Yes, please give the rights to ekato.


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

-
To unsubscribe, 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 75490] Writer import - regression - opening attached .doc hungs Office

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:23:14 + 
2007 ---
Hungs up too:
OpenOffice 2.1 FSF.hu Build 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 75501] WAE w32 MSVC: connectivity /source/parse/sqlbison.y

2007-03-18 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75501
 Issue #|75501
 Summary|WAE w32 MSVC: connectivity/source/parse/sqlbison.y
   Component|porting
 Version|680m205
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|tono





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:24:26 + 
2007 ---
Compilation of wrap_sqlbison.obj will cause C4273 warning with some bison 
versions like in i#66723.

--- ooo_src680_m205/connectivity/source/parse/sqlbison.y.orig   2007-01-25 
20:57:58.0 +0900
+++ ooo_src680_m205/connectivity/source/parse/sqlbison.y2007-01-06 
23:15:38.0 +0900
@@ -82,7 +82,7 @@
 #pragma disable_warn
 #elif defined _MSC_VER
 #pragma warning(push, 1)
-#pragma warning(disable:4701)
+#pragma warning(disable:4273 4701 4706)
 #endif
 
 static ::rtl::OUString aEmptyString;

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

-
To unsubscribe, 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 75502] WAE w32 MSVC: avmedia/sour ce/win/window.cxx

2007-03-18 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75502
 Issue #|75502
 Summary|WAE w32 MSVC: avmedia/source/win/window.cxx
   Component|porting
 Version|680m205
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|tono





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:30:48 + 
2007 ---
C4995 warnings will occur with cstring and cstdin because some functions 
are depricated in strsafe.h included from dshow.h.

--- ooo_src680_m205/avmedia/source/win/window.cxx.orig  2006-10-12 
20:26:55.0 +0900
+++ ooo_src680_m205/avmedia/source/win/window.cxx   2007-01-07 
11:58:50.0 +0900
@@ -42,6 +42,7 @@
 #include objbase.h
 #include strmif.h
 #include control.h
+#define STRSAFE_NO_DEPRECATE
 #include dshow.h
 #if defined _MSC_VER
 #pragma warning(pop)

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

-
To unsubscribe, 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 75503] WAE w32 MSVC: so3/source/o le

2007-03-18 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75503
 Issue #|75503
 Summary|WAE w32 MSVC: so3/source/ole
   Component|porting
 Version|680m205
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|tono





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:35:42 + 
2007 ---
Compilation of helpers.obj and socont.obj will cause C4005 warnings because 
now ARRAYSIZE macro is defined in winnt.h system header.

--- ooo_src680_m205/so3/source/ole/helpers.cxx.orig 2006-10-12 
19:59:22.0 +0900
+++ ooo_src680_m205/so3/source/ole/helpers.cxx  2007-01-07 10:37:30.0 
+0900
@@ -43,7 +43,9 @@
 #include systools/win32/snprintf.h
 #endif
 
+#ifndef ARRAYSIZE
 #define ARRAYSIZE(a)(sizeof(a)/sizeof(a[0]))
+#endif
 
 static BOOL GetFileTimes(LPTSTR pszFileName, FILETIME *pft);
 
--- ooo_src680_m205/so3/source/ole/socont.cxx.orig  2006-10-12 
19:59:48.0 +0900
+++ ooo_src680_m205/so3/source/ole/socont.cxx   2007-01-07 10:40:18.0 
+0900
@@ -48,7 +48,9 @@
 #define MAP_PIX_TO_LOGHIM(x,ppli)   MulDiv(HIMETRIC_PER_INCH, (x), (ppli))
 #define MAP_LOGHIM_TO_PIX(x,ppli)   MulDiv((ppli), (x), HIMETRIC_PER_INCH)
 
+#ifndef ARRAYSIZE
 #define ARRAYSIZE(a)(sizeof(a)/sizeof(a[0]))
+#endif
 
 void SO_MetricRectInPixelsToHimetric( LPRECT prcPix, LPRECT prcHiMetric)
{

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

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


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



[api-issues] To defendant

2007-03-18 Thread Allisonr Terryh
of Songkhla province, said police Col. Thammasak Wasaksiri.Attackers sprayed 
dozens of ranging in age from 13 to 17, were being treated for gun shot wounds 
and other injuries, another source, spokeswoman Sarah Tuite said. Wheat gluten 
is a source of protein.


 cats after they had been fed its products. It has tested its products but not  
of Songkhla province, said police Col. Thammasak Wasaksiri.Attackers sprayed 
dozens of wounding another seven, police said Sunday.The attack occurred late 
Saturday evening American retailers. It is also a contract manufacturer for the 
top branded pet   and hoped to convince local Muslims that authorities were 
behind the violence -- a  on Thursday. Army spokesman Col. Akara Thiprot said 
it was the first time the  wounding another seven, police said Sunday.The 
attack occurred late Saturday evening  the Kroger Co., Safeway Inc., Wal-Mart 
Stores Inc. and PetSmart Inc., among others, At this juncture, we're not 100 
percent sure what's happened, said Paul Henderson, 'Cuts and gravy' food sold 
in cans, pouches recalled he recall covers the

 said in announcing the North American recall. Product testing has not revealed 
  by the recall, agency spokesman Mike Herndon said.Menu Foods is 
majority-owned   Thammasak said.He said police believed that Muslim insurgents 
had staged the attack on Thursday. Army spokesman Col. Akara Thiprot said it 
was the first time the   and hoped to convince local Muslims that authorities 
were behind the violence -- a  American retailers. It is also a contract 
manufacturer for the top branded pet  following six seasons leading the program 
without an NCAA tournament appearance. Islamic separatist movement began a 
violent offensive that has resulted in more than 2,000 deaths. believe Muslims 
were behind the attack.The villagers are accusing paratroopers of  6339 
through 7073 followed by the plant code 4197, PG said.Menu Foods' three  of 
Songkhla province, said police Col. Thammasak Wasaksiri.Attackers sprayed 
dozens of Islamic separatist movement began a violent offensive that has 
resulted in more than 2,000 deaths. Web site, www.menufoods.com, and advises 
consumers to call 1-866-895-2708 for more information.  the Kroger Co., Safeway 
Inc., Wal-Mart Stores Inc. and PetSmart Inc., among others,  cats after they 
had been fed its products. It has tested its products but not   attacking the 
school, Thammasak said.Drive-by shootings and bombings occur almost  Thammasak 
said.He said police believed that Muslim insurgents had staged the attack 
Hundreds of Muslim villagers staged a protest Sunday morning, saying they did 
not  manufacturer of dog and cat food sold under Wal-Mart, Safeway, Kroger and 
other  undisclosed number of owner complaints of vomiting and kidney failure in 
dogs and


[www-issues] [Issue 75094] CVS access to sc

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


User muthusuba changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43786)
DSA ssh key






--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:39:01 + 
2007 ---
Created an attachment (id=43786)
DSA ssh 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]



[installation-issues] [Issue 75400] THIRDPARTYLICENSEREADME.ht ml is missing in .dmg

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


User pjanik changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:46:03 + 
2007 ---
Shaun applied the change to pj76.


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

-
To unsubscribe, 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 75400] THIRDPARTYLICENSEREADME.ht ml is missing in .dmg

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:46:39 + 
2007 ---
I verified it.

In the final .dmg, the THIRD*html file is in LICENSEs folder now.


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

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


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



[porting-issues] [Issue 75486] WaE on Mac OS X: vcl

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:52:48 + 
2007 ---
Verified in pj76.


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

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


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



[tools-issues] [Issue 75494] CVS access to all modules required

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


User maho changed the following:

What|Old value |New value

  CC|'ericb,pjanik'|'ericb,maho,pjanik'





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

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


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



[tools-issues] [Issue 75494] CVS access to all modules required

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





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

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


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



[tools-issues] [Issue 75494] CVS access to all modules required

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 08:06:46 + 
2007 ---
*** Issue 75495 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]



[tools-issues] [Issue 75495] CVS access to all modules required

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


User maho changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 08:06:47 + 
2007 ---
closing as dupe.

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

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

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


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



[tools-issues] [Issue 75494] CVS access to all modules required

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 08:07:28 + 
2007 ---
*** Issue 75495 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]



[tools-issues] [Issue 75494] CVS access to all modules required

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 08:12:35 + 
2007 ---
+1 for ekato, 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]



[tools-issues] [Issue 75494] CVS access to all modules required

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 08:31:02 + 
2007 ---
Yes, please add commit rights to Etsushi Kato.

@etsushi : my fault, I forgot you had to tell you to create a separated issue 
for commits rights.

Excuse 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]



[gsl-issues] [Issue 75504] DBGUTIL and vcl

2007-03-18 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75504
 Issue #|75504
 Summary|DBGUTIL and vcl
   Component|gsl
 Version|680m205
Platform|All
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 10:03:44 + 
2007 ---
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m205_src/vcl/unx/source/app/saldisp.cxx:
 In member 
function 'Pixel SalColormap::GetPixel(SalColor) const':
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m205_src/vcl/unx/source/app/saldisp.cxx:3473:
 
warning: format '%d' expects type 'int', but argument 3 has type 'SalColor'
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m205_src/vcl/unx/source/app/saldisp.cxx:3473:
 
warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned 
int'
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m205_src/vcl/unx/source/app/saldisp.cxx:3473:
 
warning: too many arguments for format

Patch attached.

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

-
To unsubscribe, 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 75476] antialiassing writer

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


User mechtilde changed the following:

What|Old value |New value

 Assigned to|prooobox  |mru





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 10:04:53 + 
2007 ---
It's not a problem of the German Prooo-Box

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

-
To unsubscribe, 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 75504] DBGUTIL and vcl

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


User pjanik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43787)
fix debugging code






--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 10:05:42 + 
2007 ---
Created an attachment (id=43787)
fix debugging code


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

-
To unsubscribe, 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 75483] Impossible to open in 2.1 native databases made under 2.0

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 10:22:37 + 
2007 ---
The ODB includes personal informations from members of a non profit
organisation. I cannot send 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]



[dba-issues] [Issue 75484] No way to reed and proceed in 2.1 dbf linked databases made under 2.0

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


User jeancayron changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 10:25:14 + 
2007 ---
The issue is resolved in OOo 2.2RC (I tested 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]



[dba-issues] [Issue 75483] Impossible to open in 2.1 native databases made under 2.0

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 10:29:38 + 
2007 ---
My OOo 2.2RC has problems with my JRE environment. So I can't check if it works.
I'll try to make an other native ODB that has the same problem and I'll attach
it for you to try. The issue 75484 was resolved in 2.2RC. I'll check also that
JRE works well in 2.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]



[tools-issues] [Issue 75494] CVS access to all modules required

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


User mh changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 11:54:30 + 
2007 ---
done.

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

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


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



[tools-issues] [Issue 75494] CVS access to all modules required

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 11:56:30 + 
2007 ---
please update your personal information in
wiki.services.openoffice.org/wiki/DomainDeveloper.

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

-
To unsubscribe, 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 75505] Problem opening UTF-8 enco ded tab-delimited data

2007-03-18 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75505
 Issue #|75505
 Summary|Problem opening UTF-8 encoded tab-delimited data
   Component|Spreadsheet
 Version|OOo 2.2 RC3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|ayaniger





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:34:05 + 
2007 ---
I am attaching a file with tab-delimited data, ISO-8859-8 encoded, with the
extension “TDF”. If I assign scalc.exe to the file type TDF,and double-click on
the file from Windows Explorer, it opens properly in Calc. 

I'm also attaching the same file but saved in UTF-8 format. When I double-click
on the UTF-8 file from Windows Explorer, it opens not in Calc but in Writer.

After I did some debugging of the problem, I found that in
SfxFrameLoader_Impl::load, for the iso-8859-8 file, the variable “aTypeName” 
gets the value calc_Text_txt_csv_StarCalc, while for the UTF-8 file, it gets
the variable writer_WordPerfect_Document.

(The value is assigned to “pIt-second” in sequencehashmap.hxx, line 270, in the
template getUnpackedValueOrDefault.)

If I give the UTF-8 file an extension “*.txt”, and open it from an OOo
filepicker window, specifying that it is of file type CSV, it opens in Calc as
it should.

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

-
To unsubscribe, 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 75483] Impossible to open in 2.1 native databases made under 2.0

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


User jeancayron changed the following:

What|Old value |New value

Priority|P2|P3





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:34:58 + 
2007 ---
I've tried to open tables from native ODB under different versions of OOo:
- 2.0 i586 : works
- 2.1 x86_64 : doesn't work
- 2.1 i586 : WORKS
- 2.2RC i586 : doesn't work because it doesn't find my JRE environment

So, the 2.1 doesn't seems to be the problem but the architecture version (sinds
it works under 2.1 i586). I have both JRE 32 and 64 bits... Probably it cannot
open the tables in x86_64 version because of JRE issues (but there are no JRE
problem messages).


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

-
To unsubscribe, 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 75505] Problem opening UTF-8 enco ded tab-delimited data

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


User ayaniger changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43788)
Data is in iso-8859
|  |-8






--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:35:10 + 
2007 ---
Created an attachment (id=43788)
Data is in iso-8859-8


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

-
To unsubscribe, 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 75505] Problem opening UTF-8 enco ded tab-delimited data

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


User ayaniger changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43789)
Data is in UTF-8






--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:35:42 + 
2007 ---
Created an attachment (id=43789)
Data is in UTF-8


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

-
To unsubscribe, 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 71788] Delete rows doesn't work c orrectly in grouped sheets

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:42:54 + 
2007 ---
We replicated the bug and the line deleted is present in the current sheet.The 
bug was replicated with OOo 2.1 EN version on a Windows XP system.Moreover,if 
the file was created using Excel instead of Calc,the problem does not exist.

Regards,
Archana,Devi,Gowri 

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

-
To unsubscribe, 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 75506] Impossible to run a script from the IDE with Tools menu

2007-03-18 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75506
 Issue #|75506
 Summary|Impossible to run a script from the IDE with Tools men
|u
   Component|framework
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|scripting
 Assigned to|npower
 Reported by|bmarcelly





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:49:38 + 
2007 ---
Steps to reproduce:
1 - Open a new Writer document
2 - open the Basic IDE
3 - in the IDE window, open the menu Tools  Macros  Run macro...
4 - choose any script (Basic, Beanshell, Javascript, etc) from OpenOffice.org 
macros, e.g. one of the HelloWorld scripts, or choose any Basic script inside 
the 
current document. Execute it. You get a script error message.
5 - from the Writer window, open the menu Tools  Macros  Run macro... and 
repeat 
step 4 : the script 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]



[tools-issues] [Issue 75494] CVS access to all modules required

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


User ekato changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 12:53:00 + 
2007 ---
I've added myself to the domain developers on the wiki.  And cvs commit for gsl
works fine for cws_src680_aquavcl01.  So closing the issue.  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 67417] Printing selected text.

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 13:02:22 + 
2007 ---
we absolutely agree to the problem.This is one of the inconvinient feature in 
Writer.It is not so in MS-word.The process of selecting selection in the 
dialog box is an extra,unnecessary step.

Regards
Archana,Devi,Gowri

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

-
To unsubscribe, 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 68812] Simultaneous modification of several equations by editing only one

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 13:12:12 + 
2007 ---
*** Issue 72158 has been marked as a duplicate of this issue. ***

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

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


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



[framework-issues] [Issue 75286] Help on Int() is wrong and not consistent with Fix()

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


User kpalagin changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 13:26:46 + 
2007 ---
Confirming that help for Fix function could be clarified.


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

-
To unsubscribe, 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 75335] Date calculating problem b efore year 0001 and after 32767

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 13:30:13 + 
2007 ---
lml,
please provide repro steps demonstrating the 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 75339] Part of the image is flipp ed horizontally when viewed in slideshow.

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 13:38:14 + 
2007 ---
Any chance for 2.3?

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

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


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



[graphics-issues] [Issue 18486] Supporting a presenter vie w during slideshow

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 13:44:31 + 
2007 ---
Maybe this is a good project for Google Summer of Code 07?

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

-
To unsubscribe, 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 75344] Menu options grayed out fo r Python macros

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

   Component|Spreadsheet   |framework

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

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

Subcomponent|programming   |ui





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 14:00:35 + 
2007 ---
Confirming with 2.2RC2 on WinXP.
Seems like framework issue to 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]



[sc-issues] [Issue 75344] Menu options grayed out fo r Python macros

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

   Component|Spreadsheet   |framework

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

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

Subcomponent|programming   |ui





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 14:00:35 + 
2007 ---
Confirming with 2.2RC2 on WinXP.
Seems like framework issue to 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]



[framework-issues] [Issue 75346] OpenOffice always asks me to register (every time i restart Windows2000)

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 14:14:49 + 
2007 ---
stefanpascaru,
I suggest asking at users@openoffice.org mailing list (please try searching 
for answer first at http://www.openoffice.org/servlets/SummarizeList?
listName=users) or at www.oooforum.org.

Resolving as invalid

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

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


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



[sc-issues] [Issue 20489] Q-PCD Performance-NN-01

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


User kpalagin changed the following:

What|Old value |New value

  CC|'zhipengzhang'|'kpalagin,zhipengzhang'





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

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


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



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

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


User gercokees changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 14:44:09 + 
2007 ---
Or enter 7 in the cell, then, goto:
format, cells, numbers, custom, and enter in the inputbox: (#)  (*with* the
qoutationmark)
Of course you can also choose to make a formatingstyle, (use {F11}) and create a
new style, or edit an existing one.
Closing this issue...


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

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


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



[framework-issues] [Issue 75286] Help on Int() is wrong and not consistent with Fix()

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 14:47:26 + 
2007 ---
We may be at cross purposes here.  Perhaps OOoQA was looking at a different 
product or version.  The issue is about OOo 2.1 Basic (scripting) Help.  Much 
of the report was cut-and-pasted from that Help.

OOoQA found Help for Int() seems to be changed and could not find Help for 
Fix().  How could that happen if we were examining the same product and 
version?

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

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


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



[sc-issues] [Issue 24823] Allow REPLACE in unprotect ed cells on protected sheets

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 15:13:31 + 
2007 ---
... and still with OOo-2.2-RC3...

This works in Excel2000.

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

-
To unsubscribe, 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 75507] replace all does not wor k with search in all tables

2007-03-18 Thread volkerme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75507
 Issue #|75507
 Summary|replace all does not work with search in all tables
|
   Component|Spreadsheet
 Version|OOo 2.2 RC3
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|volkerme





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 15:20:08 + 
2007 ---
Steps to reproduce:
Write the same word to several cells in different tables of a spreadsheet 
document.
Then try to replace all on all tables with another word by using search in all
tables from the advanced options.
The string is only replaced in the sheet you started from.

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

-
To unsubscribe, 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 75507] replace all does not wor k with search in all tables

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


User volkerme changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 15:22:20 + 
2007 ---
Selfconfirming, as this was reported on the german dev-mailinglist in
http://de.openoffice.org/servlets/ReadMsg?list=devmsgNo=31854

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

-
To unsubscribe, 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 75507] replace all does not wor k with search in all tables

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


User volkerme changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 15:33:29 + 
2007 ---
I now was informed, that the problem is somewhat different. 
Will try to give more information soon.

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

-
To unsubscribe, 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 75229] aquavcl01: WaE for vcl/aqu a/source/gdi/salbmp.cxx

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


User pjanik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 15:46:56 + 
2007 ---
Patch applied to aquavcl01. Please 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]



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

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 15:49:04 + 
2007 ---
Thank you for your diligent attention.  To answer you precisely, the field is
identified by (presumably American English) Excel as General format, and the
program (Excel 2000 - 9.0.2720) recognizes the value as numeric for the purpose
of calculation.  The dependent cell in the problem sample displays a result of
$1274.4 as expected/intended.

This is not a contrived example.  The original problem was discovered when I
received an Excel spreadsheet containing teacher salary and health benefit costs
from my local school district with hundreds of such values.  As a school board
member who is negotiating a new contract with the union, I use these data as a
basis for calculating costs of proposals.  Be assured, the spreadsheet I was
given performs useful calculations with Excel; it does not transfer seamlessly
to OO Calc.  Essentially, it breaks.

At the risk of being repetitious, I'll remind all that if I key in$123 in
my version of OO Calc (2.1), it is implicitly recognized as
Currency/English(USA) and data-typed accordingly.  That OO Calc performs this
numeric identification upon input, whereas Excel defers it until recalculation
seems like just a different, but equally reasonable approach.  That OO Calc
ultimately breaks the functional intent of the Excel spreadsheet is not 
reasonable.

There is an even more complex consideration here which relates to whether the
input field contains a leading apostrophe (which presumably is explicit user
instruction to treat as non-numeric).  That is *not* the problem at hand, but in
such a case (my version of) Excel actually allows this to be used as the basis
of calculation anyway - which makes little sense to me.  Such a case would be
exceedingly difficult to handle on import because we know that conversion to
numeric (stripping the apostrophe) could wreak havoc on the user's intended
formatting.  Yet leaving it in place could damage calculations which presumably
are the primary function of a spreadsheet!  It would seem that only an Excel
compatibility mode - replicating unreasonable Excel behavior - would handle this
well, but this discussion does not belong here.

The immediate problem is simpler: It seems that OO Calc is actually inserting an
apostrophe upon import, thus forcing it to be non-numeric.  But it is extremely
reasonable to assume that the user of an American spreadsheet would intend to
use$123 as a number in the absence of explicit instruction to the contrary
- just as OO does assume so when encountering this string input from the 
keyboard.

It's also worth noting that if I subsequently change data types with OO to
All/General, OO forces it to Number/General, but removes the leading spaces and
dollar sign.  That's perfectly fine - the dependent cells still calculate
appropriately.

I suggest that the best solution to this problem is to change OO Calc such that
it no longer adds the apostrophe upon import from the .xls (and types the cell
in a manner consistent with keyboard input).

Perhaps there is something inside the .xls of which I'm not aware that's causing
this behavior.  But I experimented with Excel by explicitly placing a leading
apostrophe in the field as a test case.  It had no effect on the behavior of the
OO import function.

I don't know how best to handle the (hypothetical) case where there actually is
an apostrophe in the .xls, because there will still be a compatibility problem.
 But that doesn't immediately concern me.  In the absence of an Excel
calculation compatitbility mode, perhaps it should actually be stripped, or
stripped only if there are dependent calculations in the 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]



[porting-issues] [Issue 75485] --enable-dbgutil for Mac O S X

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


User pjanik changed the following:

What|Old value |New value

  CC|'tbe' |'thb'

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:14:33 + 
2007 ---
Too many Thorstens :-) Sorry again.

I compiled pj76 and libuno_sal.dylib.3:

paveljanik:~/Applications/TEST/OpenOffice.org 2.3.app/Contents/MacOS/program 
pavel$ otool -L 
libuno_sal.dylib.3 
libuno_sal.dylib.3:
@executable_path/libuno_sal.dylib.3 (compatibility version 0.0.0, 
current version 0.0.0)
@executable_path/libstlport_gcc_stldebug.dylib (compatibility version 
0.0.0, current version 0.0.0)
@executable_path/libstlport_gcc.dylib (compatibility version 0.0.0, 
current version 0.0.0)

- libuno_sal links to both debug and nondebug versions of stlport 8).

The problem comes from sal/util/makefile.mk:

#The irony that using the system STL instead of
#stlport requires that we link libsal with the
#LIBSTLPORT alias which is not required when using
#stlport is not lost on me
.IF $(USE_SYSTEM_STL)==YES
SHL1STDLIBS+=$(LIBSTLPORT)
.ELSE
.IF $(OS)==MACOSX
SHL1STDLIBS+=-lstlport_gcc
.ENDIF
.ENDIF

The question is, if we need to link to stlport in sal all the time or only when 
dbgutil is enabled. Will have 
to 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]



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

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:39:09 + 
2007 ---
Do you have access to Excel? If yes then please try the formula =ISNUMBER(A3) in
your file 'probsamp.xls'. Do you get TRUE? (I get FALSE.) If FAlSE, how should
OOo know, that it should tread it as number? 

Concerning Excel calculation compatitbility mode: That would be a feature
request not a defect, see issue 5658. Perhaps you can add your proposal
stripped only if there are dependent calculations in the spreadsheet there? 

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

-
To unsubscribe, 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 75485] --enable-dbgutil for Mac O S X

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


User pjanik changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:50:40 + 
2007 ---
I removed wrong stlport_gcc linking in pj76.

Please verify that full instset build from pj76 with --enable-dbgutil is usable.


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

-
To unsubscribe, 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 8562] Import OS X address book

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


User fheckl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 16:55:03 + 
2007 ---
If we don't find a volunteer through the GSoC program, I' ll take this one.

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

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


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



[porting-issues] [Issue 75229] aquavcl01: WaE for vcl/aqu a/source/gdi/salbmp.cxx

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 17:09:48 + 
2007 ---
salbmp.cxx compiled without warnings or errors on MacBook intel - no problems
observed while running OOo

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

-
To unsubscribe, 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 75496] performance penalty after 21st conversion to formula object via macro

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 17:39:45 + 
2007 ---
The number 21 lets me think that the pause is caused by the OLE cache being
filled. 

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

-
To unsubscribe, 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 75492] Writer - character count i s incorrect for attached .odt

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 17:43:13 + 
2007 ---
I'm not sure if there is something we can fix. Obviously the word count was
written to the document wrongly. So it would be interesting whether you can tell
us how (and with which version) the document was created. 



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

-
To unsubscribe, 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 75491] Deprecate options to expor t to proprietary HTML

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


User mba changed the following:

What|Old value |New value

  CC|''|'mib'





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 17:44:07 + 
2007 ---
Michael, IIRC you have some plans about this. Please comment.

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

-
To unsubscribe, 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 75492] Writer - character count i s incorrect for attached .odt

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 17:46:44 + 
2007 ---
Ah, forget about that. I found 

OpenOffice.org/2.1$Win32 OpenOffice.org_project/680m6$Build-9095

in the meta.xml.

So the interesting question is: can you reproduce with 2.2RC that OOo creates
documents with wrong word count?

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

-
To unsubscribe, 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 75498] configuring mail merge to gmail fails

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 17:50:22 + 
2007 ---
Does GMail support MAPI? Without this you won't get it to work with OOo anyway.

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

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


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



[framework-issues] [Issue 75491] Deprecate options to expor t to proprietary HTML

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


User mba changed the following:

What|Old value |New value

  CC|'mib' |'mba,mib'





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

-
To unsubscribe, 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 75492] Writer - character count i s incorrect for attached .odt

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


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





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

-
To unsubscribe, 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 75496] performance penalty after 21st conversion to formula object via macro

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


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





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

-
To unsubscribe, 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 75498] configuring mail merge to gmail fails

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


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





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

-
To unsubscribe, 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 75451] Shortcut to top of next/pr evious page

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 18:41:44 + 
2007 ---
Yes I agree that shortcuts should not be changed easily but in this case I see
reasons for it.

1. Yes it is CUSTOMABLE but from my experience through the years with IT-users,
they make little changes to the default settings since they often assume the
program works as it is. So the better the default settings are the more
satisfied customers we get.

2. What ”You” need or ”I” need doesn´t prove anything but I assume we ALL can
engage ourselves in improving the OO suite and not belittle anyone. Sarcasm or
irony like this just makes people stop contributing, and I am sure none of us
want that. That only prevents us from improving the OO, which doesn´t serve our
goal.

3. Since Ctrl+PgUp/Dn today is activated first after the header/footer has been
inserted, I think a change to moving to the top of the next/previous page would
help the DISABLED more. They can use it right away.

4. When you have a several pages document I think it helps to know that you end
up at a certain place, the top of the document, when you move around. You don´t
have to think about where on the page you end up. This is also extra convenient
when you see the whole page on the screen.

5. I tried to find another shortcut for moving between body and header/footer
but found none so far. Will continue looking though. Ctrl+H (Header) seems to be
available but Ctrl+F is not, so I´ll keep on looking. 

Let´s remember that a person who tests/uses OO can only assume and guess the
response by the market since he can not do a market research. We can ALL be
wrong, and sometimes are of course, but let us have an attitude of helping OO to
improve, instead of ”defending” what it is today. THEN we are open enough to see
that which can be improved.

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

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


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



[www-issues] [Issue 75508] I do not get any emails fr om issuetracker with pref: All qualifying iss ues

2007-03-18 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75508
 Issue #|75508
 Summary|I do not get any emails from issuetracker with pref: 
|All qualifying issues
   Component|www
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org IssueTracker
 Assigned to|[EMAIL PROTECTED]
 Reported by|gercokees





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 18:44:04 + 
2007 ---
I do not get any emails from issuetracker with although i had my
emailpreferences set to: All qualifying issues. Specialy, i do not get any
notifications when others add comments to issues i commented myself..

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

-
To unsubscribe, 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 75509] 180° rotation of wmf-pict ure has wrong text

2007-03-18 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75509
 Issue #|75509
 Summary|180° rotation of wmf-picture has wrong text
   Component|Drawing
 Version|OOo 2.2 RC2
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|regina





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 20:41:10 + 
2007 ---
I'll attach a zip-archive with a draw file and a wmf-picture which is linked in
the draw file.
Look at the draw document. The right graphic is rotated with 179,99° and all is
OK. The left graphic is rotated with 180° and the text are not rotated with the
whole graphic but each character is rotated separate, which disturbs the 
graphic.
The error remains, if I embed the pictures.

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

-
To unsubscribe, 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 75509] 180° rotation of wmf-pict ure has wrong text

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


User regina changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43790)
zip with draw docum
|  |ent and wmf picture






--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 20:42:23 + 
2007 ---
Created an attachment (id=43790)
zip with draw document and wmf picture


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

-
To unsubscribe, 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 75481] Edit contour no longer ava ilable on chart object

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 20:54:57 + 
2007 ---
just to be clear about it: uncheck contour und check it again, the whole chart
disappears might indeed be related to issue 64562 ... but that is not what this
bugreport is about. 

Somehow (and I don't know the code), between 2.1 and this version, the contour
editing features got a bit messed up, see therefore also issue 75482 which I 
issued.

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

-
To unsubscribe, 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 74396] [Meta Issue] Top Ten Issue s before alpha Aqua release

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


User xylifyx changed the following:

What|Old value |New value

  CC|'aquraishi,hwieser,jwlinux|'aquraishi,hwieser,jwlinux
|,maho,maveric,msicotte,per|,maho,maveric,msicotte,per
|ezda,pjanik,reidlarson,rhw|ezda,pjanik,reidlarson,rhw
|ood,soesch,stefanoaz' |ood,soesch,stefanoaz,xylif
|  |yx'





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

-
To unsubscribe, 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 75427] The lookup function doesn' t work properly

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 21:34:23 + 
2007 ---
The lookup function is able to use regular expressions.

I cite the help:
The search supports regular expressions. You can enter all.*, for example to
find the first location of all followed by any characters. If you want to
search for a text that is also a regular expression, you must precede every
character with a \ character. You can switch the automatic evaluation of regular
expression on and off in Tools - Options - OOo22RC3en Calc - Calculate. 

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

-
To unsubscribe, 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 75427] The lookup function doesn' t work properly

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 21:36:55 + 
2007 ---
Works as designed.

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

-
To unsubscribe, 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 3356] Additional styles not inclu ded in hyperlinking from TOC

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





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 22:13:42 + 
2007 ---
I have to create far too many documents requiring indexes. Please, oh, please 
get this one fixed. The workaround isn't appropriate in my situation.

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

-
To unsubscribe, 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 55368] Multiple files do not alwa ys open

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


User lmoritz changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 22:29:12 + 
2007 ---
I have noticed that I haven't had the problem at all recently. I am now using
2.1. I'd say the problem is fixed.

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

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


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



[sw-issues] [Issue 75476] antialiassing writer

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


User cloph changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 22:58:12 + 
2007 ---
This reports lacks info to have it processed.
OOo already supports font-antialiasing. So be more specific in your
description/provide illustrative screenshots, 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]



[sw-issues] [Issue 75283] Ligatures U+FB00..U+FB06 a t beginning of a word don't belong to same wor d (they should)

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


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 23:01:41 + 
2007 ---
closing duplicate.

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

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


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



[sw-issues] [Issue 66743] Undo reverses the word in RTL documents

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


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Mar 18 23:14:55 + 
2007 ---
closing duplicate

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

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


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



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

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


User naoyuki changed the following:

What|Old value |New value

  CC|''|'naoyuki'





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 01:52:24 + 
2007 ---
adding cc

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

-
To unsubscribe, 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 75490] Writer import - regression - opening attached .doc hungs Office

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 01:59:47 + 
2007 ---
I confirm this crashes too in OO 2.1 released in Win XP

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

-
To unsubscribe, 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 75510] Saving document with numbe red list as .doc file loses some formatting on load

2007-03-18 Thread jasonp019
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75510
 Issue #|75510
 Summary|Saving document with numbered list as .doc file loses 
|some formatting on load
   Component|Word processor
 Version|OOo 2.2 RC3
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|jasonp019





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:20:28 + 
2007 ---
This is not specific to version 2.2.0 rc 3 -- I have experienced this since
version 2.0.  I kept silent until now because I was hoping others had
experienced it and it would get fixed.  However, that has not happened yet, so I
need to bring it to your attention.

If I create a document with a numbered list in it where the formats are not left
at the defaults, e.g. the following list in 8-point font Arial:

I. Foo
   A. Bar
  1. Baz
II. Foo 2
A. Bar 2
   1. Baz 2

and save it in a .doc file, then close the window and load the file, some of the
numbers in the numeric labels for the list have their formatting reset to
defaults (e.g., 12-point Times New Roman).

I asked the users list if I was doing something wrong and NoOp confirmed the bug
and asked me to report it.  The message ID of the email from NoOp is:

Message-ID: [EMAIL PROTECTED]

In case I can't make any file attachments to this bug report, here are four URLs
where you can view screenshots and the actual file(s) involved.

The first is a screenshot of the original document.  The second is a screenshot
of the document after saving the document, closing the document, and loading the
document.  The third is the document itself, saved as a word document.  The
fourth is the document itself, saved as an ODT document.  There appears to be no
issue with loading the ODT document.

ss of original document:
http://www.rails.jasonpfeil.com/OO.o-problem/NumberedListFormattingAtSave.png
ss of loaded document:
http://www.rails.jasonpfeil.com/OO.o-problem/NumberedListFormattingAfterLoading.png
.doc file:
http://www.rails.jasonpfeil.com/OO.o-problem/09-FirstAmendment:FreedomOfExpression.doc
.odt file:
http://www.rails.jasonpfeil.com/OO.o-problem/09-FirstAmendment:FreedomOfExpression.odt

Thank you!

--Jason

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

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


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



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

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


User khirano changed the following:

What|Old value |New value

  CC|'naoyuki' |'khirano,naoyuki'





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

-
To unsubscribe, 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 75510] Saving document with numbe red list as .doc file loses some formatting on load

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


User jasonp019 changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43791)
This is a screensho
|  |t of the file with correct
|  | formatting as it was save
|  |d as a .doc file.






--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:22:56 + 
2007 ---
Created an attachment (id=43791)
This is a screenshot of the file with correct formatting as it was saved as a 
.doc file.


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

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


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



[sw-issues] [Issue 75510] Saving document with numbe red list as .doc file loses some formatting on load

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


User jasonp019 changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43792)
This is a screensho
|  |t of the file with incorre
|  |ct formatting as it was lo
|  |aded from the .doc file.






--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:23:43 + 
2007 ---
Created an attachment (id=43792)
This is a screenshot of the file with incorrect formatting as it was loaded 
from the .doc file.


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

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


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



[sw-issues] [Issue 75510] Saving document with numbe red list as .doc file loses some formatting on load

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


User jasonp019 changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43793)
The .doc file which
|  | exhibits the problem.






--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:24:12 + 
2007 ---
Created an attachment (id=43793)
The .doc file which exhibits the 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 75510] Saving document with numbe red list as .doc file loses some formatting on load

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


User jasonp019 changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43794)
The .odt file which
|  | does not exhibit the prob
|  |lem.






--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:24:40 + 
2007 ---
Created an attachment (id=43794)
The .odt file which does not exhibit the 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 75492] Writer - character count i s incorrect for attached .odt

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:41:17 + 
2007 ---
I have asked the person which reported the problem to try 2.2 when it is 
released.
In the mean time, can't we compensate for problems like that by counting word 
and chars on file open? 
(These counters are used both when calculating reward for the article and 
allocating paper area for the article, so it is super important to get them 
right).
P.S. Should I change version to 2.1 (as that is what was used to generate 
the file)?

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

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


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



[graphics-issues] [Issue 42820] incorrect behaviour of zoo m in / out toolbar icon

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 02:58:55 + 
2007 ---
any ideas?

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

-
To unsubscribe, 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 72571] Crash when exporting *.odp in *.PPT-Format

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


User jjmckenzie changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 03:15:03 + 
2007 ---
Verified that problem does not exist in 2.2rc3.  Macosxmapfiles was integrated
in 2.2rc1, but this issue was not tested as that release had other issues and
was withdrawn.  Will close issue when 2.2 Final is released on/about March 31, 
2007.


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

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


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



[sw-issues] [Issue 75498] configuring mail merge to gmail fails

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 03:30:19 + 
2007 ---
Here's a video of the process.
http://video.google.com/videoplay?docid=-4887932067915841759hl=en

Checking on Gmail MAPI.

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

-
To unsubscribe, 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 75498] configuring mail merge to gmail fails

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 03:43:59 + 
2007 ---
Mail Application Programming Interface (MAPI): Gmail has its own implementation
of simple MAPI so that Windows application that has used simple MAPI to
integrate themselves with e-mail will operate in a Gmail environment.
as found here: http://www.gar.no/gmail/gmail2.htm





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

-
To unsubscribe, 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 72671] opened spreadsheed covers the whole screen

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 03:48:18 + 
2007 ---
@rolandp:
Can you provide the .ods file?  I will need this for QA purposes only for 
2.2rc3.
James McKenzie


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

-
To unsubscribe, 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 73998] OOo frozen with 100% CPU w hen saving ended

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


User jjmckenzie changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 03:51:20 + 
2007 ---
Issue has been confirmed and may be a corrupted ~/Library/Application
Support/OpenOffice.org 2.1 directory or a file contained in this directory.

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

-
To unsubscribe, 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 75370] scrollbar tooltip showing chapter covers a text

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 04:47:52 + 
2007 ---
Looks very simmilar to http://www.openoffice.org/issues/show_bug.cgi?id=67620

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

-
To unsubscribe, 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 75511] No way to delete profile/S PAM problem

2007-03-18 Thread aerospace
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75511
 Issue #|75511
 Summary|No way to delete profile/SPAM problem
   Component|www
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org website general issues
 Assigned to|[EMAIL PROTECTED]
 Reported by|aerospace





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 04:51:40 + 
2007 ---
I am not an active member of the website, but I do have a profile here.  Lately
I have noticed I am getting SPAM at the email account listed in my profile, but
it is addressed to my username @openoffice.org.  I wasn't even aware emails
could be sent to that address, let alone that I would be receiving them in my
listed email account, so it's not likely that the email address being spammed
was given away by my mistake.  I don't know if other members here have been
receiving this same spam, but I don't want to keep receiving it, and I figured
it would be easy enough to delete my profile here since I don't do participate
anyway, but I could find no way of doing that.

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

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


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



[sw-issues] [Issue 75361] selection of user-defined dictionaries reset

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 05:07:51 + 
2007 ---
Works fine here with 2.1 and 2.2 on WinXP.

I think that for some reason OO can't save your settings in the profile. 
For starters close OO (including quickstarter), rename 
folder OpenOffice.org2 in x:\Documents and Settings\USERNAME\Application 
Data\, restart Office and see if it saves the changes.

If that fixes the problem zip original OpenOffice.org2 (the one you renamed) 
and attach it the 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]



[tools-issues] [Issue 75512] CVS access to all modules required

2007-03-18 Thread plipli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75512
 Issue #|75512
 Summary|CVS access to all modules required
   Component|tools
 Version|current
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|www
 Assigned to|mh
 Reported by|plipli





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 05:37:22 + 
2007 ---
hello,

I m a developer on Aqua porting project and intend too commit code.

My informations are on the Domain developer page.

Please give user plipli the access to all cvs modules.

Thx
Sebastien PLISSON

plipli

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

-
To unsubscribe, 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 75210] remove traces of quickstar ter from Options-dialog when not enabled at co mpile-time

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


User pb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 05:42:54 + 
2007 ---
pb: accepted.


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

-
To unsubscribe, 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 75485] --enable-dbgutil for Mac O S X

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


User pjanik changed the following:

What|Old value |New value

  CC|'thb' |'smsm1,thb'





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 05:59:58 + 
2007 ---
I verified the build with --enable-dbgutil/pj76 on my machine.

Shaun: can you please create instset from pj76 with --enable-dbgutil and try to 
run it on your system?


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

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


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



[framework-issues] [Issue 22314] add method so backup path can be the directory of the source doc

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


User marciam changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |NEW

  Ever confirmed|  |1





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 06:06:13 + 
2007 ---
*** Issue 22314 has been confirmed by votes. ***

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

-
To unsubscribe, 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 16771] severe aliasing in 3D char ts

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 19 06:39:00 + 
2007 ---
@ iha. 
I hope thei can be considered for OOo 2.x or better if OOo 2.3, so it will 
make OOo look nicer. 

BTW regarding underlying drawing layer must be fixed, should we open another 
issue or not ? 

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]



  1   2   >