Searched refs:theQueryData (Results 1 – 7 of 7) sorted by relevance
106 theQueryData ( ((const ScQueryItem&) in ScFilterDlg()263 theQueryData, in Init()457 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()458 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()459 SCCOL nMaxCol = theQueryData.nCol2; in FillFieldLists()628 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()639 ScQueryParam theParam( theQueryData ); in GetOutputItem()872 theQueryData.GetEntry(nOffset).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()917 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()955 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()[all …]
95 theQueryData ( ((const ScQueryItem&) in ScPivotFilterDlg()165 theQueryData.nRow1, in Init()167 ScAddress( theQueryData.nCol2, in Init()168 theQueryData.nRow2, in Init()296 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()297 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()298 SCCOL nMaxCol = theQueryData.nCol2; in FillFieldLists()344 SCROW nFirstRow = theQueryData.nRow1; in UpdateValueList()345 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList()388 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()[all …]
83 theQueryData ( ((const ScQueryItem&) in ScSpecialFilterDlg()204 theQueryData, in Init()325 ScQueryParam theOutParam( theQueryData ); in IMPL_LINK()
254 if ( pQueryData ) theQueryData = *pQueryData; in ScQueryItem()265 if ( pQueryData ) theQueryData = *pQueryData; in ScQueryItem()273 theQueryData( rItem.theQueryData ), in ScQueryItem()320 && (theQueryData == rQueryItem.theQueryData) ); in operator ==()
153 const ScQueryParam theQueryData; member in ScFilterDlg232 const ScQueryParam theQueryData; member in ScSpecialFilterDlg
194 const ScQueryParam& GetQueryData() const { return theQueryData; } in GetQueryData()201 ScQueryParam theQueryData; member in ScQueryItem
111 const ScQueryParam theQueryData; member in ScPivotFilterDlg
Completed in 40 milliseconds