[dba-issues] [Issue 94467] Unable to open some DBF fi les

2008-12-25 Thread bormant
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94467


User bormant changed the following:

What|Old value |New value

  CC|'mechtilde'   |'bormant,mechtilde'





--- Additional comments from borm...@openoffice.org Thu Dec 25 08:24:20 
+ 2008 ---
This is prevoyance.dbf interpretation.

Header:
[code]
  30 01 07 05 06 00 00 00  28 02 3b 00 00 00 00 00  |0...(.;.| 
  ~1 ~~~2 ~~3  4 5
0010  00 00 00 00 00 00 00 00  00 00 00 00 03 03 00 00  ||
   ~6 ~7
[/code]
1 - sugnature, 0x30 - Visual FoxPro
2 - last modification YYMMDD - 01/07/05
3 - number of records, LSB_32 - 6
4 - header size/first record offset, LSB_16 - 0x0228
5 - record size, LSB_16 - 0x3b=59
6 - flags, 0011b - 0x1 structure .cdx, 0x2 - has memo .fpt
7 - codepage mark 0x3 - 1252 -- Windows, U.S.A  West European (FP, VFP 
specific)
see also: http://www.openoffice.org/issues/show_bug.cgi?id=18728

Field descriptors:
[code]
0020  50 4b 5f 50 52 45 56 4f  59 41 00 49 01 00 00 00  |PK_PREVOYA.I|
  1 ~2 ~~3
0030  04 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
  ~4 ~5 ~7
[/code]
1 - field name - PK_PREVOYA
2 - field type - 'I' signed integer LSB_32
3 - data offset in record, LSB_32 - 0x1
4 - field size - 0x4 (fixed for 'I')
5 - precision - 0x0 (fixed for 'I')
6 - flags, 0110b - 0x2 can be Null, 0x4 has binary data
[code]
0040  46 4b 5f 43 4c 49 45 4e  54 53 00 49 05 00 00 00  |FK_CLIENTS.I|
0050  04 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
0060  46 4b 5f 45 4e 56 45 4c  4f 50 00 49 09 00 00 00  |FK_ENVELOP.I|
0070  04 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
0080  44 41 54 45 53 4f 55 53  43 00 00 54 0d 00 00 00  |DATESOUSC..T|
0090  08 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
00a0  4e 55 4d 50 4f 4c 49 43  45 00 00 43 15 00 00 00  |NUMPOLICE..C|
00b0  19 00 02 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
00c0  43 4f 4d 4d 45 4e 54 53  00 00 00 4d 2e 00 00 00  |COMMENTS...M|
00d0  04 00 02 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
00e0  4d 4f 4e 54 41 4e 54 00  00 00 00 42 32 00 00 00  |MONTANTB2...|
00f0  08 0e 06 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
[/code]
FK_CLIENTS, I, 0x5, 4, 0, null,bin
FK_ENVELOP, I, 0x9, 4, 0, null,bin
DATESOUSC, T, 0xd, 8, 0, null,bin
NUMPOLICE, C, 0x15, 0x19=25, 0, null
COMMENTS, M, 0x2e, 4, 0, null (4 ASCII digits - block number in fpt)
MONTANT, B, 0x32, 8, 0xe=14, null,bin (8 bytes in IEEE representation) (VFP 
specific)
[code]
0100  5f 4e 75 6c 6c 46 6c 61  67 73 00 30 3a 00 00 00  |_NullFlags.0:...|
0110  01 00 05 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
[/code]
_NullFlags, pseudotype '0', offset 0x3a, flags 0x1 - system column
bitmap for fields to test 'IS NULL' condition (VFP specific)
http://www.foxcentral.net/microsoft/WhatsNewInVFP9_Chapter09.htm
http://www.dfpug.de/buecher/fundamentals/Hack6/S1C2.HTM

[code]
0120  0d
[/code]
end of field descriptors marker
[code]
0121  70 67 64 61 74 61 73  2e 64 62 63 00 00 00 00 |.pgdatas.dbc|
0130  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
0220  00 00 00 00 00 00 00 00  
[/code]
hole between field descriptors, VFP backlink info, has database (.dbc) file 
name

First record:
[code]
0228  2a 01 00 00 00 3c 01 00  00 9b 00 00 00 5e 6a 25
  ~1 ~~2 ~~~3 ~~4 
0238  00 00 00 00 00 61 32 33  20 20 20 20 20 20 20 20  
  ~5 ~
0248  20 20 20 20 20 20 20 20  20 20 20 20 20 20 00 00
  ~6 ~
0258  00 00 00 00 00 00 00 00  00 00 00
  7 ~~~8 ~9
[/code]
1 - delete flag, 2a='*' - deleted
2 - PK_PREVOYA, 0x0001=1
3 - FK_CLIENTS, 0x013с=316
4 - FK_ENVELOP, 0x009b=155
5 - DATESOUSC, has binary representation of date instead MMDD (bin flag was 
on!)
6 - NUMPOLICE, a23  
7 - COMMENTS, zeroes
8 - MONTANT, 0
9 - _NullFlags, 0 - no NULL fields in record

Second record:
[code]
0263  20 03 00 00 00  3c 01 00 00 9b 00 00 00
  ~1 ~~2  ~~3 ~~4
0270  c7 69 25 00 00 00 00 00  66 64 66 64 66 64 20 20
  ~~5  ~~~
0280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20
  

[dba-issues] [Issue 94467] Unable to open some DBF fi les (created by FoxPro)

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


User kpalagin changed the following:

What|Old value |New value

  CC|'bormant,mechtilde'   |'bormant,kpalagin,mechtild
|  |e,oj'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Unable to open some DBF fi|Unable to open some DBF fi
|les   |les (created by FoxPro)





--- Additional comments from kpala...@openoffice.org Thu Dec 25 08:50:44 
+ 2008 ---
Confirming - valid dbf (supposedly generated by FoxPro) opens mostly as junk 
in Calc. Excel 2003 can't open it at all.

Bormant,
thanks a lot!

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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97577] Edit address list associat ing with CSV file has been deleted, crashes Wr iter

