Lines Matching refs:aQueryParam
2214 ScQueryParam aQueryParam; in RepeatDB() local
2215 pDBData->GetQueryParam( aQueryParam ); in RepeatDB()
2216 sal_Bool bQuery = aQueryParam.GetEntry(0).bDoQuery; in RepeatDB()
2231 if (bQuery && !aQueryParam.bInplace) in RepeatDB()
2233 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB()
2234 aQueryParam.nDestTab, sal_True ); in RepeatDB()
2309 pDBData->GetQueryParam( aQueryParam ); // Bereich kann sich geändert haben in RepeatDB()
2316 aAdvSource.aStart.Tab(), aQueryParam ); in RepeatDB()
2317 Query( aQueryParam, &aAdvSource, sal_False ); in RepeatDB()
2320 Query( aQueryParam, NULL, sal_False ); in RepeatDB()
2323 if ( !aQueryParam.bInplace && aQueryParam.nDestTab != nTab ) in RepeatDB()
2344 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB()
2345 aQueryParam.nDestTab, sal_True ); in RepeatDB()