Lines Matching refs:theQueryData

106 		theQueryData	( ((const ScQueryItem&)  in ScFilterDlg()
263 theQueryData, in Init()
290 ScQueryEntry& rEntry = theQueryData.GetEntry(i); in Init()
311 rEntry.nField = nFieldSelPos ? (theQueryData.nCol1 + in Init()
334 ? aLbConnect2.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(1).eConnect ) in Init()
339 ? aLbConnect3.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(2).eConnect ) in Init()
344 ? aLbConnect4.SelectEntryPos( (sal_uInt16)theQueryData.GetEntry(3).eConnect ) in Init()
457 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()
458 SCROW nFirstRow = theQueryData.nRow1; in FillFieldLists()
459 SCCOL nMaxCol = theQueryData.nCol2; in FillFieldLists()
503 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateValueList()
508 SCROW nFirstRow = theQueryData.nRow1; in UpdateValueList()
509 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList()
568 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateHdrInValueList()
628 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()
629 return static_cast<sal_uInt16>(nField - theQueryData.nCol1 + 1); in GetFieldSelPos()
639 ScQueryParam theParam( theQueryData ); in GetOutputItem()
786 theQueryData.GetEntry(nQE).eConnect =(ScQueryConnect)nConnect1; in IMPL_LINK()
798 theQueryData.GetEntry(nQE).eConnect =(ScQueryConnect)nConnect2; in IMPL_LINK()
809 theQueryData.GetEntry(nQE).eConnect = (ScQueryConnect)nConnect3; in IMPL_LINK()
821 theQueryData.GetEntry(nQE).eConnect = (ScQueryConnect)nConnect4; in IMPL_LINK()
857 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
859 theQueryData.GetEntry(i).nField = static_cast<SCCOL>(0); in IMPL_LINK()
870 theQueryData.GetEntry(nOffset).bDoQuery = sal_True; in IMPL_LINK()
872 theQueryData.GetEntry(nOffset).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
901 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
903 theQueryData.GetEntry(i).nField = static_cast<SCCOL>(0); in IMPL_LINK()
916 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK()
917 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
938 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
940 theQueryData.GetEntry(i).nField = static_cast<SCCOL>(0); in IMPL_LINK()
954 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK()
955 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
967 theQueryData.GetEntry(i).bDoQuery = sal_False; in IMPL_LINK()
969 theQueryData.GetEntry(i).nField = static_cast<SCCOL>(0); in IMPL_LINK()
978 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK()
979 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
985 theQueryData.GetEntry(nOffset).eOp=(ScQueryOp)pLb->GetSelectEntryPos(); in IMPL_LINK()
990 theQueryData.GetEntry(nQ).eOp=(ScQueryOp)pLb->GetSelectEntryPos(); in IMPL_LINK()
995 theQueryData.GetEntry(nQ).eOp=(ScQueryOp)pLb->GetSelectEntryPos(); in IMPL_LINK()
1000 theQueryData.GetEntry(nQ).eOp=(ScQueryOp)pLb->GetSelectEntryPos(); in IMPL_LINK()
1092 ScQueryEntry& rEntry = theQueryData.GetEntry( nQE ); in IMPL_LINK()
1118 rEntry.nField = nField ? (theQueryData.nCol1 + in IMPL_LINK()
1160 ScQueryEntry& rEntry = theQueryData.GetEntry( nQE); in RefreshEditRow()
1194 if(theQueryData.GetEntry(nQENext).bDoQuery || bRefreshExceptQuery[nQENext]) in RefreshEditRow()
1195 aConnLbArr[i+1]->SelectEntryPos( (sal_uInt16) theQueryData.GetEntry(nQENext).eConnect ); in RefreshEditRow()
1202 if(theQueryData.GetEntry( nQE-1).bDoQuery) in RefreshEditRow()
1226 if(theQueryData.GetEntry( nQE-1).bDoQuery) in RefreshEditRow()