2008-12-25 Thread amy2008
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97577
 Issue #|97577
 Summary|Edit address list associating with CSV file has been d
|eleted, crashes Writer
   Component|Word processor
 Version|DEV300m37
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|writerneedsconfirm
 Reported by|amy2008





--- Additional comments from amy2...@openoffice.org Thu Dec 25 09:01:20 
+ 2008 ---
Can reproduce it with DEV300m37 on WinXP and Fedora

How to reproduce it
1 Open a new Writer document
2 Tools - Mail Merge Wizard, 'Mail Merge Wizard' dialog appears
3 On 'Mail Merge Wizard' dialog, select the third steps 'Insert address block'
  hit 'Select Address List' button, 'Select Address List' dialog opens
4 On 'Select Address List' dialog, 'Create' button - 'New Address List' dialog 
  - OK - Save as 1.CSV
5 Click 'OK' to leave 'New Address List' dialog, then click 'Cancel' to leave
  'Mail Merge Wizard' dialog 
6 Delete 1.CSV creating at step 4
7 Repeat step 2 and step 3, select address list '1' - Edit. Pay attention to
  'New Address List' dialog
8 On 'New Address List' dialog, click 'New' button

Result
After step 7, there is no address information on 'New Address List' dialog, but 
'' and '|' button are active;
After step 8, OOo crashes

Expectation
OOo works well.

Note
If address file has been deleted, 'Edit' button should be inactive at step7, in 
this way, maybe OOo won't crash

Regards
Li Meiying

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97577] Edit address list associat ing with CSV file has been deleted, crashes Wr iter

2008-12-25 Thread amy2008
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97577


User amy2008 changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |84292
  is|  |





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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 84292] Meta issue to track issues from Redflag 2000 QA

2008-12-25 Thread amy2008
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84292


User amy2008 changed the following:

What|Old value |New value

 IssuesThisDependsOn|83887,84412,84425,84440,84|83887,84412,84425,84440,84
|441,8,84526,84531,8455|441,8,84526,84531,8455
|8,84559,84632,84633,84634,|8,84559,84632,84633,84634,
|84678,84681,84683,84733,84|84678,84681,84683,84733,84
|736,84739,84740,84867,8487|736,84739,84740,84867,8487
|1,84872,84895,84975,84977,|1,84872,84895,84975,84977,
|84978,85260,85784,86087,86|84978,85260,85784,86087,86
|337,86339,86436,86559,8661|337,86339,86436,86559,8661
|8,86622,86668,86700,86763,|8,86622,86668,86700,86763,
|86861,86897,86898,868 |86861,86897,86898,868





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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 97531] Closing OOo will close mul tiple documents

2008-12-25 Thread tobiaskrais
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97531





--- Additional comments from tobiaskr...@openoffice.org Thu Dec 25 09:33:50 
+ 2008 ---
tobiaskrais - as: Here my answers to your questions:

a) as I wrote to Rainer, I use the following API calls to open a document:
http://codesnippets.services.openoffice.org/Office/Office.OpenDocumentFromURL.snip
(I created the snippet, its exactly my code).

c) For closing I use the UI.

You further explanations are very interesting. I still think it's an issue,
although not a serious one, may be only a very rare use case. One question: may
a OpenOffice.org frame close other frames with documents? I think no. In any 
case.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97578] Error in tendancy curve

2008-12-25 Thread natim
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97578
 Issue #|97578
 Summary|Error in tendancy curve
   Component|Spreadsheet
 Version|OOo 3.0
Platform|All
 URL|http://user.services.openoffice.org/fr/forum/viewtopic
|.php?f=4t=13928
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|natim





--- Additional comments from na...@openoffice.org Thu Dec 25 09:48:30 + 
2008 ---
Hi,

In the Diagram manager when you ask for a linear tendancy curve for some point,
I get the wrong equation.

