[sw-issues] [Issue 72916] copy text and paste issue with Hebrew

2006-12-27 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72916


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

Keywords|  |oooqa

 Summary|copy text and paste issue |copy text and paste issue 
|  |with Hebrew





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 00:03:40 -0800 
2006 ---
danost,
I could not reproduce the issue with the file you sent to me. I have set my XP 
and OpenOffice to Hebrew everywhere I could, rebooted and tried copy and 
paste - text (including colon) was duplicated exactly (with colon remaining at 
the left).
Please attach your file and screenshot of what you get after copy/pasting to 
this issue (do NOT reply to this message, instead logon to IssueZilla and add 
your comments to your issue) - maybe somebody else will be able to reproduce 
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]



[framework-issues] [Issue 8824] Increase/decrease font size icons

2006-12-27 Thread masayan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=8824


User masayan changed the following:

What|Old value |New value

  CC|'cs_support,hwoarang,kami_|'cs_support,hwoarang,kami_
|,keulie_minogue,kohsuke,sh|,keulie_minogue,kohsuke,ma
|lomif'|sayan,shlomif'





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

-
To unsubscribe, 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 70143] Text in exported PDF Form Files not visible in Foxit Reader

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |oooqa

Priority|P3|P5

 Summary|Exported PDF Form Files No|Text in exported PDF Form 
|t read in Foxit Reader|Files not visible in Foxit
|  | Reader





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 00:24:23 -0800 
2006 ---
Ghostview and AR can read 'Sample_Form_OOo_myown.pdf', so it seems to be a FOXIT
READER problem. 

I did several tests with FOXIT READER some weeks ago and found several problems,
for example FOXIT did not recugnize text in PDF documents created  with various
CAD software. 
I contacted a user forum
http://www.foxitsoftware.com/bbs/showthread.php?t=3675 for more clarification

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

-
To unsubscribe, 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 72939] sc/source/core/data/table4 .cxx compile failure

2006-12-27 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72939
 Issue #|72939
 Summary|sc/source/core/data/table4.cxx compile failure
   Component|Spreadsheet
 Version|680m198
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P1
Subcomponent|code
 Assigned to|er
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 00:43:22 -0800 
2006 ---
on Opteron:

/data/oo/BuildDir/ooo_SRC680_m198_src/sc/source/core/data/table4.cxx: In member 
function 'String 
ScTable::GetAutoFillPreview(const ScRange, SCCOL, SCROW)':
/data/oo/BuildDir/ooo_SRC680_m198_src/sc/source/core/data/table4.cxx:1050: 
error: invalid 
initialization of reference of type 'long int' from expression of type 
'sal_Int32'
/data/oo/BuildDir/ooo_SRC680_m198_src/sc/source/core/data/table4.cxx:99: error: 
in passing 
argument 2 of 'short int lcl_DecompValueString(String, long int, USHORT*)'

This is because of 

revision 1.17
date: 2006/12/19 18:01:02;  author: ihi;  state: Exp;  lines: +58 -8
INTEGRATION: CWS caloc (1.16.100); FILE MERGED
2006/11/08 18:51:14 er 1.16.100.1: #i47233# fill cells taking OrdinalSuffix 
into account; contributed 
by Muthu Subramanian [EMAIL PROTECTED]

This fixes it for me:

diff -urN ooo_SRC680_m198_src.orig/sc/source/core/data/table4.cxx 
ooo_SRC680_m198_src/sc/
source/core/data/table4.cxx
--- ooo_SRC680_m198_src.orig/sc/source/core/data/table4.cxx
2006-12-22 21:56:13.0 +0100
+++ ooo_SRC680_m198_src/sc/source/core/data/table4.cxx  2006-12-22 
21:58:22.0 
+0100
@@ -1032,7 +1032,7 @@
{
BOOL bOk;
double nStart;
-   sal_Int32 nVal;
+   long nVal;
short nHeadNoneTail = 0;
ScBaseCell* pCell = GetCell( nCol1, nRow1 );
if ( pCell )

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

-
To unsubscribe, 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 30722] XML export failed for Issu e 30699

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30722


User jobin changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 00:44:21 -0800 
2006 ---
Verified that after the application of the patch 10 that we are able to perform
xml-export of the following issues.

http://www.openoffice.org/issues/xml.cgi?id=14349 
http://www.openoffice.org/issues/xml.cgi?id=35131
http://www.openoffice.org/issues/xml.cgi?id=33205
http://www.openoffice.org/issues/xml.cgi?id=70788
http://www.openoffice.org/issues/xml.cgi?id=30699

Closing this issue as 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]



[www-issues] [Issue 35751] XML export failed for Issu e 35131, 33205

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35751



This issue depends on issue 30722, which changed state:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





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

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


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



[www-issues] [Issue 2587] Track Top5 issues

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2587



This issue depends on issue 30722, which changed state:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





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

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


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



[www-issues] [Issue 72737] ssh2key

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72737


User jobin changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 00:47:35 -0800 
2006 ---
Closing .

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

-
To unsubscribe, 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 72913] Crash when editing simple text embedded object

2006-12-27 Thread scribe777
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72913


User scribe777 changed the following:

What|Old value |New value

 Version|OOo 2.0.4 |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 00:53:18 -0800 
2006 ---
The embedded objects in question have been added to the offending document by
selecting from either writer, or calc, and them pasting them in a slide with 
CTRL-V

I've updated the version on this bug to OOo 2.1, as I have just tried with 2.1
and the results are the same except the OOo doesn't crash:

1) open the offending doc
2) notice the title page look fine
3) double click the text to edit
4) notice either
  a) the text box disappears
  b) rulers show huge number


Just to restate:  This document was originally created in a previous version,
last edited in 2.0.4, and now 2.0.4 and 2.1 are unable to edit this document.


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

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


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



[www-issues] [Issue 71214] File permission wrong on f ile in CVS

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71214





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:05:40 -0800 
2006 ---
Checking once again with our engineers .

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

-
To unsubscribe, 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 30722] XML export failed for Issu e 30699

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30722





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:08:14 -0800 
2006 ---
support - case creation .

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

-
To unsubscribe, 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 72913] Crash when editing simple text embedded object

2006-12-27 Thread scribe777
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72913





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:08:40 -0800 
2006 ---
Here is a link to pretty much all the documents I am having trouble with. 
Specifically editing any of the embedded objects in the ODT files:

http://crosswire.org/~scribe/phxsem/BI502/

timeline3, slide 2, shows a spreadsheet just fine, but double-click to edit and
seriously bad things happen

Summary_*.odt can't edit slide 1 text object.

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

-
To unsubscribe, 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 72916] copy text and paste issue with Hebrew

2006-12-27 Thread danost
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72916


User danost changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41718)
file with several l
|  |ines ending with full colo
|  |n  : 






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:09:07 -0800 
2006 ---
Created an attachment (id=41718)
file with several lines ending with full colon  : 


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

-
To unsubscribe, 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 72913] Crash when editing simple text embedded object

