To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33851
User er changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Mar 28 14:14:21 +0000
2008 -------
Short summary: implemented a strategy to not accidentally overwrite filtered
rows by treating a filtered selection like a multi-selection, which disables
all operations not possible on a multi-selection, like cut, fill, merge.
Exceptions respectively special treatment are:
- Deletion. Was already implemented to not delete filtered rows, no change
necessary.
- Copy filtered to clipboard. Same behavior as before, range is copied to the
clipboard including filtered rows, that when pasting or transfering to other
applications are excluded.
- Paste from clipboard to filtered. Clipboard content is sliced and
distributed over unfiltered rows.
I'll add details to the wiki draft page.
In cws filteredrows:
sc/inc/document.hxx 1.109.4.1
sc/source/core/data/document.cxx 1.86.4.1
sc/source/ui/app/inputwin.cxx 1.55.4.1
sc/source/ui/app/seltrans.cxx 1.13.308.1
sc/source/ui/drawfunc/fuins2.cxx 1.27.204.1
sc/source/ui/inc/viewdata.hxx 1.22.72.1
sc/source/ui/inc/viewutil.hxx 1.11.638.1
sc/source/ui/pagedlg/areasdlg.cxx 1.14.308.1
sc/source/ui/unoobj/viewuno.cxx 1.35.36.1
sc/source/ui/unoobj/viewuno.cxx 1.35.36.2
sc/source/ui/unoobj/viewuno.cxx 1.35.36.3
sc/source/ui/view/cellsh1.cxx 1.49.62.1
sc/source/ui/view/cellsh2.cxx 1.31.64.1
sc/source/ui/view/cellsh.cxx 1.45.64.1
sc/source/ui/view/cellsh.cxx 1.45.64.2
sc/source/ui/view/dbfunc3.cxx 1.16.34.1
sc/source/ui/view/dbfunc.cxx 1.13.308.1
sc/source/ui/view/formatsh.cxx 1.37.70.1
sc/source/ui/view/gridwin.cxx 1.92.4.1
sc/source/ui/view/tabview2.cxx 1.19.222.1
sc/source/ui/view/tabview3.cxx 1.65.34.1
sc/source/ui/view/tabvwsh4.cxx 1.73.4.1
sc/source/ui/view/tabvwsh4.cxx 1.73.4.2
sc/source/ui/view/tabvwsh8.cxx 1.5.470.1
sc/source/ui/view/tabvwshe.cxx 1.12.64.1
sc/source/ui/view/viewdata.cxx 1.63.64.1
sc/source/ui/view/viewdata.cxx 1.63.64.2
sc/source/ui/view/viewfun2.cxx 1.38.4.1
sc/source/ui/view/viewfun3.cxx 1.38.34.1
sc/source/ui/view/viewfun3.cxx 1.38.34.2
sc/source/ui/view/viewfun3.cxx 1.38.34.3
sc/source/ui/view/viewfunc.cxx 1.42.4.1
sc/source/ui/view/viewutil.cxx 1.16.4.1
---------------------------------------------------------------------
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]