But if you use the correct function, You get it right.
In the URL, I explained it in French with a file as example.

I am sorry but my english skills are not enought developped to explain it as I 
wish.

The solution is to use the same algorithm for the diagram framework than for the
spreadsheet solution.

The bug is reproductible with every linear tendancy curve equation.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97578] Error in tendancy curve

2008-12-25 Thread natim
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97578





--- Additional comments from na...@openoffice.org Thu Dec 25 09:49:15 + 
2008 ---
Created an attachment (id=59011)
Here you get an example of the bug.


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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 94467] Unable to open some DBF fi les (created by FoxPro)

2008-12-25 Thread bormant
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94467





--- Additional comments from borm...@openoffice.org Thu Dec 25 10:39:27 
+ 2008 ---
Some VFP specs:

Table File Structure
http://msdn.microsoft.com/en-us/library/st4a0s68(VS.71).aspx
errata: in Field Subrecords Structure table 
9 – 32 | Reserved should be 9 – 31 | Reserved

Data and field types
http://msdn.microsoft.com/en-us/library/ww305zh2(VS.71).aspx

Code Pages Supported by Visual FoxPro
http://msdn.microsoft.com/en-us/library/8t45x02s(VS.71).aspx



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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 94467] Unable to open some DBF fi les (created by FoxPro)

2008-12-25 Thread bormant
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94467





--- Additional comments from borm...@openoffice.org Thu Dec 25 11:43:39 
+ 2008 ---
Another good specs:
http://www.clicketyclick.dk/databases/xbase/format/


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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 97579] Please make case-insensiti ve read of locale

2008-12-25 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97579
 Issue #|97579
 Summary|Please make case-insensitive read of locale
   Component|l10n
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|Unix, X11
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|kpalagin





--- Additional comments from kpala...@openoffice.org Thu Dec 25 11:44:33 
+ 2008 ---
OO would not correctly show non-latin characters if locale is uppercased, that 
is /usr/lib/X11/locale/ru_RU.utf-8 is not interpreted. Changing that to .UTF-8 
makes OO behave 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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 97580] Can not use wizard to crea te form/report in Base

2008-12-25 Thread pjminpit
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97580
 Issue #|97580
 Summary|Can not use wizard to create form/report in Base
   Component|Database access
 Version|OOO300m9
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|pjminpit





--- Additional comments from pjmin...@openoffice.org Thu Dec 25 13:49:43 
+ 2008 ---
I am unable to use the Base wizard function to create either a report or a 
form.  It will take me through the process and up to the point where the 
report/form is displayed in the background and the name/create options are 
available but using the create button has no effect.  I have tried this with 
both a linked Access database and an OpenOffice one and with simple reports and 
with reports with subreports.

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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 39527] Saving Ms-Office documents with password protection

2008-12-25 Thread canis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39527





--- Additional comments from ca...@openoffice.org Thu Dec 25 14:47:30 + 
2008 ---
No one new response for nearly one year :(
Dear developers, what about next release?
Can we expect you did't forget this issue at all?

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95350] Text 5x9 of InsertTable Controller has wrong text direction in RTL UI

2008-12-25 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95350





--- Additional comments from o...@openoffice.org Thu Dec 25 15:57:52 + 
2008 ---
-ayaniger: The cws has been finished in svn. 
(see http://wiki.services.openoffice.org/wiki/OOo_and_Subversion )

svn diff
http://svn.services.openoffice.org/ooo/tags/DEV300_m37/svx/source/tbxctrls/layctrl.cxx
http://svn.services.openoffice.org/ooo/cws/os121/svx/source/tbxctrls/layctrl.cxx
Index: layctrl.cxx
===
--- layctrl.cxx (.../tags/DEV300_m37/svx/source/tbxctrls/layctrl.cxx)   (revisio
n 265801)
+++ layctrl.cxx (.../cws/os121/svx/source/tbxctrls/layctrl.cxx) (revision 265801
)
@@ -413,16 +413,15 @@
aText = Button::GetStandardText( BUTTON_CANCEL );
Size aTextSize( GetTextWidth( aText ), GetTextHeight() );

-//#i72805# prevent damaged table dimension text
-sal_Bool bWasRTL = IsRTLEnabled();
-EnableRTL( sal_False );
+Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSi
ze.Height() );
+DrawRect( aClearRect );
+
+// #i95350# force RTL output
+if( IsRTLEnabled()   nCol  nLine )
+aText.Insert(0x202D, 0);
 DrawText( Point( (aSize.Width() - aTextSize.Width()) / 2, aSize.Height() -
nTextHeight + 2 ), aText );
-EnableRTL( bWasRTL );

-DrawRect( Rectangle( 0, aSize.Height()-nTextHeight+2, (aSize.Width()-aTextS
ize.Width())/2-1, aSize.Height() ) );
-   DrawRect( Rectangle( (aSize.Width()-aTextSize.Width())/2+aTextSize.Width
(), aSize.Height()-nTextHeight+2, aSize.Width(), aSize.Height() ) );
-
-   SetLineColor( aLineColor );
+SetLineColor( aLineColor );
SetFillColor();
DrawRect( Rectangle( Point(0,0), aSize ) );
 }


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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97581] Save Autorecovery Informat ion is GARBAGE