2006-12-27 Thread scribe777
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72913





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:13:33 -0800 
2006 ---
my apologies. previous comment ODT should be ODP.

s/ODT/ODP/

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

-
To unsubscribe, 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 47153] Welcome message contains w rong mailing list name

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47153





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:25:38 -0800 
2006 ---
The patch upgrade is completed as per our plan we would be running this script
on the background starting this weekend . Also instructions have been provided
that we --nice the script so that there is no hindrance for the normal
operations of the site .

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

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


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



[l10n-issues] [Issue 72930] GSI file for Dzongkha Lang uage

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


User pjanik changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:33:36 -0800 
2006 ---
pema: This is enough.

Please note, that 2.2 UI deadline is in January, so you have to update the GSI. 
but as you do update it 
continually, you are OK :-)


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

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


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



[porting-issues] [Issue 71818] Fix Mac specific OOo versi oning

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71818


User mox changed the following:

What|Old value |New value

 Assigned to|mox   |ericb





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:34:21 -0800 
2006 ---
While the cws macosx22fixes does fix the problem with OOo 2.2, it does not have
anything to do with the patch in this issue:
i71309-migrate-user-prefs-folder-v4.patch

It seems that there's never time to do these longer-term changes. (After all,
this issue and the patch was posted even before 2.1 was ready).

Maybe in 2.3 then. Or in 3.0.

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

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


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



[porting-issues] [Issue 72385] Mac OS X: vcl/inc/sysdata. hxx implementation and related fixes (for aqua cws01)

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72385


User mox changed the following:

What|Old value |New value

  CC|'cl,mox,pjanik'   |'cl,jjmckenzie,mox,pjanik'

 Summary|Mac OS X: vcl/inc/sysdata.|Mac OS X: vcl/inc/sysdata.
|hxx implementation and rel|hxx implementation and rel
|ated fixes|ated fixes (for aquacws01)





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:39:50 -0800 
2006 ---
James: this applies to aquacws01, so this has nothing to do with your QA work
for Mac OOo X11.

Pavel has already re-opened the issue and he will take care of 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]



[porting-issues] [Issue 61056] Add X11 check on OOo.app s tart

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61056


User mox changed the following:

What|Old value |New value

  CC|'ericb,pjanik'|'ericb,mox,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]



[porting-issues] [Issue 72776] Milestone build 197 instal ls as OpenOffice 2.1

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72776


User mox changed the following:

What|Old value |New value

  CC|'smsm1'   |'mox,smsm1'





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

-
To unsubscribe, 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 72933] Resizing a row does not wo rk across merged cell under certain conditions

2006-12-27 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72933


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 01:48:31 -0800 
2006 ---
Confirming with OO 2.1 on WinXP.

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

-
To unsubscribe, 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 10122] `You must log in' message makes it as hard as possible to log in

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10122


User jobin changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 02:07:10 -0800 
2006 ---
The option 1 has been implemented via the 3.5.1 .

Option 1) The web site notes that you are not logged in and asks you
to log in, first.  After logging in, you are then directed to the site
you selected.

Closing this issue as fixed .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]



[sw-issues] [Issue 72940] install new dictionary w izard do not add new dictionary to OOo

2006-12-27 Thread vytis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72940
 Issue #|72940
 Summary|install new dictionary wizard do not add new diction
|ary to OOo
   Component|Word processor
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows 2000
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|mru
 Reported by|vytis





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 02:10:35 -0800 
2006 ---
1. i opened OOo writer.
2. menu install new dictionary
3. selected all lithuanian dictionaries
4. all dictuionaries was downloaded.
5. i closed wizzard
6. BUG: Nothing changed - no lithuanian dictionary
7. i closed OOo writer. and opened again.
8. BUG: Nothing changed - no lithuanian dictionary

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

-
To unsubscribe, 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 72639] Screen corrupt after scrol ling using smooth scrolling

2006-12-27 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72639





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 02:19:07 -0800 
2006 ---
micawber,
can't repro even with smooth scrolling on.

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

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


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



[graphics-issues] [Issue 72901] new chart: handling of mul ti column data series in chart data table

2006-12-27 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72901


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |iha





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 02:29:56 -0800 
2006 ---
@Iha: any reason for this?

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

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


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



[sw-issues] [Issue 72934] Opening Star Writer 5.0 do cument hangs

2006-12-27 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72934


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 02:53:35 -0800 
2006 ---
Confrming with OO 2.1 on WinXP - it took 40 minutes to open this 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 72914] new chart: description for rotation order for 3D charts differs from imp lementation

2006-12-27 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72914


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |iha





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 03:00:27 -0800 
2006 ---
@ regina: sorry, but when i set a value x, y or z for the Rotation, the live
Preview rotated the chart simultaneously. So the Z rotation is done when i
change the value.
@IHA: what is the correct meaning of The rotations are applied in this order:
First X rotation, then Y
rotation and then Z rotation. (Spec page 6 line 46)

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

-
To unsubscribe, 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 10122] `You must log in' message makes it as hard as possible to log in

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


User st changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 03:05:43 -0800 
2006 ---
verified and closing...

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

-
To unsubscribe, 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 72913] Crash when editing simple text embedded object

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


User rainerbielefeld changed the following:

What|Old value |New value

 Version|OOo 2.1   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 03:24:02 -0800 
2006 ---
I even got a crash when I tried to edit the embedded OLE object.
The ID of the error report is rpr93b

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

-
To unsubscribe, 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] Re: [Issue 72916] copy text and paste issue

2006-12-27 Thread Dan Ostroff
Thanks for your quick reply.

I've attached to this a document which is a good example of the 
problem.  In WinXP with Hebrew Enabled, switch to Hebrew, then start 
OpenOffice, then load the attached OpenOffice file.

Next try to copy and past the mini sentence in the attached file to 
another OpenOffice document.  

You will note that at the (left) end of the mini-sentence there is a 
full colon  : .  When you copy and paste the sentence you should 
find that the colon will not be at the (left) end of the sentence as 
it should be, instead it will be at the right hand end of the 
sentence, this is an error.

Also attached to this for your reference is a text file with the same 
mini-sentence in it, this might be of help to you.

Thank You
Dan Ostroff


On 26 Dec 2006 at 8:29, [EMAIL PROTECTED] wrote:

 To comment on the following update, log in, then open the issue:
 http://www.openoffice.org/issues/show_bug.cgi?id=72916
 
 
 
 
 
 --- Additional comments from [EMAIL PROTECTED] Tue Dec 26
 00:29:38 -0800 2006 --- danost, could you, please, provide sample
 document?
 
 -
 Please do not reply to this automatically generated notification from
 Issue Tracker. Please log onto the website and enter your comments.
 http://qa.openoffice.org/issue_handling/project_issues.html#notificati
 on



- - 
Outgoing Email Protected by Avast! AntiVirus
Dan Ostroff



For kpalagin.odt
Description: Zip archive
-
To unsubscribe, 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] Thank You for the Quick Reply - FULL DISTRIBUTION

