Home
last modified time | relevance | path

Searched refs:pDBCollection (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Drefundo.cxx55 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()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx129 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 …]
H A Ddocumen2.cxx256 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 Ddocument.cxx343 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()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx294 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 Dxmldrani.cxx342 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()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx1003 pDBCollection = pDoc->GetDBCollection(); in ScAreaNameIterator()
1031 if ( pDBCollection && nPos < pDBCollection->GetCount() ) in Next()
1033 ScDBData* pData = (*pDBCollection)[nPos++]; in Next()
/trunk/main/sc/source/ui/inc/
H A Drefundo.hxx44 ScDBCollection* pDBCollection; member in ScRefUndoData
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx300 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in UseSubTotal() local
301 sal_uInt16 nDBCount (pDBCollection->GetCount()); in UseSubTotal()
305 ScDBData* pDB = (*pDBCollection)[nDBIndex]; in UseSubTotal()
/trunk/main/sc/inc/
H A Drangeutl.hxx302 ScDBCollection* pDBCollection; member in ScAreaNameIterator
H A Ddocument.hxx271 ScDBCollection* pDBCollection; member in ScDocument

Completed in 104 milliseconds