[api-issues] [Issue 65365] com.sun.star.sheet.CellFla gs don't match

2010-09-17 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65365





--- Additional comments from bor...@openoffice.org Fri Sep 17 22:50:04 
+ 2010 ---
 queryContentCells is supposed to work on cell contents only, not on cell 
 formats

Excuse me, but WHAT is supposed to work on cell formats then?
And what kind of cells queryContentCells((short) CellFlags.FORMATTED) is
supposed to return?

-
Please do not reply to this automatically generated notification from
Issue 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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[api-issues] [Issue 41675] memory leak while converti ng

2010-03-07 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41675





--- Additional comments from bor...@openoffice.org Sun Mar  7 18:16:19 
+ 2010 ---
My code opens a simple Calc document with four cells filled and a Chart based on
them.
It exports the chart (via XFilter) and closes the document (the right way as
described at
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Closing_Documents).

After 1000 of such operations (less than 10 minutes) soffice.bin grows from 84Mb
to 330Mb.
The workaround that I'm going to use is to kill OO process periodically, so it's
ok to mark 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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[api-issues] [Issue 41675] memory leak while converti ng

2010-03-07 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41675





--- Additional comments from bor...@openoffice.org Sun Mar  7 18:46:41 
+ 2010 ---
And concerning the comment from mnasato about issue being too generic.
Lets make it clear: this issue is not related to any sort of import/export.
OO leaks even if you just open and close a document - just like that.
The next piece of code will make OO grow 100Mb per 2 minutes (demo.ods is a
spreadsheet with four cells and one chart):

public static void main(String[] args) throws Exception {
  XComponentContext xCompContext = 
com.sun.star.comp.helper.Bootstrap.bootstrap();
  XMultiComponentFactory xMCF = xCompContext.getServiceManager();
  Object xDesktop = xMCF.createInstanceWithContext(com.sun.star.frame.Desktop,
xCompContext);
XComponentLoader aLoader = UnoRuntime.queryInterface(XComponentLoader.class,
xDesktop);
PropertyValue[] loadProps = new PropertyValue[]{new PropertyValue(Hidden,
0, true, null)};
  while (true) {
XComponent xComponent = aLoader.loadComponentFromURL(file:///tmp/demo.ods,
_blank, 0, loadProps);
close(xComponent);
  }
}

private static void close(XComponent xComponent) {
  XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, 
xComponent);
  if (xCloseable != null) {
try {
  xCloseable.close(true);
} catch (CloseVetoException e) {}
  } else xComponent.dispose();
}

-
Please do not reply to this automatically generated notification from
Issue 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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[sc-issues] [Issue 109765] documentation not consist ent

2010-03-03 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109765
 Issue #|109765
 Summary|documentation not consistent
   Component|Spreadsheet
 Version|OOo 3.2
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|bornmw





--- Additional comments from bor...@openoffice.org Wed Mar  3 11:12:24 
+ 2010 ---
As per http://www.mail-archive.com/d...@graphics.openoffice.org/msg01077.html
the documentation is not consistent for com.sun.star.chart.ChartDocument
(http://api.openoffice.org/docs/common/ref/com/sun/star/chart/ChartDocument.html)

XDrawPageSupplier is not listed in the exported interfaces, while the next line
of code works fine (aChartDocument is com.sun.star.chart.XChartDocument):

XDrawPageSupplier drawPageSupplier =
UnoRuntime.queryInterface(XDrawPageSupplier.class, aChartDocument);.

Could someone please update the documentation to match reality for this case,
and check for other potential inconsistencies?

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: 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



[sw-issues] [Issue 104687] merged cells fail to be h andled correctly

2009-09-01 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104687
 Issue #|104687
 Summary|merged cells fail to be handled correctly
   Component|Word processor
 Version|OOo 3.1.1 RC2
Platform|Unknown
 URL|http://mikheev.spb.ru/files/abc.rtf
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|bornmw





--- Additional comments from bor...@openoffice.org Tue Sep  1 13:53:46 
+ 2009 ---
I have a very simple RTF document containing a very simple table:
http://mikheev.spb.ru/files/abc.rtf
OO 3.1.1 fails to understand that the first column of the table contains two
merged cells.
When opened in any version of Word the first column is displayed correctly -
cells are merged.
If yo save from Word in a DOC format OO starts to behave correctly.
So this must be a RTF import issue, most probably.

-
Please do not reply to this automatically generated notification from
Issue 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 78062] millimeter values corrupte d

2009-01-17 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78062





--- Additional comments from bor...@openoffice.org Sat Jan 17 17:18:30 
+ 2009 ---
Crissov, they are too stubborn to even admit that this issue is a defect.
If it's not a defect there is no chance that it will ever get fixed.
That's open source, you know :)

-
Please do not reply to this automatically generated notification from
Issue 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 61352] Include outline settings i nto Load.Styles process for Numbering opti on

