summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-02 17:16:47 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-04 22:40:25 -0400
commit62aa66e9d801bf2aeb4cd955e96cc2b896ec67d1 (patch)
treefa7a9df931e16be055fbf34d12cd8a511ff078ab /sc/source/ui/inc/gridwin.hxx
parent3fc888c2c518631d80d46e1d260378f810b3d7fe (diff)
Separate the code path and add new method for autofilter popup launch.
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 08e47a332e55..0bb6b4de0a6b 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -144,6 +144,7 @@ private:
ScFilterListBox* pFilterBox;
FloatingWindow* pFilterFloat;
+ boost::scoped_ptr<ScCheckListMenuWindow> mpAutoFilterPopup;
boost::scoped_ptr<ScCheckListMenuWindow> mpDPFieldPopup;
boost::scoped_ptr<ScDPFieldButton> mpFilterButton;
@@ -338,9 +339,10 @@ public:
void UpdateFormulas();
- void DoAutoFilterMenue( SCCOL nCol, SCROW nRow, bool bDataSelect );
+ void LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelect );
void DoScenarioMenue( const ScRange& rScenRange );
+ void LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow);
void LaunchPageFieldMenu( SCCOL nCol, SCROW nRow );
void LaunchDPFieldMenu( SCCOL nCol, SCROW nRow );