Home
last modified time | relevance | path

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

/trunk/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()
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
1084 if (pDocDB->GetCount()) in DoSubTotals()
[all …]
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx493 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in DoSubTotals() local
494 if (pDocDB->GetCount()) in DoSubTotals()
495 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals()
2295 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in RepeatDB() local
2296 if (pDocDB->GetCount()) in RepeatDB()
2297 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB()

Completed in 22 milliseconds