2008-12-25 Thread luisdlc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97581
 Issue #|97581
 Summary|Save Autorecovery Information is GARBAGE
   Component|Word processor
 Version|OOO300m9
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|configuration
 Assigned to|writerneedsconfirm
 Reported by|luisdlc





--- Additional comments from luis...@openoffice.org Thu Dec 25 16:46:06 
+ 2008 ---
It simply DOES NOT WORK. I have it set to save every 15 minutes. I was working 
for 2 hours. PC crashed due to stanby function and when I tried to recover it 
returned the document as it was BEFORE I started to work today.

Lets point out something very BASIC:

AUTO SAVE is one thing, and AUTORECOVERY is another and is garbage.

The MOST basic and SIMPLE feature: an AUTOSAVE, is simply non existent in this 
software. All that is needed, desperately needed, is a NORMAL autosave. That 
works JUST as if you where clicking the damn 3.5 diskette icon every N minutes.

AND NO, THE AUTORECOVERY IS NOT COVERING that need. It is not the first time it 
fails for me, actually it has NEVER worked; and when you try to recover the 
file you just lost wathever you were working on.

HOW HARD can it be to just ADD an AUTOSAVE function? If the autorecovery is to 
remain in the software, for the love of god, add a parallel, independent, 
redundant WHATEVER, but add a proper autosave funcion.

REALLY how hard can it be, to set an option for every n minutes the program to 
SAVE, no, not to autorecovery save, or save recovery info shit or any of the 
sort, JUST SAVE, normally and PRIMITIVELY SAVE the document?!

Even in the prehistoric times when WORDPERFECT ruled the keyboards, there was a 
SIMPLE but RELIABLE auto save function. that thit just that SAVE THE DAMN 
DOCUMENT every N minutes. But lightyears from there, now, in the bright future 
of open sourrce, what do we have? autorecovery info shit that does not work at 
all.

You want to develope some sort of recovery technology, hey that's ok, but why 
to deprive the users from a SIMPLE autosave?!

Hey the save back up copy option is there right? I don't know who finds that 
usefull but COOL is an option, there, available. WHERE IS MY F*CKING AUTO SAVE?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97581] Save Autorecovery Informat ion is GARBAGE

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


User rainerbielefeld changed the following:

What|Old value |New value

   Component|Word processor|framework

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

Priority|P1|P2

  QA contact|iss...@sw |iss...@framework

  Resolution|  |DUPLICATE

Subcomponent|configuration |code





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
16:56:44 + 2008 ---
Known issue

@luisdlc:
May be you should try to understand some better for what we have this issue
tracker? 

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

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 97581] Save Autorecovery Informat ion is GARBAGE

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


User rainerbielefeld changed the following:

What|Old value |New value

   Component|Word processor|framework

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

Priority|P1|P2

  QA contact|iss...@sw |iss...@framework

  Resolution|  |DUPLICATE

Subcomponent|configuration |code





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
16:56:44 + 2008 ---
Known issue

@luisdlc:
May be you should try to understand some better for what we have this issue
tracker? 

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

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 92968] Dataloss: Document AutoRec overy loads previous version of file instead o f backup file

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





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
16:56:37 + 2008 ---
*** Issue 97581 has been marked as a duplicate of this issue. ***

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 97581] Save Autorecovery Informat ion is GARBAGE

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
16:57:04 + 2008 ---
.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97282] Loss of data when spreadsh eet is saved and reopened

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





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
17:10:28 + 2008 ---
Not reproducible with MeterLog.xls.

@nickradley:
Is use of Ctrl+s important or does the problem also appear if you use the
save button (Ctrl+s does not work on m PC)?


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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 97187] Links to internal pages wi ll be broken after exporting to PDF

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


User rainerbielefeld changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
17:12:59 + 2008 ---
Closing issue due to reporter's inactivity as WFM.

Please feel free to reopen this issue if you find out that the problem still
exists in the latest release of OOo and if you can provide requested additional
information.

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 96698] (F2) input will sometimes hide other cells

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





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
17:16:53 + 2008 ---
Enhancement request?! What exactly was 1.1.5 behaviour?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 96589] Graphs have no y-values wh en report opened

2008-12-25 Thread leggewie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96589





--- Additional comments from legge...@openoffice.org Thu Dec 25 17:18:37 
+ 2008 ---
OOo almost always crashes (I think it is actually the JRE that crashes) after
closing the report.  Sorry.

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

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 94368] Fields/References should d isplay table captions, not just the table numb er

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


User rainerbielefeld changed the following:

What|Old value |New value

  OS/Version|Linux |All





