[sc-issues] [Issue 89769] hidden columns/rows should n't be exported via RTF

2010-06-30 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89769





--- Additional comments from e...@openoffice.org Wed Jun 30 10:37:57 + 
2010 ---
*** Issue 21604 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...@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 89769] hidden columns/rows should n't be exported via RTF

2010-06-29 Thread gbpacheco
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89769





--- Additional comments from gbpach...@openoffice.org Wed Jun 30 00:50:11 
+ 2010 ---
Hi! 

 I think 21604 and 89769 are the same problem, correct?

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



[sc-issues] [Issue 89769] hidden columns/rows should n't be exported via RTF

2010-06-23 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89769


User er changed the following:

What|Old value |New value

Keywords|needhelp  |easy2dev, needhelp





--- Additional comments from e...@openoffice.org Wed Jun 23 11:42:58 + 
2010 ---
Implementation is in sc/source/filter/rtf/rtfexp.cxx and pretty straight
forward. Basically each row would have to be checked for hidden or filtered
before calling ScRTFExport::WriteRow() and there each column before calling
ScRTFExport::WriteCell(). Note that places that use pCellX will need attention
as well. In fact pCellX could be initialized in ScRTFExport::WriteTab() to set a
column width to 0 if a column is hidden and not write cells in columns of width 
0.

Adding keyword easy2dev so this issue shows up in the query at the bottom of
http://sc.openoffice.org/ and someone can jump on it and provide a patch.

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

-
To unsubscribe, e-mail: 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 89769] hidden columns/rows should n't be exported via RTF

2010-06-23 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89769


User dr changed the following:

What|Old value |New value

  CC|'gbpacheco'   |'er,gbpacheco'

Keywords|  |needhelp





--- Additional comments from d...@openoffice.org Wed Jun 23 07:00:58 + 
2010 ---
Sorry, am busy with other stuff, and never worked on the RTF filter. Nobody
provided a patch, ...
@er: do you know anything about RTF export?

-
Please do not reply to this automatically generated notification from
Issue 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 89769] hidden columns/rows should n't be exported via RTF

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


User gbpacheco changed the following:

What|Old value |New value

  CC|''|'gbpacheco'





--- Additional comments from gbpach...@openoffice.org Wed Jun 23 02:08:49 
+ 2010 ---
Hi!

Any news about this issue? 

Thanks!

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

-
To unsubscribe, e-mail: 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 89769] hidden columns/rows should n't be exported via RTF

2008-05-22 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89769
 Issue #|89769
 Summary|hidden columns/rows shouldn't be exported via RTF
   Component|Spreadsheet
 Version|OOo 3.0 Beta
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|dr
 Reported by|ama





--- Additional comments from [EMAIL PROTECTED] Thu May 22 07:23:40 + 
2008 ---
Follow-up of issue 84699
Fill cell A1, B1 and C1
Hide column B
Select A1-C1
Copy into clipboard
Paste into new Writer document as RTF (paste special)
=> the B-column seems not to be inserted but if you save this document and
reload it, you will see the content of B. When issue 84699 is fixed (CWS
sw30bf05) you will see the hiddden column immediately after pasting (with
minimum width of a column).
Other scenario:
Hide a row (in Calc) and copy/paste (into Writer) a selection which contains
this hidden row
=> The hidden row will be inserted and visible in Writer.

Hidden rows and columns should not be exported in RTF.

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