2006-12-27 Thread slabiv
Dear Open Office (mru):

 Thank you for the quick reply on my bug report, that you used
OOo 2.0.4 and found no problem.  Thank you for the suggestion that
the problem may lie with my Linux distributor.  Indeed, the problem
occurs with the OOo 2.0.4 product created with Red Hat based on
OpenOffice.org.  I have tried OOo as installed on other computers
in my department, and find NO problem with the Red Hat distribution
of OpenOffice 2.0.2 .  I will try any suspect procedures on these
other computers first in the future, before complaining to you.
I will take up the problem with Red Hat.

 I am new to these Open Source procedures.

 I include our previous correspondence below.

Victor J. Slabinski
 
=== 
Victor J. Slabinski  Phone:  202-762-0365 
Earth Orientation Department FAX:202-762-1563 
U.S. Naval Observatory   email: 
3450 Massachusetts Ave. NW   [EMAIL PROTECTED] 
Washington DC 20392-5420  Please use above in your address book 
=== 

From [EMAIL PROTECTED] Thu Dec 21 22:25:26 UTC 2006
Delivered-To: [EMAIL PROTECTED]
Date: 21 Dec 2006 22:24:53 -
Message-ID: [EMAIL PROTECTED]
Subject: =?UTF-8?B?W0lzc3VlIDcyODYxXSBFcXVhdGlvbiBFZGl0b3IgIlNlbGVjdGlvbg==?=
=?UTF-8?B?VG9vbGJveCIgZG9lcyBub3Qgd29yayBpbiBXcml0ZXIgMi4w?=
Reply-to: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72861
 Issue #|72861
 Summary|Equation Editor Selection Toolbox does not work
|in Writer 2.0
   Component|Word processor
 Version|OOo 2.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|victor_j_slabinski



--- Additional comments from [EMAIL PROTECTED] Thu Dec 21 14:24:53 -0800 
2006 ---
In a (blank) document, I can select from the top toolbar menu
 InsertObjectFormula
and the Selection Toolbox (dialoque box) appears on my monitor screen.
(ViewSelection had been checked previously so this appears.)
But if I try to click anything in this toolbox, it disappears
without anything being inserted in the Equation Editor box at
the bottom of the screen.
 I am able to type markup language into the Equation Editor
and get mathematical formulas to display with no problem.
 There was no problem with the Selection Toolbox in Writer 1.0 .

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






From [EMAIL PROTECTED] Fri Dec 22 07:35:51 UTC 2006
Delivered-To: [EMAIL PROTECTED]
Date: 22 Dec 2006 07:35:04 -
Message-ID: [EMAIL PROTECTED]
OVER
Subject: =?UTF-8?B?W0lzc3VlIDcyODYxXSBFcXVhdGlvbiBFZGl0b3IgIlNlbGVjdGlvbg==?=
=?UTF-8?B?VG9vbGJveCIgZG9lcyBub3Qgd29yayBpbiBXcml0ZXIgMi4w?=
Reply-to: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72861


User mru changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Thu Dec 21 23:35:04 -0800 
2006 ---
No problem here for me on OO 2.0.4 or OO 2.1 on Linux.
Perhaps you are using the OO build produced by your Linux distributor? Please
use the downloadable build from the OpenOffice.org site.

-
From [EMAIL PROTECTED] Fri Dec 22 07:36:35 UTC 2006
Delivered-To: [EMAIL PROTECTED]
Date: 22 Dec 2006 07:35:55 -
Message-ID: [EMAIL PROTECTED]
Subject: =?UTF-8?B?W0lzc3VlIDcyODYxXSBFcXVhdGlvbiBFZGl0b3IgIlNlbGVjdGlvbg==?=
=?UTF-8?B?VG9vbGJveCIgZG9lcyBub3Qgd29yayBpbiBXcml0ZXIgMi4w?=
Reply-to: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72861


User mru changed the following:


[www-issues] Re: [Issue 72676] Cannot select combo box with Multiselect=ON

2006-12-27 Thread Kirill Palagin at Yahoo
(Sorry to reply in private, but I do not want to flood developers with trivia)
Design mode button is unavailable on that toolbar (see attached screenshot). 
I have tried some steps to open the file in form design mode, but could not do 
that. 
Any idea why the button is unavailable and how to open the spreadsheet in 
design mode?

Thanks.
WBR,
K. Palagin.


- Original Message 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 27, 2006 5:34:28 AM
Subject: [Issue 72676] Cannot select combo box with Multiselect=ON


To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72676





--- Additional comments from [EMAIL PROTECTED] Tue Dec 26 18:34:28 -0800 
2006 ---
I just confirmed the following steps using OOo2.1 and the attachment to this
issue to assure myself a new problem didn't creep in:

1. Open (View) the Form Design Toolbar.
2. Select Design mode ON.
3. Left click to select the combo box.  You must see the sizing anchors which
assures you are in Design mode.
4.  Left click select the Control Icon on the Form Design Tool Bar.  This opens
the properties list for the combo box.

-- DeT

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
-
To unsubscribe, 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 72942] Allow passing URLs with cu stom schemes on soffice command line

2006-12-27 Thread mux2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72942
 Issue #|72942
 Summary|Allow passing URLs with custom schemes on soffice comm
|and line
   Component|framework
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|mux2005





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 03:32:23 -0800 
2006 ---
It should be made possible to dispatch URLs with custom URL schemes on the
soffice command line, e.g. if a custom component compo provides its own URL
scheme compo:..., then it should be possible to run

soffice compo:DoStuff

to dispatch a compo-URL. Should it be deemed necessary for backwards
compatibility reasons (compo:DoStuff is a valid file name on some systems, so
having compo:DoStuff dispatch a URL rather than opening a file would be a
user-visible change), a new command line switch -dispatch or something like
this could be introduced.

This feature would allow calling functionality provided by a custom component
with a simple invocation of soffice rather than having to write a boostrap
program for this task (which is not so simple if you want to be platform
independent and don't want to use Java because of the start time overhead).

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

-
To unsubscribe, 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 72835] Create a central point con taining OpenOffice.org version number

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72835


User mox changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |41719)
Some code changes a
|  |re needed to accommondate 
|  |the move of some mac os x 
|  |desktop stuff to instsetoo
|  |_native






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 04:34:36 -0800 
2006 ---
Created an attachment (id=41719)
Some code changes are needed to accommondate the move of some mac os x desktop 
stuff to instsetoo_native


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

-
To unsubscribe, 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 72944] ViewToolbarReset is not clear to user

2006-12-27 Thread mmp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72944
 Issue #|72944
 Summary|ViewToolbarReset is not clear to user
   Component|framework
 Version|OOo 2.1
Platform|All
 URL|http://specs.openoffice.org/ui_in_general/toolbars/ope
