Lines Matching refs:pDocDB
329 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
1084 if (pDocDB->GetCount()) in DoSubTotals()
1085 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals()