summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/checklistmenu.hxx
AgeCommit message (Collapse)Author
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-05-17Support separators in the autofilter/pivot table popup window.Kohei Yoshida
Change-Id: Ifde9cee65b2bee731e66a200b3bf68c0e320872f
2012-03-02WaE: is abstract but has non-virtual destructorTor Lillqvist
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2011-11-18Disable the OK button when no items are selected.Kohei Yoshida
When filtering by equality, we need to have at least one value to compare to, or else bad things may happen. The pivot table OTOH can handle empty set. So over there, it's okay to allow no items to be selected.
2011-11-18Fix painting of autofilter buttons.Kohei Yoshida
2011-11-18Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.Kohei Yoshida
2011-11-18Remove the query entry when all items are selected.Kohei Yoshida
2011-11-04Test-run the filter query after pressing OK. It's far from perfect.Kohei Yoshida
2011-11-04Calculate window size and geometries of controls based on menu items.Kohei Yoshida
This makes the popup window more flexible and adjust to a varying number of menu items. This is necessary now that we use this popup in two different places (autofilter and pivot table field popup) with different menu item configurations.
2011-09-29add modelinesCaolán McNamara
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida