Lines Matching refs:GetEntry
927 if (!rParam.GetEntry(0).bDoQuery) in ValidQuery()
947 while ( (i < nEntryCount) && rParam.GetEntry(i).bDoQuery ) in ValidQuery()
949 ScQueryEntry& rEntry = rParam.GetEntry(i); in ValidQuery()
995 const SvNumberformat* pEntry = pDocument->GetFormatTable()->GetEntry(nNumFmt); in ValidQuery()
1286 for ( SCSIZE i=0; (i<nEntryCount) && (rParam.GetEntry(i).bDoQuery); i++ ) in TopTenQuery()
1288 ScQueryEntry& rEntry = rParam.GetEntry(i); in TopTenQuery()
1410 ScQueryEntry& rEntry = rParam.GetEntry(i); in lcl_PrepareQuery()
1422 const SvNumberformat* pEntry = pDoc->GetFormatTable()->GetEntry(nIndex); in lcl_PrepareQuery()
1701 rQueryParam.GetEntry(nIndex).nField = pFields[nCol - nCol1]; in CreateExcelQuery()
1705 rQueryParam.GetEntry(nIndex).eConnect = SC_AND; in CreateExcelQuery()
1714 rQueryParam.GetEntry(nIndex).eConnect = SC_OR; in CreateExcelQuery()
1749 ScQueryEntry& rEntry = rQueryParam.GetEntry(nIndex); in CreateStarQuery()
1835 rQueryParam.GetEntry(i).Clear(); in CreateQueryParam()
1848 rQueryParam.GetEntry(i).bQueryByString = sal_True; in CreateQueryParam()
1854 rQueryParam.GetEntry(i).Clear(); in CreateQueryParam()
1892 for ( SCSIZE i = 0; i < nEntryCount && aParam.GetEntry(i).bDoQuery; ++i ) in GetFilteredFilterEntries()
1894 ScQueryEntry& rEntry = aParam.GetEntry(i); in GetFilteredFilterEntries()