summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-16 16:59:18 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-18 14:13:20 -0500
commit965d933ed94371b3c96695a58ecc9b69742c660b (patch)
tree535c5561e0a14ffec870a3cb2a166fb8af76148d /sc/source/ui/cctrl
parente2177c733eb2cb5da8dd50b47842333772a0dddd (diff)
Remove the query entry when all items are selected.
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/checklistmenu.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 5cf37629d7bd..ba2e0a31280c 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -1178,6 +1178,11 @@ const Size& ScCheckListMenuWindow::getWindowSize() const
return maWndSize;
}
+bool ScCheckListMenuWindow::isAllSelected() const
+{
+ return maChkToggleAll.IsChecked();
+}
+
void ScCheckListMenuWindow::getResult(ResultType& rResult)
{
ResultType aResult;