--- Additional comments from rainerbielef...@openoffice.org Thu Dec 25 
17:36:18 + 2008 ---
I disagree. If you want to see more specific information in the navigator, you
can add a name for the table (or for any other object like images ...). Without
well considered arguments for a different behaviour for WRITER tables this
request should be closed.

But of course, we might think about an option (for all OOo modules) like Show
caption text instead of object name in Navigator. 

@skelem:
Is my suggestion for a different request something matching with your needs?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97463] RECHERCHEV 1st and last wh en not trié

2008-12-25 Thread canet_o
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97463


User canet_o changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Issue type|TASK  |FEATURE

Priority|P2|P3

  Resolution|INVALID   |





--- Additional comments from cane...@openoffice.org Thu Dec 25 18:03:41 
+ 2008 ---
In help on Vlookup : Si ordre_de_tri est paramétré sur FAUX ou zéro, une
correspondance exacte doit être trouvée, sinon il en résulte l'erreur Erreur:
valeur non disponible. Ainsi, avec une valeur de zéro, les données n'ont pas
besoin d'être triées dans l'ordre croissant.
In the exemple DEMO BUG RECHERCHEV pour « AB  et FAUX »
The reponse texte ZZ_AB is not as described in the help.
Thanks for looking that.


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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 92968] Dataloss: Document AutoRec overy loads previous version of file instead o f backup file

2008-12-25 Thread luisdlc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92968





--- Additional comments from luis...@openoffice.org Thu Dec 25 18:31:15 
+ 2008 ---
Lets point out something very BASIC:

AUTO SAVE is one thing, and AUTORECOVERY is another and is garbage.

The MOST basic and SIMPLE feature: an AUTOSAVE, is simply non existent in this 
software. All that is needed is a NORMAL autosave. That 
works JUST as if you where clicking the damn 3.5 diskette icon every N minutes.

AND NO, THE AUTORECOVERY IS NOT COVERING that need.

HOW HARD can it be to just ADD an AUTOSAVE function? If the autorecovery is to 
remain in the software, for the love of god, add a parallel, independent, 
redundant, WHATEVER, but add a proper autosave function.

REALLY how hard can it be, to set an option for every n minutes the program to 
SAVE, no, not to autorecovery save, or save recovery info whatever or any of the
sort, JUST SAVE, normally and PRIMITIVELY SAVE the document?!

Even in the prehistoric times when WORDPERFECT ruled the keyboards, there was a 
SIMPLE but RELIABLE auto save function, that did just that SAVE THE DAMN 
DOCUMENT every N minutes. But lightyears from there, now in the bright future 
of open source, what do we have? autorecovery info something that does not work
at all.

You want to develop some sort of recovery technology, hey that's ok, but why 
to deprive the users from a SIMPLE autosave?!

Hey the save back up copy option is there right? I don't know who finds that 
useful but COOL, is an option, there, available. WHERE IS MY F*CKING AUTO SAVE?

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97582] properly open web-pages wi th xml tag

2008-12-25 Thread shaforostoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97582
 Issue #|97582
 Summary|properly open web-pages with xml tag
   Component|Word processor
 Version|OOo 3.0
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|shaforostoff





--- Additional comments from shaforost...@openoffice.org Thu Dec 25 
19:35:18 + 2008 ---
when I export source code as html in kate, it creates html file starting with 
?xml version=1.0 encoding=UTF-8?

but to properly open the file as web-page in oowriter, i have to remove this 
line.

it would be cool  if i didn't have to do 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[util-issues] [Issue 96970] extensions: plugin: some f ixes

2008-12-25 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96970





--- Additional comments from r...@openoffice.org Thu Dec 25 20:17:14 + 
2008 ---
unfortunately swffixes02 has only half-integrated to m38 (it seems it missed
both makefile.mks - the .hxx/.cxx/.pmk's did get fixed)

rt/hr: masterfix?

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

-
To unsubscribe, e-mail: issues-unsubscr...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[util-issues] [Issue 96970] extensions: plugin: some f ixes

2008-12-25 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96970


User rene changed the following:

What|Old value |New value

  CC|'mh,pl,rene'  |'hr,mh,pl,rene,rt'





--- Additional comments from r...@openoffice.org Thu Dec 25 20:18:40 + 
2008 ---
unfortunately it seems that this fix (cws swffixes02) got only hald-integrated
into DEV300. Both makefile.mks (though not the makefile.pmk and the .?cxx'es)
are not changed...

rt/hr: masterfix?

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

-
To unsubscribe, e-mail: issues-unsubscr...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[util-issues] [Issue 96970] extensions: plugin: some f ixes

2008-12-25 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96970





--- Additional comments from r...@openoffice.org Thu Dec 25 20:32:36 + 
2008 ---
rt/hr: masterfixed...

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

-
To unsubscribe, e-mail: issues-unsubscr...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 92645] Cannot open Password prote cted docx/xlsx Files

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


User kpalagin changed the following:

What|Old value |New value

  CC|'aziem'   |'aziem,kpalagin'





--- Additional comments from kpala...@openoffice.org Thu Dec 25 20:56:55 
+ 2008 ---
Dear developers,
are we on track for 3.1 with this issue?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97578] Error in tendancy curve

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from reg...@openoffice.org Thu Dec 25 21:43:36 
+ 2008 ---
You have used a Line-chart instead of an XY-chart. I cite the application help,
For a category chart (for example a line chart), the regression information is
calculated using numbers 1, 2, 3, … as x-values. This is also true if your data
series uses other numbers as names for the x-values. For such charts the XY
chart type might be more suitable.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97578] Error in tendancy curve

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from reg...@openoffice.org Thu Dec 25 21:44:13 
+ 2008 ---
closing, no bug

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[xml-issues] [Issue 44285] Open of an xhtml file with out .form extension.

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





