[sw-issues] [Issue 7219] Please add line numbers for lines in tables

2011-02-04 Thread jcarberry
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=7219





--- Additional comments from jcarbe...@openoffice.org Fri Feb  4 11:02:33 
+ 2011 ---
The comment that a table is an object, not a line, is irrelevant to the purpose
of line numbering. It is confusing a technical implementation with a function. 

-
Please do not reply to this automatically generated notification from
Issue 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 7219] Please add line numbers for lines in tables

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





--- Additional comments from dgr...@openoffice.org Mon Mar 22 19:15:32 
+ 2010 ---
Hi Daniel,

I'm not responsible for this project anymore.

Regards
Falko

Daniel Grund schrieb:
 Hi ft,
 your argument, that things in a table are objects and should therefore
 not be numbered is questionable. For me it looks like your argument is
 based on implementation details (perhaps the data structures in the OO
 source code are different for table contents and normal text). However,
 such technicalities are of no interest to the user who wants to number
 text within tables.

 At least there should be an option to enable it, even if it is disabled
 by default.

 Furthermore, looking at parts of
 http://www.openoffice.org/nonav/issues/showattachment.cgi/52193/patchV2.txt

  sal_Bool bLineNum = !IsInTab()  rLineInf.IsPaintLineNumbers()
 ---
 sal_Bool bLineNum = rLineInf.IsPaintLineNumbers()

 it seems that someone put in extra work to *prevent* lines to be
 numbered within tables. Don't know the source, but why not disabling
 line numbering for tables by default via the information that seems to
 be maintained using (the DataType of) the rLineInf variable --- instead
 of hard-wiring by !IsInTab() ?

 Best,
  Daniel

-
Please do not reply to this automatically generated notification from
Issue 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 7219] Please add line numbers for lines in tables

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





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 13:57:34 + 
2008 ---
Created an attachment (id=52193)
Patch which enables line numbering for tables


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

-
To unsubscribe, 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 7219] Please add line numbers for lines in tables

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





--- Additional comments from [EMAIL PROTECTED] Tue Mar 18 14:00:36 + 
2008 ---
I realize this is marked as Wont-Fix, but I had a requirement for this
functionality. In order to get the numbers displaying, I had to simply disable
certain checks which tested for lines in tables. Also, I had to hack the
re-numbering so that the line-numbers would be updated when a line was inserted
or deleted.

The attached patch has the following limitations:
1. Only the paragraphs on the left-most column should have the include in line
numbering attribute set, so that no line numbers are displayed in the middle of
tables

2. Sometimes the display doesn't redraw. Scroll up and down forces the redraw.

3. The distance to content within the table needs to be set to Zero and the
borders turned off, to keep the line numbering in-line with the other lines on
the page.




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

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


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