Home
last modified time | relevance | path

Searched refs:aOldQuery (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx266 ScRange aOldQuery; in RepeatDB() local
274 pDest->GetArea( aOldQuery ); in RepeatDB()
384 pOld = &aOldQuery; in RepeatDB()
673 ScQueryParam aOldQuery; in Query() local
674 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()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1480 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()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx2235 ScRange aOldQuery; in RepeatDB() local
2243 pDest->GetArea( aOldQuery ); in RepeatDB()
2355 pOld = &aOldQuery; in RepeatDB()
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx400 ScRange aOldQuery; member in ScUndoRepeatDB

Completed in 119 milliseconds