|noffice_org_toolbar_spec.odt
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|cj
 Reported by|mmp





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 04:42:07 -0800 
2006 ---
The menu command ViewToolbarReset is used to reset the contextual behavior for
a toolbar. However, the wording does not provide enough hints to the user what
this command is actually doing.
I suggest to rework the contextual behavior over all, because it is also very
uncommon to distinguish between closing a toolbar with either the close control
or with the menu command.

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

-
To unsubscribe, 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 72835] Create a central point con taining OpenOffice.org version number

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72835





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 04:43:21 -0800 
2006 ---
is: please assign this issue to ericb. As per ericb's decision, we will continue
to use this issue to fix the Mac OS X versioning problems.

ericb/others: The patch I posted fixes the files in desktop and
instsetoo_native, when the Info* and *.applescript files are moved.

In addition to the patch, you will have to do the following things:

1) rm desktop/macosx/source/misc/makefile.mk
2) mkdir -p instsetoo_native/macosx
3) mv desktop/macosx/source/Info* instsetoo_native/macosx/
4) mv desktop/macosx/source/*.applescript instsetoo_native/macosx/
5) apply the patch

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

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


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



[sw-issues] [Issue 72639] Screen corrupt after scrol ling using smooth scrolling

2006-12-27 Thread micawber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72639





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:11:50 -0800 
2006 ---
I suggest you look at issues a
href=http://www.openoffice.org/issues/show_bug.cgi?id=14988;14988/a and a
href=http://www.openoffice.org/issues/show_bug.cgi?id=8364;8364/a

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

-
To unsubscribe, 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 72945] Crash when viewing availab le fonts; fonts look ugly with freetype-2.2.

2006-12-27 Thread vladsharp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72945
 Issue #|72945
 Summary|Crash when viewing available fonts; fonts look ugly wi
|th freetype-2.2.
   Component|framework
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|vladsharp





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:14:28 -0800 
2006 ---
Gentoo 2006.1, xeffects overlay, x86 and ~x86; using freetype-2.2.2_pre20061215
with the new filter_default

I'm on a laptop, default resolution 1400x900 - and have installed all fonts
required. However, this is what OpenOffice apps look like:

http://www.vladsharp.com/images/oo2.1/fonts_1.png
http://www.vladsharp.com/images/oo2.1/fonts_2.png
http://www.vladsharp.com/images/oo2.1/fonts_4.png

In contrast to Firefox:
http://www.vladsharp.com/images/oo2.1/fonts_3.png

Now on to the main problem.

When I try selecting any fonts from the drop-down in Writer, the system crashes.
I don't know much about the crash, except that ssh still works, and I am able to
restart X. Also, applications like portage and amarok stop working - i.e. I'm
not able to send dcop messages to amarok - it's running (ps aux) but it seems
frozen? Keyboard input is also frozen - i.e. I'm not able to Ctrl-Alt-Backspace
or change to a different terminal. I am able to move the mouse - i.e. I can see
the cursor moving but not much else.

I have photographs of the issue, if that's any help (sorry they're a couple of
bytes too large):
http://www.vladsharp.com/images/oo2.1/fonts_c_1.jpg
http://www.vladsharp.com/images/oo2.1/fonts_c_2.jpg

Emerge --info:
Portage 2.1.2_rc4-r1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0,
2.6.19-suspend2-r1 i686)
=
System uname: 2.6.19-suspend2-r1 i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System version 1.12.8
Last Sync: Tue, 26 Dec 2006 11:00:01 +
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python: 2.5-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r6
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium-m -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c
CXXFLAGS=-O2 -march=pentium-m -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig ccache collision_protect distlocks metadata-transfer
sandbox sfperms strict
GENTOO_MIRRORS=ftp://ftp.heanet.ie/pub/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://194.117.143.69
http://ftp.gentoo.or.kr/ ftp://ftp.nyx.hu/gentoo
ftp://gentoo.cites.uiuc.edu/pub/gentoo/;
LINGUAS=en en_GB ru ja de
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage /usr/portage/local/kde4svn
/usr/portage/local/layman/xeffects
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 X a52 aac aalib acl acpi aiglx alsa alsa_cards_ali5451
alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x
alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370
alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801
alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m
alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx
alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm
alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy
alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop
alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file
alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug
alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear
alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi
alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate
alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm

[framework-issues] [Issue 72945] Crash when viewing availab le fonts; fonts look ugly with freetype-2.2.

2006-12-27 Thread vladsharp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72945





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:16:49 -0800 
2006 ---
Oh, and I use the openoffice-bin package - i.e. the package from the openoffice
website.

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

-
To unsubscribe, 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 72946] New Chart: Impress Task Ar eas should be closable

2006-12-27 Thread mmp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72946
 Issue #|72946
 Summary|New Chart: Impress Task Areas should be closable
   Component|Chart
 Version|680m195
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|iha
 Reported by|mmp





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:28:33 -0800 
2006 ---
Activate a chart in Impress
Try to close the task pane (left) or the slides pane (right). The close buttons
seem to be active but the panes do not close.

The old Chart used a special editing mode, ie. the panes were hidden when
activating the chart. If they stay visible as in the current milestone then the
controls should work as expected.

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

-
To unsubscribe, 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 14978] Backup Location file nam e

2006-12-27 Thread vicza
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=14978





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:32:53 -0800 
2006 ---
I agree that backup files should be placed in the same folder with original 
ones. 

1) When needed, it's more convenient to find backups in the current, working
directory, then search for them somewhere in the user profile.

2) As the issue author has already stated, files with the same name are being
overwritten, that is not good.

3) SECURITY REASONS. Let's suppose, I'm working with some doc placed on a
removable drive. Or on an encrypted drive, like Truecrypt. When I'm working with
Microsoft Word, both the original file and the backup copy remain on the
encrypted/removable drive. When I'm working with OOo Writer, the backup copy is
placed on common drive, thus accessible for everyone. I think, it's quite a big
security hole. :(


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

-
To unsubscribe, 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 3959] Outline View (aka MS Word)

2006-12-27 Thread liotier
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=3959





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:36:27 -0800 
2006 ---
Some comment about lack of outline mode in Openoffice Writer :
http://serendipity.ruwenzori.net/index.php/2006/11/05/openoffice-outline-mode

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

-
To unsubscribe, 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 72916] copy text and paste issue with Hebrew

2006-12-27 Thread danost
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72916





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:40:19 -0800 
2006 ---
I've tried to take a snapshot as you requested and send it to you, showing how
the colon moves to the right hand side of the document when copied and pasted. 
However I can't seem to take a snapshot in WinXP, it was no problem in Win98. 
By the way, the build of WinXP I'm using, if that is of any relevance is:  WinXP
with SP2, 5.1.2600
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]



[www-issues] [Issue 71214] File permission wrong on f ile in CVS

2006-12-27 Thread jobin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71214





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:56:09 -0800 
2006 ---
We suspect this file has a cvs watch enabled . Please turn off this feature if
not necessary . Also using the cvs edit command would turn the file into -rw
permission .


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

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


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



[l10n-issues] [Issue 72700] Upgrading libicu* on Solar is fails

2006-12-27 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72700


User ihi changed the following:

What|Old value |New value

 Assigned to|ihi   |er

  Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 05:59:36 -0800 
2006 ---
er, please have a look

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

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


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



[graphics-issues] [Issue 72914] new chart: description for rotation order for 3D charts differs from imp lementation

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





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 06:00:19 -0800 
2006 ---
@ kla: Of course in the preview the rotations are simultaneously, but the
question is, how the transformation matrix is calculated. 

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

-
To unsubscribe, 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 72940] install new dictionary w izard do not add new dictionary to OOo

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


User regina changed the following:

What|Old value |New value

  CC|'egle,fozis'  |'egle,fozis,regina'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 06:12:37 -0800 
2006 ---
Please close quickstarter and close OOo, then restart OOo. Are the dictionaries
still missing?

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

-
To unsubscribe, 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 72921] distribute installation pa ckage as .tar.gz

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


User st changed the following:

What|Old value |New value

  CC|'asrail,jj'   |'asrail,jj,st'





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

-
To unsubscribe, 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 71818] Fix Mac specific OOo versi oning for 2.2

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71818


User mox changed the following:

What|Old value |New value

 Summary|Fix Mac specific OOo versi|Fix Mac specific OOo versi
|oning |oning for 2.2





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

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


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



[framework-issues] [Issue 65209] Opening OOo documents from IE on https: webpages doesn't work

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:29:05 -0800 
2006 ---
@tml:
Please contribute a sample URL!

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

-
To unsubscribe, 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 67331] [metabug] Fixed Mac OS X i ssues

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67331


User mox changed the following:

What|Old value |New value

 Assigned to|ericb |mox





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:39:16 -0800 
2006 ---
taking

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

-
To unsubscribe, 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 67331] [metabug] Fixed Mac OS X i ssues

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67331


User mox changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:40:08 -0800 
2006 ---
.

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

-
To unsubscribe, 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 72835] Create a central point con taining OpenOffice.org version number

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72835


User mox changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |41722)
Fixes versioning pr
|  |oblems with Mac OS X speci
|  |fic files






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:43:27 -0800 
2006 ---
Created an attachment (id=41722)
Fixes versioning problems with Mac OS X specific files


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

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


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



[l10n-issues] [Issue 72948] [pt_BR] Terminology and St yle differences

2006-12-27 Thread coni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72948
 Issue #|72948
 Summary|[pt_BR] Terminology and Style differences 
   Component|l10n
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|rfsalomon
 Reported by|coni





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:37:17 -0800 
2006 ---
attached the list of changes which have been carried out by Sun/G11n in the OOo
Brazilian version - for 2.1 only in the GUI - with the aim of unifying the
Terminology and Style used by Sun and the Community. Please look of what has
been changed so far and let us know what still needs to be done in order to
eliminate the differences.

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

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


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



[l10n-issues] [Issue 72948] [pt_BR] Terminology and St yle differences

2006-12-27 Thread coni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72948


User coni changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41720)
CommonStyle_irregul
|  |arities_table






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:39:36 -0800 
2006 ---
Created an attachment (id=41720)
CommonStyle_irregularities_table


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

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


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



[l10n-issues] [Issue 72948] [pt_BR] Terminology and St yle differences

2006-12-27 Thread coni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72948


User coni changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41721)
Terminology_Differe
|  |ncies_table






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:40:39 -0800 
2006 ---
Created an attachment (id=41721)
Terminology_Differencies_table


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

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


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



[installation-issues] [Issue 72835] Create a central point con taining OpenOffice.org version number

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72835





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 07:50:10 -0800 
2006 ---
The second patch builds on the first patch and makes the versioning of Mac OS X
-specific files completely automatic.

I would have filed that patch to issue 71818, but Ericb used it for quickfixing
OOo 2.2.

I have slightly changed the places of files, so instead of having *.applescript
and Info* in instsetoo_native/macosx/, they should be put to
instsetoo_native/macosx/application/

The reason for this is that I'm working with pkg installer, and that probably
will have similarly named files in instsetoo_native/macosx/installer/

So these are the new steps for the first+second patch:
2) mkdir -p instsetoo_native/macosx/application
3) mv desktop/macosx/source/Info* instsetoo_native/macosx/application/
4) mv desktop/macosx/source/*.applescript instsetoo_native/macosx/application/

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

-
To unsubscribe, 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 65218] Error Saving to USB Thumb Drive

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:10:14 -0800 
2006 ---
I checked with 2.0.2  German version WIN XP: [680m5(Build9011)] and can not
confirm that problem. Only LINUX?

@martin74 
- Still a problem with 2.1?
- What LINUX version do you use?
- What thumb drive do you use?
- Saving on thumb drive works with other editors?

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

-
To unsubscribe, 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 72949] wntmsci10 build break ( ST L warning )

2006-12-27 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72949
 Issue #|72949
 Summary|wntmsci10 build break ( STL warning )
   Component|Drawing
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|cl
 Reported by|ihi





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:14:45 -0800 
2006 ---
STL Warning - Error in sd/source/ui/slideshowimpl.cxx ( wntmsci10 non pro only 
)

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

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


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



[graphics-issues] [Issue 72949] wntmsci10 build break ( ST L warning )

2006-12-27 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72949


User ihi changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41723)
log file attached






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:15:40 -0800 
2006 ---
Created an attachment (id=41723)
log file 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]



[framework-issues] [Issue 69568] Extension Manager: rename package by extension

2006-12-27 Thread mmp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69568


User mmp changed the following:

What|Old value |New value

 URL|  |http://specs.openoffice.or
|  |g/appwide/packagemanager/p
|  |ackage_manager_renaming.od
|  |t





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:17:56 -0800 
2006 ---
adding spec URL

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

-
To unsubscribe, 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 22679] testtool: provide command for sending http call

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22679


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:29:01 -0800 
2006 ---
verified in CWS gh13

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

-
To unsubscribe, 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 44975] typekeys in attached bugsc ript doesn't work

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44975


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:30:46 -0800 
2006 ---
verified in CWS gh13

' with typekeys
sleep(2)
FormWizard.TypeKeys(TAB) 
FormWizard.TypeKeys(TAB) 
FormWizard.TypeKeys(TAB) 
FormWizard.TypeKeys(TAB) 
FormWizard.TypeKeys(TAB) 
FormWizard.TypeKeys(LEFT)
FormWizard.TypeKeys(LEFT)
printlog ColumnarLabelsLeft
FormWizard.TypeKeys(SPACE)
FormWizard.TypeKeys(right)
printlog ColumnarLabelsOnTop
FormWizard.TypeKeys(SPACE)
FormWizard.TypeKeys(right)
printlog AsDataSheet
FormWizard.TypeKeys(space)
FormWizard.TypeKeys(right)
printlog InBlocksLabelsAbove
FormWizard.TypeKeys(SPACE)


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

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


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



[util-issues] [Issue 52436] [RFE] add new methods for testing the EditBrowseBox

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52436


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:33:05 -0800 
2006 ---
verified in CWS gh13

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

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


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



[util-issues] [Issue 54266] resetapplication fails on wizards (windowtype 314)

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54266


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:34:05 -0800 
2006 ---
verified in CWS gh13

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

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


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



[util-issues] [Issue 64313] testtool: open 'context' m enu on floating toolbar window

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64313


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:35:06 -0800 
2006 ---
verified in CWS gh13

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

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


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



[util-issues] [Issue 72795] Make web page wizard more automatable; Part 1: ORoadmap

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72795


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:37:24 -0800 
2006 ---
verified in CWS gh13

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

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


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



[util-issues] [Issue 68654] testtool: method needed to get state of menu entry if expandable

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68654


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:36:25 -0800 
2006 ---
verified in CWS gh13

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

-
To unsubscribe, 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 72950] content.xml without newlin es crash. content.xml with newlines works

2006-12-27 Thread xkjyeah
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72950
 Issue #|72950
 Summary|content.xml without newlines crash. content.xml with n
|ewlines works
   Component|Word processor
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|mru
 Reported by|xkjyeah





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 08:54:58 -0800 
2006 ---
I hate to dump an XML file, but this is a curiosity.

I was meddling with the columns (on Windows) when OpenOffice crashed. Recovering
the document did not help. Opening the old document crashes OpenOffice again.

So I brought it over to Linux. The document still crashed. I tried to do a diff
between a non-crashing and crashing version. But because there were no line
breaks within the document, using VIM, I did this to content.xml:

:0;$s//\r/g

which replaced every '' with '\n'. Magically, after doing that, the document
no longer crashed. Syntatically speaking, the XML file has not changed, so there
must be a bug in OpenOffice parser.

I cannot reproduce the original situation that created the funny XML. However I
have attached the XML file for the developer who can interpret the debug output
from OpenOffice's XML.  Since it is a case of the problem producing valid XML
that the same program cannot interpret, it must be a problem with the parser.

My apologies: the errant document was created under 2.1 windows, crashed 2.1
windows and 2.0.4 ubuntu build. Fixed document tested only under 2.0.4 ubuntu
build, but I believe it's the same 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 72400] Autotest i_updt_2 have to be adjusted to the new show hide slide behavio ur.

2006-12-27 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72400


User fredrikh changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:01:33 -0800 
2006 ---
Verified in m197, and changes committed.

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

-
To unsubscribe, 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 72950] content.xml without newlin es crash. content.xml with newlines works

2006-12-27 Thread xkjyeah
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72950


User xkjyeah changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41724)
testcase (images de
|  |leted). Inside the archive
|  |, content.xml crashes OO, 
|  |content2.xml does not cras
|  |h.






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:09:08 -0800 
2006 ---
Created an attachment (id=41724)
testcase (images deleted). Inside the archive, content.xml crashes OO, 
content2.xml does not crash.


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

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


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



[util-issues] [Issue 63641] testtool: provide a config page for crashreport values

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63641


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:23:44 -0800 
2006 ---
verified in CWS gh13

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

-
To unsubscribe, 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 60427] ux-ctest: Function to inse rt page number is missing

2006-12-27 Thread pesala
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60427





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:31:01 -0800 
2006 ---
The necessity of inserting a footer in order to insert page numbers etc. is not
always seen.

One does not need to insert a footer in order to insert page numbers — one can 
also insert a header, or even insert them directly on the page for a single 
page 
document, which is why the existing method is right. 

The only thing needed is to make it easier to do. I suggest that the best way 
to 
do this is to modify the default template to include a footer with a centred 
page 
number, and a blank header. If show text bounderies is on by default (I 
believe it is), then new users won't find it hard to figure out where page 
numbers have to go, and they can just click inside the header or footer area.

An insert page number dialogue is also another way to solve the problem. 
However, 
what should happen if headers or footers already exist? Clearly they should not 
be replaced. 

If that route is followed, insert fields, page number should not call the 
insert 
page number dialogue, but should just insert the page number code where the 
cursor is, as it does now. There should be a separate menu item for Insert 
Page 
Number.

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

-
To unsubscribe, 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 60427] ux-ctest: Function to inse rt page number is missing

2006-12-27 Thread pesala
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60427





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:31:45 -0800 
2006 ---
The necessity of inserting a footer in order to insert page numbers etc. is not
always seen.

One does not need to insert a footer in order to insert page numbers — one can 
also insert a header, or even insert them directly on the page for a single 
page 
document, which is why the existing method is right. 

The only thing needed is to make it easier to do. I suggest that the best way 
to 
do this is to modify the default template to include a footer with a centred 
page 
number, and a blank header. If show text bounderies is on by default (I 
believe it is), then new users won't find it hard to figure out where page 
numbers have to go, and they can just click inside the header or footer area.

An insert page number dialogue is also another way to solve the problem. 
However, 
what should happen if headers or footers already exist? Clearly they should not 
be replaced. 

If that route is followed, insert fields, page number should not call the 
insert 
page number dialogue, but should just insert the page number code where the 
cursor is, as it does now. There should be a separate menu item for Insert 
Page 
Number.

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

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


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



[l10n-issues] [Issue 72948] [pt_BR] Terminology and St yle differences

2006-12-27 Thread hwoarang
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72948


User hwoarang changed the following:

What|Old value |New value

  CC|'filhocf' |'filhocf,hwoarang'

 Summary|[pt_BR] Terminology and St|[pt_BR] Terminology and St
|yle differences   |yle differences





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

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


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



[util-issues] [Issue 69238] testtool: Remove/modify th e UI for selecting the hid.lst directory and u se default location instead

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69238


User tbo changed the following:

What|Old value |New value

 Assigned to|tbo   |gh





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:40:06 -0800 
2006 ---
The initial state of the checkbox is currently unchecked;
It should be checked if the TestTool is started for the first time.


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

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


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



[util-issues] [Issue 68804] testtool: section [Communi cation] is not written always to config file

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68804


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:45:34 -0800 
2006 ---
verified in CWS gh13

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

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


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



[util-issues] [Issue 63642] testtool: provide a config page for OOo under test

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63642


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:50:34 -0800 
2006 ---
verified in CWS gh13

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

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


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



[util-issues] [Issue 69238] testtool: Remove/modify th e UI for selecting the hid.lst directory and u se default location instead

2006-12-27 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69238


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 09:56:16 -0800 
2006 ---
.

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

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


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



[l10n-issues] [Issue 72948] [pt_BR] Terminology and St yle differences

2006-12-27 Thread asrail
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72948


User asrail changed the following:

What|Old value |New value

  CC|'filhocf,hwoarang'|'asrail,filhocf,hwoarang'





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

-
To unsubscribe, 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 63630] Use Installable Package (. pkg) for OpenOffice.org X11 Mac

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63630


User mox changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |41725)
WIP - a checkpoint 
|  |for installer work. Pre-re
|  |quires issue 72835






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 10:29:19 -0800 
2006 ---
Created an attachment (id=41725)
WIP - a checkpoint for installer work. Pre-requires issue 72835


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

-
To unsubscribe, 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 63630] Use Installable Package (. pkg) for OpenOffice.org X11 Mac

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63630


User mox changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |72835

 Assigned to|obrmac|mox





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 10:39:36 -0800 
2006 ---
The patch above builds on the work in 72835, which moves and uses all
version-dependent files in instsetoo_native.

The patch uses pkg-installer uses Apple's native methods to build the package.
The installer files are correctly versioned and delivered to
instsetoo_native/unxmac*, but the actual installer script (create_pkg.sh) is not
launched yet.

The PostInstall.scpt is moved from inside the application to the installer. As
it should have always been.

The missing pieces are:
1) integration with instsetoo_native/util/makefile.mk
2) Additional X11 check in the beginning of installer, to prevent installing if
X11 is not present.

please have a look.

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

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


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



[porting-issues] [Issue 63630] Use Installable Package (. pkg) for OpenOffice.org X11 Mac

2006-12-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63630


User mox changed the following:

What|Old value |New value

  CC|'obrmac,pjanik'   |'ericb,obrmac,pjanik'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

Target milestone|---   |OOo 2.3

 Version|OOo 2.0.2 |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 10:40:47 -0800 
2006 ---
.

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

-
To unsubscribe, 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 72420] Several errors with Custom Animation with more images on one slide / Spe ed slide bitmap very fast -- 0,25 ? in Effect options / Delay 4,0 sec -- 0,0 sec? / etc.

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72420





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 10:43:51 -0800 
2006 ---
Each screenshot in the .pdf has a shorter description of the problem 
on each number I give it.

What I will do on your request: I will make for each error a separate 
issue with a shorter description as already in the attachment of the 
screenshots.  

Regards, 

Peter

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

-
To unsubscribe, 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 72951] Effect dissolve in: under Custom animation Speed = very fast, in Effect Options Speed = 0,25 ???

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72951
 Issue #|72951
 Summary|Effect dissolve in: under Custom animation Speed = ver
|y fast, in Effect Options Speed = 0,25 ???
   Component|Presentation
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|wg
 Reported by|aapeter





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:11:16 -0800 
2006 ---
L.S, 

Effect dissolve in: under Custom animation Speed = very fast, 
in Effect Options Speed = 0,25 ???

When I look at Custom Animation, after making the presentation:
On a slide Effect Dissolve in, Start after previous, Speed = very fast 
and when I look at Effect Options : Speed in Effect Options = 0,25 ???

When converting .odp to .ppt format:
2a) When viewing in the .ppt viewer: slides with images will not be shown.

When opening the .ppt in Open Office Impress
2b) bug the same mentioned under 1)

I will a screenshot as attachment.

This is issue 72420 1) in a smaller part as you requested.

Regards, 

Peter

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

-
To unsubscribe, 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 72951] Effect dissolve in: under Custom animation Speed = very fast, in Effect Options Speed = 0,25 ???

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72951


User aapeter changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41726)
Screenshot error 1:
|  | Effect dissolve in Impres
|  |s 2 0 3 dec 06






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:14:29 -0800 
2006 ---
Created an attachment (id=41726)
Screenshot error 1: Effect dissolve in Impress 2 0 3 dec 06


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

-
To unsubscribe, 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 72840] allow to build without gnu cp on mac

2006-12-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72840


User ericb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:17:11 -0800 
2006 ---
VIssue verified 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]



[porting-issues] [Issue 72649] nas compile failure: xmkmf not found

2006-12-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72649


User ericb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:17:43 -0800 
2006 ---
Issue verified 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]



[l10n-issues] [Issue 72905] Patch for Unicode bug in N SIS

2006-12-27 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72905


User ihi changed the following:

What|Old value |New value

  CC|'timar'   |'is,timar'





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 10:45:44 -0800 
2006 ---
ingo, please have a look. As I remember right the ulfconv tool is not used for
the GUI installer strings. I found only a reference to the licensefiles ... but
I am not a installer expert.

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

-
To unsubscribe, 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 72952] Effect float: speed value is changed to fast by ??? = was medium !!!, Sp eed in Effect Options = 0,8 ???

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72952
 Issue #|72952
 Summary|Effect float: speed value is changed to fast by ??? = 
|was medium !!!, Speed in Effect Options = 0,8 ???
   Component|Presentation
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|wg
 Reported by|aapeter





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:29:21 -0800 
2006 ---
L.S., 

Effect float: speed value is changed to fast by ??? = was medium !!!, Speed in 
Value of Speed in Effect Options = 0,8 ???

Found in Open Office Impress version 2.0.3. also in version 2.0.4

In Custom animation you see: Effect float, as bitmap 1 of more bitmaps on the 
slide, start, after previous, speed fast (was medium !!!)

Speed in effect options = 0,8 ???

So you define Effect float as medium speed.
When converting from .odp to .ppt and then open this in Impress 2.0.3 
1) Speed -- changes from medium to fast ???
2) On effect options you see 0,8 (!!!)

Regards, 

Peter

---

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

-
To unsubscribe, 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 72952] Effect float: speed value is changed to fast by ??? = was medium !!!, Sp eed in Effect Options = 0,8 ???

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72952





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:30:29 -0800 
2006 ---
I will a screenshot as attachment.

This is issue 72420 2) in a smaller part as you requested.

Regards, 

Peter


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

-
To unsubscribe, 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 72952] Effect float: speed value is changed to fast by ??? = was medium !!!, Sp eed in Effect Options = 0,8 ???

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72952


User aapeter changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41727)
Effect float: speed
|  | error 2 Impress 2.0.3 dec
|  | 06






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:33:00 -0800 
2006 ---
Created an attachment (id=41727)
Effect float: speed error 2 Impress 2.0.3 dec 06


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

-
To unsubscribe, 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 72936] Filter selection is too ju mbled to be usable

2006-12-27 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72936


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:36:59 -0800 
2006 ---
athleston,
please provide the file you are trying to open. I can't reproduce described 
behavior otherwise.

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

-
To unsubscribe, 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 72953] Effect Pinwheel: delay was 4,0 sec, delay = 0,0 sec after converting fro m odp. to .ppt

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72953
 Issue #|72953
 Summary|Effect Pinwheel: delay was 4,0 sec, delay = 0,0 sec af
|ter converting from odp. to .ppt
   Component|Presentation
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|wg
 Reported by|aapeter





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:43:06 -0800 
2006 ---
L.S., 

Effect Pinwheel: as bitmap 1 of more bitmaps on the slide, delay was 4,0 sec, 
delay = 0,0 sec after converting from odp. to .ppt


Found in Open Office Impress version 2.0.3. also in version 2.0.4

In Custom animation you see: as bitmap 1 of more bitmaps on the slide, 
start, after previous, speed medium) Delay 4,0 sec

When converting from .odp to .ppt 
- Delay -- changes from 4,0 sec tot 0,0 sec ???


4) When converting from .odp to .ppt 
- Delay -- changes from 4,0 sec tot 0,0 sec ???
This is with each Custom animation for all effects you convert (!)

I will add a screenshot as attachment.

This is issue 72420 3) and 4) in a smaller part as you requested.

Regards, 

Peter

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

-
To unsubscribe, 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 72953] Effect Pinwheel: delay was 4,0 sec, delay = 0,0 sec after converting fro m odp. to .ppt

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72953


User aapeter changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41728)
Effect Pinwheel: de
|  |lay was 4,0 sec, after con
|  |version to .ppt delay = 0,
|  |0 sec Impress 2 0 3 dec 06
|  | error 3






--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:45:52 -0800 
2006 ---
Created an attachment (id=41728)
Effect Pinwheel: delay was 4,0 sec, after conversion to .ppt delay = 0,0 sec 
Impress 2 0 3 dec 06 error 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 72954] 2 bitmaps or more on a sli de: Effect = crawl out, he starts with/after a different one then you expected

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72954
 Issue #|72954
 Summary|2 bitmaps or more on a slide: Effect = crawl out, he s
|tarts with/after a different one then you expected
   Component|Presentation
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|wg
 Reported by|aapeter





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:51:46 -0800 
2006 ---
L.S., 

5) Found in Open Office Impress version 2.0.3. 

When you making a presentation:
When you have 2 bitmaps or more on a slide you can have some strange effects = 
he is doing other things that you expected he is going to do = 
when you want to the second bitmap later going up then the first.

I can’t put my finger on this at this moment:

Effect = crawl out, Perhaps direction = Vertical, from bottom, or start with / 
start after 
works not well. Or perhaps if the numbering of the bitmap is 1, 1, 2, 2, or 
different
= other sequencing

Some examples:
Bitmap 1 Effect = Expand, start after previous, Speed very fast
Bitmap 2 Effect = Expand, start with previous, Speed fast
Bitmap 1 Effect crawl out, start after previous, Direction from top, Speed 
very slow
Bitmap 2 Effect crawl out, start with previous, Direction from top, Speed very 
slow

or 

Bitmap 1 Effect = Fly in Show, start after previous, Direction from bottom, 
Speed very slow
Bitmap 2 Effect = Fly in Show, start with previous, Direction from bottom, 
Speed very slow
Bitmap 1 Effect Spin out, start after previous, Speed very fast
Bitmap 2 Effect Spin out, start after previous, Speed very fast

So the Custom animation start with previous or start after previous he starts 
with/after a different one then you expected.

This is issue 72420 5) in a smaller part as you requested.

Regards, 

Peter

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

-
To unsubscribe, 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 72955] XChartDataChangeEvent does not return StartRow,StarColumn,EndRow,EndColu mn

2006-12-27 Thread rawlik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72955
 Issue #|72955
 Summary|XChartDataChangeEvent does not return StartRow,StarCol
|umn,EndRow,EndColumn 
   Component|Spreadsheet
 Version|680
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|spreadsheet
 Reported by|rawlik





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 11:57:25 -0800 
2006 ---
I wrote some code:

code
global listener,listen_range as object


sub workbook_ChartDataChanged(Optional oEvent)
if Not IsMissing(oEvent) then
msgBox Change region   oEvent.StartRow   x   
oEvent.StartColumn   - 
 oEvent.EndRow   x   oEvent.EndColumn
end if
end sub

sub register_eventsHandler()
listener =
CreateUnoListener(workbook_,com.sun.star.chart.XChartDataChangeEventListener)
listen_range = thisComponent.CurrentSelection
listen_range.addChartDataChangeEventListener(listener)
End Sub


sub unregister_eventsHandler()
if (not isNull(listener)) and (not isNull(listen_range)) then 
'Я знаю это не достаточная проверка но для примера хватит и так ... 

listen_range.removeChartDataChangeEventListener(listener)
end if
End Sub
/code

This code must report the range/position of changed cells but it always return
only 0x0 - Ox0.

I found in the source code position there is called this method
'./sc/source/core/tools/chartlis.cxx' and found at line 170:
-
   chart::ChartDataChangeEvent aEvent( pUnoData-GetSource(),
 chart::ChartDataChangeType_ALL,
 0, 0, 0, 0 );

pUnoData-GetListener()-chartDataChanged( aEvent );
--
 I understand that the last 4 zeroes must be chaged by data, but for me it's too
involved to find the source of :'StartRow,StarColumn,EndRow,EndColumn'.

P.S.
Excuse me for my english ;-)

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

-
To unsubscribe, 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 72420] Several errors with Custom Animation with more images on one slide / Spe ed slide bitmap very fast -- 0,25 ? in Effect options / Delay 4,0 sec -- 0,0 sec? / etc.

2006-12-27 Thread aapeter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72420





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 12:18:26 -0800 
2006 ---
L.S., 

On your request I add:
- an attachment in .odp format
- an attachment after converting from .odp to Powerpoint .ppt format
as you see: there is not much left of the original presentation 
as you open this in the powerpoint viewer.

When you open the .ppt presentation in Impress 2.0.3. or 2.0.4. and you press 
slide show: you see something, but not much. And nothing is correct.

Regards, 

Peter

 

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

-
To unsubscribe, 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 72956] Character style in TOC or index structure not remembered

2006-12-27 Thread ftack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72956
 Issue #|72956
 Summary|Character style in TOC or index structure not remember
|ed
   Component|Word processor
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|ftack





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 12:21:06 -0800 
2006 ---
Steps to reproduce the issue
* Open a new doc and type a line formatted with Heading 1 style
* Insert - Indexes and tables - indexes and tables
* On the entries tab, click the [E] item in the structure, set Character style
to Strong Emphasis
* Click OK to close the dialog. The TOC Entry should be bold face according to
the Strong Emphasis style.
* Save the document and close it
* Reopen the document. Right-click the TOC and select Update Index/Table: the
bold formatting of the TOC Entry disappeared.
* Right-click TOC and select Edit: on the Entries tab, the character
formatting for the [E] item indeed reverted to none.

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

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


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



[l10n-issues] [Issue 61951] Language Packs not listed on the website

2006-12-27 Thread kb0000
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61951





--- Additional comments from [EMAIL PROTECTED] Wed Dec 27 12:47:22 -0800 
2006 ---
It's extreamly hard to find a language packs.
We are using 7 different languages at the office and i am trying to set up a
local mirror that rsync's stable versions and language packs.

i would very much like to fetch language packs (~20mb) instead of complete
installers (~100mb). But there is no single directory that contains all the
language packs.
Even if i try to get the localized installers i cannot get all of them from one
place (ftp.somemirror.xyz/pub/mirror/openoffice.org/localized/) since some
languages seems not to be uploaded there (eg: sv).

This is clearly a place OO could improve, it should not be as hard as with MS
office to install new languages.


What i would like to see:
1. All localized installers should be on the FTP-mirrors.
2. All language packs should be on the FTP-mirrors.


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

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