Lines Matching refs:theQueryData
96 theQueryData ( ((const ScQueryItem&) in ScPivotFilterDlg()
144 aBtnCase .Check( theQueryData.bCaseSens ); in Init()
145 aBtnRegExp .Check( theQueryData.bRegExp ); in Init()
146 aBtnUnique .Check( !theQueryData.bDuplicate ); in Init()
165 ScRange theCurArea ( ScAddress( theQueryData.nCol1, in Init()
166 theQueryData.nRow1, in Init()
168 ScAddress( theQueryData.nCol2, in Init()
169 theQueryData.nRow2, in Init()
209 if ( theQueryData.GetEntry(i).bDoQuery ) in Init()
211 ScQueryEntry& rEntry = theQueryData.GetEntry(i); in Init()
245 ? aLbConnect1.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(1).eConnect ) in Init()
250 ? aLbConnect2.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(2).eConnect ) in Init()
297 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()
298 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()
299 SCCOL nMaxCol = theQueryData.nCol2; in FillFieldLists()
339 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateValueList()
345 SCROW nFirstRow = theQueryData.nRow1; in UpdateValueList()
346 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList()
389 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()
390 return static_cast<sal_uInt16>(nField - theQueryData.nCol1 + 1); in GetFieldSelPos()
399 ScQueryParam theParam( theQueryData ); in GetOutputItem()
441 rEntry.nField = nField ? (theQueryData.nCol1 + in GetOutputItem()