Bug 61915 - BASIC: clearContents() method clears CONDITIONAL FORMATTING
Summary: BASIC: clearContents() method clears CONDITIONAL FORMATTING
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
4.0.1.2 release
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 18:53 UTC by spYre
Modified: 2013-04-15 16:06 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Simple macro illustrating wrong clearContents() behavior (10.59 KB, application/vnd.oasis.opendocument.spreadsheet)
2013-03-06 18:53 UTC, spYre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description spYre 2013-03-06 18:53:28 UTC
Created attachment 76039 [details]
Simple macro illustrating wrong clearContents() behavior

The API method "clearContents()" clears conditional formatting even when called with strict value cellflags (value, datetime, string...)
This is obviously not the expected behavior.

See attachment for an example macro.

Thanks for all.
Comment 1 Joel Madero 2013-04-15 01:49:05 UTC
I can confirm this behavior with 4.0.1.2 release but it has since been fixed. At least in 4.1 master it is solved (built about a week ago). If 4.0.2.2 release hasn't fixed the issue yet, you'll see the problem solved definitely by 4.1 release if not sooner in 4.0.3

Thanks for reporting this, marking as WFM as we don't know what patch solved the issue but it is indeed fixed.


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LibreOffice is powered by a team of volunteers, every bug is confirmed (triaged) by human beings who mostly give their time for free. We invite you to join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage and join us on freenode at #libreoffice-qa

There are also other ways to get involved including with marketing, UX, documentation, and of course developing -  http://www.libreoffice.org/get-help/mailing-lists/. 

Lastly, good bug reports help tremendously in making the process go smoother, please always provide reproducible steps (even if it seems easy) and attach any and all relevant material
Comment 2 spYre 2013-04-15 16:06:25 UTC
Solved with the 4.0.2.2 released !
Thanks to everyone... again ;-)