Searched refs:pDocDB (Results 1 – 2 of 2) sorted by relevance
329 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in RepeatDB() local330 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() local796 if (pDocDB->GetCount()) in Query()797 pUndoDB = new ScDBCollection( *pDocDB ); in Query()1083 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in DoSubTotals() local1084 if (pDocDB->GetCount()) in DoSubTotals()[all …]
493 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in DoSubTotals() local494 if (pDocDB->GetCount()) in DoSubTotals()495 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals()2295 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in RepeatDB() local2296 if (pDocDB->GetCount()) in RepeatDB()2297 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB()
Completed in 47 milliseconds