Issue 35581 - Changing row height shows filtered rows
Summary: Changing row height shows filtered rows
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1.3
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 05:43 UTC by sragavan
Modified: 2017-05-20 11:13 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Proposed patch against OOO113 (523 bytes, patch)
2004-10-15 05:44 UTC, sragavan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description sragavan 2004-10-15 05:43:21 UTC
Create a autofilter and select few rows which has some rows filtered in betn and
change the row height. The filtered rows will be shown after that.
Comment 1 sragavan 2004-10-15 05:44:29 UTC
Created attachment 18418 [details]
Proposed patch against OOO113
Comment 2 frank 2004-10-15 09:43:30 UTC
Hi Niklas,

could we implement it ? Not essential but usefull. If possible target 2.0 if not
please change.

Frank
Comment 3 niklas.nebel 2004-10-29 11:43:11 UTC
I don't think this is the right way to go. For the related issue 2977 (deleting
and formatting cells), the filtered rows are left out of the selection before
calling the core methods. We should continue that approach instead of modifying
core methods that might be called for different reasons (not in this case).
Also, your patch would leave the filtered rows hidden, but still change their
heights.

sragavan, it's great you look at improving Calc, but I think it would be better
to ask before implementing, if your proposed solution fits into the overall picture.

This issue remains open, but I'm changing the target to "later".
Comment 4 sragavan 2005-02-02 04:04:30 UTC
nn: what should be the behaviour in this case as you feel. It shouldnt alter the
height of the filtered row?. Can do that nn. Also "the filtered rows are left
out of the selection before calling the core methods" Can you give me some
pointers towards what these core methods and where this has to be done. Im not a
expert in  OOo. Just new to it. Help me out.. and i can definetely do that.
Comment 5 kendy 2005-04-07 18:56:50 UTC
Issue type: PATCH. 
Comment 6 niklas.nebel 2006-03-13 11:06:43 UTC
For deleting contents, take a look at ScViewFunc::DeleteContents
(sc/source/ui/view/viewfunc.cxx), which calls ScViewUtil::UnmarkFiltered to
remove the filtered-out rows from the selection.
Comment 7 niklas.nebel 2006-09-01 17:47:48 UTC
I'm changing the issue type to "enhancement", as we're not going to use the
patch, but the suggestion to change the behavior is still valid.

When implementing this, it has to be consistent with other filter-related issues
(issue 2977, issue 33851).
Comment 8 Marcus 2017-05-20 11:13:36 UTC
Reset assigne to the default "issues@openoffice.apache.org".