--- Additional comments from reg...@openoffice.org Thu Dec 25 21:50:34 
+ 2008 ---
*** Issue 97582 has been marked as a duplicate of this issue. ***

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

-
To unsubscribe, e-mail: issues-unsubscr...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97582] properly open web-pages wi th xml tag

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |DUPLICATE





--- Additional comments from reg...@openoffice.org Thu Dec 25 21:50:35 
+ 2008 ---
This problem is already tracked in issue 44285.

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

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97582] properly open web-pages wi th xml tag

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from reg...@openoffice.org Thu Dec 25 21:51:20 
+ 2008 ---
closing duplicate

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97577] Edit address list associat ing with CSV file has been deleted, crashes Wr iter

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


User regina changed the following:

What|Old value |New value

  CC|'pj,redflagzhulihua'  |'pj,redflagzhulihua,regina
|  |'

Keywords|  |oooqa





--- Additional comments from reg...@openoffice.org Thu Dec 25 22:10:35 
+ 2008 ---
Crash happens as described on WinXp for me too, I've sent an error report.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 71757] Crash opening an multimedi a file as encoded text

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





--- Additional comments from reg...@openoffice.org Thu Dec 25 22:26:23 
+ 2008 ---
*** Issue 97575 has been marked as a duplicate of this issue. ***

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97575] Open files except office f iles with ASCII Filter, crashes OOo

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


User regina changed the following:

What|Old value |New value

  CC|'pj,redflagzhulihua'  |'pj,redflagzhulihua,regina
|  |'

  Status|NEW   |RESOLVED

Keywords|  |oooqa

  Resolution|  |DUPLICATE





--- Additional comments from reg...@openoffice.org Thu Dec 25 22:26:24 
+ 2008 ---
Problem is already tracked in issue 71757.

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

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 84292] Meta issue to track issues from Redflag 2000 QA

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



This issue depends on issue 97575, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





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

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97575] Open files except office f iles with ASCII Filter, crashes OOo

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


User regina changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from reg...@openoffice.org Thu Dec 25 22:27:14 
+ 2008 ---
closing duplicate

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97559] Missing OLE

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from reg...@openoffice.org Thu Dec 25 22:53:17 
+ 2008 ---
I can see the problems in the attached file and the files attached to issue
97568. To repair the document, first change to Print Layout. Then select the
object via navigator, open context menu, item 'Object'. On tab 'Type' click on
'Original Size'. Then you can switch back to Web Layout.

How do you have created the OLE object? Do you have worked in Web Layout all the
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97568] Mispositioned image in OLE

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from reg...@openoffice.org Thu Dec 25 23:06:39 
+ 2008 ---
I can confirm the problems in the attached files with OOoDEV300m37 on WinXP. It
might be the same problem as in issue 97559.

How do you create the OLE? Do you have worked in 'Web Layout' all the 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97583] Pdf export: don't recompre ss jpegs

2008-12-25 Thread zhezherun
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97583
 Issue #|97583
 Summary|Pdf export: don't recompress jpegs
   Component|Word processor
 Version|OOo 2.4.0
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|zhezherun





--- Additional comments from zhezhe...@openoffice.org Thu Dec 25 23:08:29 
+ 2008 ---
OpenOffice.org Writer documents can contain embedded JPEG images (e.g., inserted
from a JPEG file). When exporting such files to PDF, it would be great to have
an option to use existing JPEG images as is in the PDF, without any
recompression, since recompressing JPEGs sometimes leads to both decreased
quality and increased file size. Currently all images are recompressed (if JPEG
compression is selected in the export options).

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 72637] Applications should save H TML files in valid XHTML 1.1 with styles by de fault

2008-12-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72637





--- Additional comments from m...@openoffice.org Thu Dec 25 23:15:51 + 
2008 ---
Please try the HTML filter you can find in File-Export-XHTML


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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 93654] Modified Time showing up i ncorrectly on recently saved files

2008-12-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93654


User mba changed the following:

What|Old value |New value

  CC|''|'hro'





--- Additional comments from m...@openoffice.org Thu Dec 25 23:18:39 + 
2008 ---
I hope that Hennes (hro) will have an idea about that.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 9661] Use margins to track change s

2008-12-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9661





