Lines Matching refs:nSel
182 sal_uLong nSel; member in ScFilterListBox
223 nSel( 0 ), in ScFilterListBox()
238 nSel = 0; in EndInit()
240 nSel = nPos; in EndInit()
293 nSel = nPos; in SelectHdl()
298 pGridWin->FilterSelect( nSel ); in SelectHdl()
1183 void ScGridWindow::FilterSelect( sal_uLong nSel ) in FilterSelect() argument
1195 aString = pFilterBox->GetEntry( static_cast< sal_uInt16 >( nSel ) ); in FilterSelect()
1205 ExecFilter( nSel, nCol, nRow, aString, pFilterBox->HasDates() ); in FilterSelect()
1212 ExecPageFieldSelect( nCol, nRow, (nSel != 0), aString ); in FilterSelect()
1236 void ScGridWindow::ExecFilter( sal_uLong nSel, in ExecFilter() argument
1249 if (SC_AUTOFILTER_CUSTOM == nSel) in ExecFilter()
1301 if ( nQueryPos < MAXQUERY || SC_AUTOFILTER_ALL == nSel ) // loeschen geht immer in ExecFilter()
1303 if (nSel) in ExecFilter()
1311 if ( nSel == SC_AUTOFILTER_TOP10 ) in ExecFilter()
1316 else if ( nSel == SC_AUTOFILTER_EMPTY) { in ExecFilter()
1322 else if (nSel == SC_AUTOFILTER_NOTEMPTY) in ExecFilter()