Home
last modified time | relevance | path

Searched refs:pDocDB (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx329 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in RepeatDB() local
330 if (pDocDB->GetCount()) in RepeatDB()
331 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB()
535 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in Sort() local
536 if (pDocDB->GetCount()) in Sort()
537 pUndoDB = new ScDBCollection( *pDocDB ); in Sort()
795 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in Query() local
796 if (pDocDB->GetCount()) in Query()
797 pUndoDB = new ScDBCollection( *pDocDB ); in Query()
1083 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in DoSubTotals() local
[all …]
/AOO42X/main/sc/source/ui/view/
H A Ddbfunc3.cxx487 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in DoSubTotals() local
488 if (pDocDB->GetCount()) in DoSubTotals()
489 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals()
2289 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in RepeatDB() local
2290 if (pDocDB->GetCount()) in RepeatDB()
2291 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB()