Searched refs:pDBCollection (Results 1 – 11 of 11) sorted by relevance
| /AOO42X/main/sc/source/ui/undo/ |
| H A D | refundo.cxx | 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()
|
| /AOO42X/main/sc/source/core/data/ |
| H A D | documen3.cxx | 129 return pDBCollection; in GetDBCollection() 139 if ( pDBCollection ) in SetDBCollection() 141 sal_uInt16 nOldCount = pDBCollection->GetCount(); 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() 186 return pDBCollection->GetDBAtCursor(nCol, nRow, nTab, bStartOnly); in GetDBAtCursor() 193 if (pDBCollection) in GetDBAtArea() [all …]
|
| H A D | documen2.cxx | 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()
|
| H A D | document.cxx | 340 pDBCollection->UpdateReference( in InsertTab() 416 pDBCollection->DeleteOnTab( nTab ); in DeleteTab() 429 pDBCollection->UpdateReference( in DeleteTab() 4814 sal_uInt16 nCount = pDBCollection->GetCount(); in RefreshAutoFilter() 4831 pData = (*pDBCollection)[i]; in RefreshAutoFilter()
|
| /AOO42X/main/sc/source/filter/xml/ |
| H A D | XMLExportDatabaseRanges.cxx | 294 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteFilterDescriptor() local 296 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteFilterDescriptor() 297 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteFilterDescriptor() 546 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteSubTotalDescriptor() local 548 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteSubTotalDescriptor() 549 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteSubTotalDescriptor() 622 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteDatabaseRanges() local 624 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in WriteDatabaseRanges() 625 ScDBData* pDBData = (*pDBCollection)[nIndex]; in WriteDatabaseRanges()
|
| H A D | xmldrani.cxx | 342 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in EndElement() local 344 pDBCollection->SearchName(sDatabaseRangeName, nIndex); in EndElement() 345 ScDBData* pDBData = (*pDBCollection)[nIndex]; in EndElement() 432 pDBData->SetRefreshHandler( pDBCollection->GetRefreshHandler() ); in EndElement()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | rangeutl.cxx | 1003 pDBCollection = pDoc->GetDBCollection(); in ScAreaNameIterator() 1031 if ( pDBCollection && nPos < pDBCollection->GetCount() ) in Next() 1033 ScDBData* pData = (*pDBCollection)[nPos++]; in Next()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | refundo.hxx | 44 ScDBCollection* pDBCollection; member in ScRefUndoData
|
| /AOO42X/main/sc/source/ui/app/ |
| H A D | inputwin.cxx | 300 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in UseSubTotal() local 301 sal_uInt16 nDBCount (pDBCollection->GetCount()); in UseSubTotal() 305 ScDBData* pDB = (*pDBCollection)[nDBIndex]; in UseSubTotal()
|
| /AOO42X/main/sc/inc/ |
| H A D | rangeutl.hxx | 302 ScDBCollection* pDBCollection; member in ScAreaNameIterator
|
| H A D | document.hxx | 268 ScDBCollection* pDBCollection; member in ScDocument
|