https://bugs.documentfoundation.org/show_bug.cgi?id=71324
--- Comment #20 from Andreas Heinisch <[email protected]> --- Problem lies in ScViewFunc::ApplySelectionPattern using ScViewUtil::UnmarkFiltered( aFuncMark, rDoc ) where a mixed visible/filtered selection causes the bold toggle to jam since ScViewFunc::GetSelectionPattern() selects all cells and ApplySelectionPattern does not. This leads to the problem that the bold command will not be reversed since the filtered cell is not bold atm. -- You are receiving this mail because: You are the assignee for the bug.