--- Additional comments from m...@openoffice.org Thu Dec 25 23:24:05 + 
2008 ---
We have even considered it for 3.1 but we discovered so many unsolved technical
and usability problems that we decided to give it more time for thinking. 


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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 97569] Error in importing styles

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


User regina changed the following:

What|Old value |New value

  CC|''|'regina'

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from reg...@openoffice.org Thu Dec 25 23:24:48 
+ 2008 ---
I cannot confirm it. It works for me on OOoDEV300m37. Please make sure, that you
have checked overwrite when loading the styles.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97463] RECHERCHEV 1st and last wh en not trié

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


User regina changed the following:

What|Old value |New value

Keywords|oooqa |needmoreinfo, oooqa





--- Additional comments from reg...@openoffice.org Thu Dec 25 23:27:16 
+ 2008 ---
You have reopened the issue and set it to feature, but I see no feature
request. Please explain.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 97319] Mechanism to edit embedded non-native formats

2008-12-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97319





--- Additional comments from m...@openoffice.org Thu Dec 25 23:36:53 + 
2008 ---
After some more thoughts:

When a document containing embedded non-ODF objects is loaded, the objects
should stay unconverted by default. When a user edits and modifies such an
object, it should be stored in ODF by default. When the user saves the document
as ODF, all objects should stay as they are (converted or unconverted) by
default. This will give the best performance.

The user can ask for converting all objects into the target format. This
means: if the document will be saved to an ODF format, all objects will be
converted to an ODF format also (if possible). If the document is saved to a
Microsoft format, all objects will be converted to a microsoft format (if
possible). 

This can be one or two flags in Tools-Options. We should remove the existing
ones and also throw out the differentiation for the different applications. I
don't think that we need a third flag to automatically convert all objects at
load 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 97403] Update English dictionarie s

2008-12-25 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97403


User mba changed the following:

What|Old value |New value

 Assigned to|ihi   |mba

Target milestone|---   |OOo 3.1





--- Additional comments from m...@openoffice.org Thu Dec 25 23:40:32 + 
2008 ---
I take over, I'm currently at it anyway.

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

-
To unsubscribe, e-mail: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 96899] Translation for odt2dtbk

2008-12-25 Thread arch75
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96899





--- Additional comments from arc...@openoffice.org Thu Dec 25 23:44:55 
+ 2008 ---
Created an attachment (id=59012)
Catalan l10n 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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 97584] Can't use Send E-Mail as xxx when filename contains space

2008-12-25 Thread jyavenard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97584
 Issue #|97584
 Summary|Can't use Send E-Mail as xxx when filename contains 
|space
   Component|framework
 Version|OOO300m9
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|jyavenard





--- Additional comments from jyaven...@openoffice.org Fri Dec 26 00:32:34 
+ 2008 ---
Open Office gives the option to send an opened document by email under various
file format (PDF, Word etc).

To do so you go into the File Menu, select Send and select one of the 
sub-option:
Document as E-mail
E-mail as Open Document
E-mail as Word 
etc..

those entries will vary depending on the type of document currently opened.

Those features will only work if the name of the document currently opened
contains no space.
If the document's name contain a space ; then no action will be performed.

In the Mac Console you would read:


* Edit post
* Report this post
* Reply with quote

Can't send document by email + other issues

Postby jyavenard on Fri Dec 19, 2008 8:54 pm
Hi

I've noticed that sometimes, OO 3.0 doesn't let me send a document via email...

You go into the Files menu, Send and select Document as Email and absolutely
nothing happens:

In the console, you would read something like:
19/12/08 11:48:56 AM [0x0-0xe00e0].org.openoffice.script[3683] The files
/var/folders/kh/kh8358pJF2CzvoI8fnaPdU+++TI/-Tmp-/svkke.tmp/svklp.tmp/G2_Hercules
 and
/Resourcing.xls do not exist.

Space in filenames aren't properly handled for the send by email option.

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

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 97585] Open Recent Documents me nu not available under all circumstances

2008-12-25 Thread jyavenard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97585
 Issue #|97585
 Summary|Open Recent Documents menu not available under all c
|ircumstances
   Component|ui
 Version|OOO300m9
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|uineedsconfirm
 Reported by|jyavenard





--- Additional comments from jyaven...@openoffice.org Fri Dec 26 00:38:44 
+ 2008 ---
Open Office allows you to quickly open a document you previously worked on by
going into the File Menu, selecting Recent Documents and then selecting one of
the previous documents.

However, this menu is available only when a document or windows is already 
opened.
If Open Office is just started, the File Menu only gives you the option to
create a brand new document, or to browse the files for an existing documents.

As such, if you want to open a previous document that you recently worked on,
you have to either create a blank document, then go into the File Menu - Recent
Document and select the document

Or select Open Document, and browse to the file you want to open...

IT's a convenience thing, the Recent Document menu should be available at any
given time ...
I find that I use this menu far more than simply opening an existing 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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 97585] Open Recent Documents me nu not available under all circumstances

2008-12-25 Thread jyavenard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97585





