Searched refs:aOldQuery (Results 1 – 4 of 4) sorted by relevance
266 ScRange aOldQuery; in RepeatDB() local274 pDest->GetArea( aOldQuery ); in RepeatDB()384 pOld = &aOldQuery; in RepeatDB()673 ScQueryParam aOldQuery; in Query() local674 pDBData->GetQueryParam(aOldQuery); in Query()675 if (aOldQuery.bInplace) in Query()679 SCSIZE nEC = aOldQuery.GetEntryCount(); in Query()681 aOldQuery.GetEntry(i).bDoQuery = sal_False; in Query()682 aOldQuery.bDuplicate = sal_True; in Query()683 Query( nTab, aOldQuery, NULL, bRecord, bApi ); in Query()
1480 aOldQuery = *pOldQ; in ScUndoRepeatDB()1509 pDoc->FitBlock( aNewQuery, aOldQuery, sal_False ); in Undo()1511 if ( aNewQuery.aEnd.Col() == aOldQuery.aEnd.Col() ) in Undo()1514 SCCOL nCol = aOldQuery.aEnd.Col() + 1; in Undo()1515 SCROW nRow = aOldQuery.aStart.Row() + 1; //! Header testen in Undo()1522 ScRange aOldForm = aOldQuery; in Undo()1523 aOldForm.aStart.SetCol( aOldQuery.aEnd.Col() + 1 ); in Undo()1524 aOldForm.aEnd.SetCol( aOldQuery.aEnd.Col() + nFormulaCols ); in Undo()
2235 ScRange aOldQuery; in RepeatDB() local2243 pDest->GetArea( aOldQuery ); in RepeatDB()2355 pOld = &aOldQuery; in RepeatDB()
400 ScRange aOldQuery; member in ScUndoRepeatDB
Completed in 46 milliseconds