2008-03-27 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61352





--- Additional comments from [EMAIL PROTECTED] Thu Mar 27 23:14:56 + 
2008 ---
It does seem duplicate to me
The file that I attached 10 months can serve as an example for both issues.
My opinion is not very competent, but if these two really appear to be duplicate
we must mark them as duplicate and give our votes to one of them to speed up the
fix.

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

-
To unsubscribe, 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 50622] Bibliography: updating bib liography database has no effect on table with in document

2007-10-27 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50622





--- Additional comments from [EMAIL PROTECTED] Sat Oct 27 19:19:08 + 
2007 ---
I will be grateful if you could test my proposed fix for this issue:
http://www.dusystems.com/oobf.html

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

-
To unsubscribe, 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 29705] Bibliography entries shoul d be updated

2007-10-27 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29705





--- Additional comments from [EMAIL PROTECTED] Sat Oct 27 19:19:17 + 
2007 ---
I will be grateful if you could test my proposed fix for this issue:
http://www.dusystems.com/oobf.html

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

-
To unsubscribe, 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 4260] Proposals for Bibliographic facility enhancements.

2007-10-27 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4260





--- Additional comments from [EMAIL PROTECTED] Sat Oct 27 19:19:26 + 
2007 ---
I will be grateful if you could test my proposed fix for this issue:
http://www.dusystems.com/oobf.html

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

-
To unsubscribe, 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 82770] ISSN field is missing from bibliography

2007-10-18 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82770
 Issue #|82770
 Summary|ISSN field is missing from bibliography
   Component|Word processor
 Version|OOo 2.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|bornmw





--- Additional comments from [EMAIL PROTECTED] Thu Oct 18 20:42:59 + 
2007 ---
ODF 1.1 standard section 7.1.4 states that ISSN should be
available as a bibliography attribute
(http://docs.oasis-open.org/office/v1.1/OS/OpenDocument-v1.1.odt)
But OO Bibliography UI doesn't have ISSN field at all.
It should be added to make OO compatible with ODF spec.

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

-
To unsubscribe, 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 81240] Chart Data cannot be modif ied

2007-09-04 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81240


User bornmw changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue Sep  4 08:14:37 + 
2007 ---
Arrrgh!!! the F9!
Thanks ;-)

THIS MUST GO INTO DOCUMENTATION

Don't you think? Or is F9 trick already there?
I searched everything related to the Chart Data and couldn't find it out...

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

-
To unsubscribe, 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 81240] Chart Data cannot be modif ied

2007-09-03 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81240
 Issue #|81240
 Summary|Chart Data cannot be modified
   Component|Word processor
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|bornmw





--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 19:45:21 + 
2007 ---
I've created a Chart with data taken from a Writer table.
It was a complex Chart with nice formatting and so and so.
Now I need to change some numbers in Chart Data.
I'm changing the original table and nothing happens in the Chart.
If there really is no way to change the data for inserted
Chart - this must be either be fixed or documented.

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

-
To unsubscribe, 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 76992] table - repeat ONLY second row of heading row(s)

2007-06-24 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76992


User bornmw changed the following:

What|Old value |New value

  Issue type|ENHANCEMENT   |FEATURE





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

-
To unsubscribe, 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 78062] millimeter values corrupte d

2007-06-12 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78062





--- Additional comments from [EMAIL PROTECTED] Tue Jun 12 14:38:55 + 
2007 ---
I was asking to agree that it was not normal to see 1.01 when you input 1.00 :)

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

-
To unsubscribe, 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 78062] millimeter values corrupte d

2007-06-11 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78062





--- Additional comments from [EMAIL PROTECTED] Mon Jun 11 12:22:05 + 
2007 ---
One of PhB meaning is here http://en.wikipedia.org/wiki/Bachelor_of_Philosophy
I think we should not widen the topic of the issue.
The issue is that we input 1.00, and it results in 1.01
This is a bug, and developers are finding an excuse for it in the way OO
measurements are implemented internally.
Ok, it might be a very good excuse.
But still this behavior is completely wrong, and WONTFIX cannot be applied.
We are not asking for an immediate resolution, feel free to take several years
to fix it.
But please don't tell us that this is normal to see 1.01 instead of 1.00 that we
input, please.
Agreed?

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

-
To unsubscribe, 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 61352] Include outline settings i nto Load.Styles process for Numbering opti on

2007-06-04 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61352





--- Additional comments from [EMAIL PROTECTED] Mon Jun  4 10:53:29 + 
2007 ---
I have a disser.ott template where I keep all my styles (attached)
Whenever I apply it to any document (existing or just created) it breaks outline
numbering of the document.
There is no means to prevent this unwanted behavior.
I think it's more a defect than a request for feature.

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

-
To unsubscribe, 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 61352] Include outline settings i nto Load.Styles process for Numbering opti on