--- Additional comments from jyaven...@openoffice.org Fri Dec 26 00:39:30 
+ 2008 ---
Created an attachment (id=59013)
File Menu if no windows are open


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

-
To unsubscribe, e-mail: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 97585] Open Recent Documents me nu not available under all circumstances

2008-12-25 Thread jyavenard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97585





--- Additional comments from jyaven...@openoffice.org Fri Dec 26 00:41:00 
+ 2008 ---
Created an attachment (id=59014)
File Menu if a window is already open


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

-
To unsubscribe, e-mail: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 97576] sshkeys to SVN code reposi tory

2008-12-25 Thread wavellite_ming
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97576


User wavellite_ming changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |94002
  is|  |

 Summary|Migrate sshkeys to SVN cod|sshkeys to SVN code reposi
|e repository  |tory





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

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2008-12-25 Thread wavellite_ming
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002


User wavellite_ming changed the following:

What|Old value |New value

 IssuesThisDependsOn|83310,85753,87971,93109,95|83310,85753,87971,93109,95
|701,95831,96157,96329,9638|701,95831,96157,96329,9638
|6,96496,96680,96693,96849,|6,96496,96680,96693,96849,
|97113,97140,97525 |97113,97140,97525,97576





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

-
To unsubscribe, e-mail: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [課題 56459] WW8: Roman numbering imp orted with wrong font in char tsyle

2008-12-25 Thread masayan
http://www.openoffice.org/issues/show_bug.cgi?id=56459



ユーザ masayan は、次を変更しました:

  内容|古い値 |新しい値

  CC|'aziem,kamataki'  |'aziem,kamataki,masayan'





-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97578] Error in tendancy curve

2008-12-25 Thread natim
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97578





--- Additional comments from na...@openoffice.org Fri Dec 26 06:30:56 + 
2008 ---
It's not a bug it's a feature ...

Actually if you use XY dispersion diagram it does work.

But it isn't clear enough I think and I don't know why it should be different
for XY (dispersion).

Could we imagine that if we put categories numbers for X with a linar diagram it
swap automaticaly to a XY diagram ?

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97586] Opening DBF creates empty FPT

2008-12-25 Thread pmike
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97586
 Issue #|97586
 Summary|Opening DBF creates empty FPT
   Component|Spreadsheet
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|pmike





--- Additional comments from pm...@openoffice.org Fri Dec 26 06:31:14 + 
2008 ---
Followup of issue 88577.
When OOo opens that file, it creates empty *.FPT file in same directory (that is
probably FoxPro memo table).
Obviously, FTP file should not be created.
PS. OOo successfully opens that file from read-only directory.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97578] Error in tendancy curve

2008-12-25 Thread natim
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97578





--- Additional comments from na...@openoffice.org Fri Dec 26 06:32:14 + 
2008 ---
Created an attachment (id=59015)
Here it is working well.


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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97255] Copy/Paste error from Writ er to Calc with leading blanks

2008-12-25 Thread chenjunjun
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97255





--- Additional comments from chenjun...@openoffice.org Fri Dec 26 06:35:26 
+ 2008 ---
It's a good question.It is in the contents of the cell that made a mistake 
which caused a unknown amount.It is easy that if allowed to change the member 
content of the cell.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97255] Copy/Paste error from Writ er to Calc with leading blanks

2008-12-25 Thread chenjunjun
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97255





--- Additional comments from chenjun...@openoffice.org Fri Dec 26 06:36:06 
+ 2008 ---
It's a good question.It is in the contents of the cell that made a mistake 
which caused a unknown amount.It is easy that if allowed to change the member 
content of the cell.

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

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 97586] Opening DBF creates empty FPT

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |regression





--- Additional comments from kpala...@openoffice.org Fri Dec 26 07:05:56 
+ 2008 ---
Confirming with 3.0 and dev m37 - as described.
Seems to happen with any .dbf.
2.4.1 does not create .fpt 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 97587] unable to import Microsoft PowerPoint PPT file (does not happen in 2.4)

2008-12-25 Thread zhongqiyao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97587
 Issue #|97587
 Summary|unable to import Microsoft PowerPoint PPT file (does n
|ot happen in 2.4)
   Component|Presentation
 Version|OOo 3.0
Platform|Unknown
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|graphicsneedsconfirm
 Reported by|zhongqiyao





--- Additional comments from zhongqi...@openoffice.org Fri Dec 26 07:45:41 
+ 2008 ---
OS: Windows XP Home SP2.
App: OpenOffice Impress 3.0.
Language: Traditional-character Chinese.

I have two files which are unable to be opened by
OpenOffice Impress 3.0.  This does not happen in 2.4.1rc2
(OOo_2.4.1rc2_20080529_Win32Intel_install_zh-TW.exe).

Since they are large proprietary file (respectively 2M and 7M),
I won't post them here.  If you send me a private e-mail
to lotus @ ms2.url.com.tw, I can e-mail them to you.

Thanks.

Qiyao

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

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org