Lines Matching refs:theQueryData
95 theQueryData ( ((const ScQueryItem&) in ScPivotFilterDlg()
143 aBtnCase .Check( theQueryData.bCaseSens ); in Init()
144 aBtnRegExp .Check( theQueryData.bRegExp ); in Init()
145 aBtnUnique .Check( !theQueryData.bDuplicate ); in Init()
164 ScRange theCurArea ( ScAddress( theQueryData.nCol1, in Init()
165 theQueryData.nRow1, in Init()
167 ScAddress( theQueryData.nCol2, in Init()
168 theQueryData.nRow2, in Init()
208 if ( theQueryData.GetEntry(i).bDoQuery ) in Init()
210 ScQueryEntry& rEntry = theQueryData.GetEntry(i); in Init()
244 ? aLbConnect1.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(1).eConnect ) in Init()
249 ? aLbConnect2.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(2).eConnect ) in Init()
296 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()
297 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()
298 SCCOL nMaxCol = theQueryData.nCol2; in FillFieldLists()
338 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateValueList()
344 SCROW nFirstRow = theQueryData.nRow1; in UpdateValueList()
345 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList()
388 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()
389 return static_cast<sal_uInt16>(nField - theQueryData.nCol1 + 1); in GetFieldSelPos()
398 ScQueryParam theParam( theQueryData ); in GetOutputItem()
440 rEntry.nField = nField ? (theQueryData.nCol1 + in GetOutputItem()