Searched refs:pDBCollection (Results 1 – 11 of 11) sorted by relevance
55 pDBCollection = pOldDBColl ? new ScDBCollection(*pOldDBColl) : NULL; in ScRefUndoData()85 delete pDBCollection; in ~ScRefUndoData()98 if (pDBCollection) in DeleteUnchanged()101 if ( pNewDBColl && *pDBCollection == *pNewDBColl ) in DeleteUnchanged()102 DELETEZ(pDBCollection); in DeleteUnchanged()167 if (pDBCollection) in DoUndo()168 pDoc->SetDBCollection( new ScDBCollection(*pDBCollection) ); in DoUndo()192 if (pDBCollection || pRangeName) in DoUndo()
129 return pDBCollection; in GetDBCollection()139 if ( pDBCollection ) in SetDBCollection()144 ScDBData* pOldData = (*pDBCollection)[nOld]; in SetDBCollection()178 if (pDBCollection) in SetDBCollection()179 delete pDBCollection; in SetDBCollection()180 pDBCollection = pNewDBCollection; in SetDBCollection()185 if (pDBCollection) in GetDBAtCursor()193 if (pDBCollection) in GetDBAtArea()201 if (pDBCollection) in GetFilterDBAtTable()1504 if ( pDBCollection ) in GetFormulaEntries()[all …]
256 pDBCollection = new ScDBCollection( 4, 4, sal_False, this ); in ScDocument()436 delete pDBCollection; in ~ScDocument()766 pDBCollection->UpdateMoveTab( nOldPos, nNewPos ); in MoveTab()858 pDBCollection->UpdateReference( in CopyTab()
343 pDBCollection->UpdateReference( in InsertTab()419 pDBCollection->DeleteOnTab( nTab ); in DeleteTab()432 pDBCollection->UpdateReference( in DeleteTab()4825 sal_uInt16 nCount = pDBCollection->GetCount(); in RefreshAutoFilter()4842 pData = (*pDBCollection)[i]; in RefreshAutoFilter()
294 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteFilterDescriptor() local296 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteFilterDescriptor()297 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteFilterDescriptor()546 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteSubTotalDescriptor() local548 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteSubTotalDescriptor()549 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteSubTotalDescriptor()622 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteDatabaseRanges() local624 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteDatabaseRanges()625 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteDatabaseRanges()
342 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in EndElement() local344 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in EndElement()345 ScDBData* pDBData = (*pDBCollection)[nIndex]; in EndElement()432 pDBData->SetRefreshHandler( pDBCollection->GetRefreshHandler() ); in EndElement()
1003 pDBCollection = pDoc->GetDBCollection(); in ScAreaNameIterator()1031 if ( pDBCollection && nPos < pDBCollection->GetCount() ) in Next()1033 ScDBData* pData = (*pDBCollection)[nPos++]; in Next()
44 ScDBCollection* pDBCollection; member in ScRefUndoData
300 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in UseSubTotal() local301 sal_uInt16 nDBCount (pDBCollection->GetCount()); in UseSubTotal()305 ScDBData* pDB = (*pDBCollection)[nDBIndex]; in UseSubTotal()
302 ScDBCollection* pDBCollection; member in ScAreaNameIterator
271 ScDBCollection* pDBCollection; member in ScDocument
Completed in 141 milliseconds