2007-06-04 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61352





--- Additional comments from [EMAIL PROTECTED] Mon Jun  4 10:55:21 + 
2007 ---
Created an attachment (id=45632)
OTT that breaks outline numbering


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

-
To unsubscribe, 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 78062] millimeter values corrupte d

2007-06-04 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78062





--- Additional comments from [EMAIL PROTECTED] Mon Jun  4 11:03:24 + 
2007 ---
Are you telling me that Writer adding 0.01mm for each formatting element is not
a defect?
Or are you telling me that this is only a visual representation of internal
measurement and it doesn't result in additional 1mm for 1000 formatting 
elements?

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

-
To unsubscribe, 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 78062] millimeter values corrupte d

2007-06-04 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78062





--- Additional comments from [EMAIL PROTECTED] Mon Jun  4 18:57:35 + 
2007 ---
I dont't think general users will ever understand what you've just said.
They don't care about Writer internals.
They input 1.00mm and expect it to be there.
If Writer can't guarantee precision it shouldn't be using it.
If you think 0.01mm is a so small value that noone will ever notice -
why are you displaying it at all?
Why can't Writer just display 1.0mm???

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

-
To unsubscribe, 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 78062] millimeter values corrupte d

2007-06-03 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78062
 Issue #|78062
 Summary|millimeter values corrupted
   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|formatting
 Assigned to|mru
 Reported by|bornmw





--- Additional comments from [EMAIL PROTECTED] Sun Jun  3 16:24:27 + 
2007 ---
I run OO 2.2 on Linux.
I use metric system, so I made OO Writer measure in millimeters.
I edit any paragraph style and set Spacing Above paragraph to 1,00mm.
I press OK.
When I open paragraph style again spacing appears as 1,01mm.
Additional 0,01mm is clearly a defect.

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

-
To unsubscribe, 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 76993] repeating table caption

2007-05-06 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76993





--- Additional comments from [EMAIL PROTECTED] Sun May  6 09:59:24 + 
2007 ---
Sorry, the link has 'heading' you're right.
But what they really meant was a 'caption'.
Here is table formatting required in my institution.
I believe I'm not the only one having to deal with it.
This is not possible to achieve neither in MS Word nor
OO Writer for two reasons:
1. Inability to repeat the second table row ONLY as a heading
(I posted a separate issue on that)
2. Inability to repeat caption.


Table 2.2
|---|
|  Header1  |  Header2  |  Header3  |
|---|
| I | II|III|
|---|
|   data|   data|   data|
|---|

   ... page break ...

  Table 2.2 continued
|---|
| I | II|III|
|---|
|   data|   data|   data|
|---|


Both formatting issues have workarounds.
1. Make a separate single-row table for heading and connect it
to the main table.
2. Described in the link.
But workarounds fail to work when you need to apply both
formatting to the same table.

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

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


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



[sw-issues] [Issue 11121] Styles for tables

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





--- Additional comments from [EMAIL PROTECTED] Sat May  5 19:07:11 + 
2007 ---
It would be REALLY great to have an option for REPEATING TABLE HEADER
in table style for me not to use an ugly workaround
http://addbalance.com/usersguide/tables.htm#Continued

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

-
To unsubscribe, 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 76992] table second ONLY heading row

2007-05-05 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76992
 Issue #|76992
 Summary|table second ONLY heading row
   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|formatting
 Assigned to|mru
 Reported by|bornmw





--- Additional comments from [EMAIL PROTECTED] Sat May  5 20:38:24 + 
2007 ---
Lots of institutions have requirements for tables split into
several pages to have a sub-heading row containing column
numbers, and only this row should be repeatable on each page.
Like this:
|-|
| Header1 | Header2 | Header3 |
|-|
|1|2|3|
|-|
|  data   |   data  |   data  |
|-|
 ...page split...
|-|
|1|2|3|
|-|
|  data   |   data  |   data  |
|-| 

Currently it's only possible with a workaround with a separate
table as the first heading row, but in some cases it's not
applicable.
Why can't we have table format Repeat heading - The first N rows
to look like Repeat heading - Row numbers?

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

-
To unsubscribe, 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 76993] repeating table caption

2007-05-05 Thread bornmw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76993
 Issue #|76993
 Summary|repeating table caption
   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|formatting
 Assigned to|mru
 Reported by|bornmw





--- Additional comments from [EMAIL PROTECTED] Sat May  5 20:42:57 + 
2007 ---
I don't want to use this ancient workaround to have repeating captions
for my multi paged tables:
http://addbalance.com/usersguide/tables.htm#Continued
Could some gallant developer please fix it for the sake of users?

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

-
To unsubscribe, 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 76993] repeating table caption

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


User bornmw changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Sat May  5 23:22:50 + 
2007 ---
Nope, please keep in mind that this is not about table heading.
This is about table CAPTION.
Could you please look at the link?

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

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


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