| /trunk/main/sc/source/ui/docshell/ |
| H A D | dbdocfun.cxx | 68 ScDBCollection* pDocColl = pDoc->GetDBCollection(); in AddDBRange() 71 ScDBCollection* pUndoColl = NULL; in AddDBRange() 73 pUndoColl = new ScDBCollection( *pDocColl ); in AddDBRange() 99 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in AddDBRange() 113 ScDBCollection* pDocColl = pDoc->GetDBCollection(); in DeleteDBRange() 121 ScDBCollection* pUndoColl = NULL; in DeleteDBRange() 123 pUndoColl = new ScDBCollection( *pDocColl ); in DeleteDBRange() 131 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in DeleteDBRange() 148 ScDBCollection* pDocColl = pDoc->GetDBCollection(); in RenameDBRange() 162 ScDBCollection* pUndoColl = new ScDBCollection( *pDocColl ); in RenameDBRange() [all …]
|
| H A D | docsh5.cxx | 116 const ScDBCollection* pColl, in lcl_GetDBNearCursor() 296 ScDBCollection* pColl = aDocument.GetDBCollection(); in GetDBData() 329 ScDBCollection* pUndoColl = NULL; in GetDBData() 337 pUndoColl = new ScDBCollection( *pColl ); in GetDBData() 355 pUndoColl = new ScDBCollection( *pColl ); in GetDBData() 380 ScDBCollection* pRedoColl = new ScDBCollection( *pColl ); in GetDBData() 409 ScDBCollection* pColl = aDocument.GetDBCollection(); in CancelAutoDBRange()
|
| H A D | arealink.cxx | 216 ScDBCollection* pDBColl = pSrcDoc->GetDBCollection(); in FindExtRange()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | undodat.hxx | 40 class ScDBCollection; 215 ScRangeName* pNewUndoRange, ScDBCollection* pNewUndoDB ); 233 ScDBCollection* pUndoDB; 244 ScDBCollection* pNewUndoDB, const ScRange* pDest = NULL ); 259 ScDBCollection* pUndoDB; // wegen Quell- und Zielbereich 271 ScDBCollection* pNewUndoDB, const ScRange* pOld, 287 ScDBCollection* pUndoDB; // wegen Quell- und Zielbereich 324 ScDBCollection* pNewUndoColl, ScDBCollection* pNewRedoColl ); 335 ScDBCollection* pUndoColl; 336 ScDBCollection* pRedoColl; [all …]
|
| H A D | refundo.hxx | 30 class ScDBCollection; 44 ScDBCollection* pDBCollection;
|
| H A D | dbfunc.hxx | 36 class ScDBCollection; 78 … void NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const List& rDelAreaList );
|
| H A D | dbnamdlg.hxx | 100 ScDBCollection aLocalDbCol;
|
| /trunk/main/sc/source/ui/view/ |
| H A D | dbfunc.cxx | 72 ScDBCollection* pDBCol = pDoc->GetDBCollection(); in GotoDBArea() 192 void ScDBFunc::NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const List& rDelAreaList ) in NotifyCloseDbNameDlg() 198 ScDBCollection* pOldColl = pDoc->GetDBCollection(); in NotifyCloseDbNameDlg() 199 ScDBCollection* pUndoColl = NULL; in NotifyCloseDbNameDlg() 200 ScDBCollection* pRedoColl = NULL; in NotifyCloseDbNameDlg() 221 pUndoColl = new ScDBCollection( *pOldColl ); in NotifyCloseDbNameDlg() 226 pDoc->SetDBCollection( new ScDBCollection( rNewColl ) ); in NotifyCloseDbNameDlg() 235 pRedoColl = new ScDBCollection( rNewColl ); in NotifyCloseDbNameDlg()
|
| H A D | dbfunc3.cxx | 453 ScDBCollection* pUndoDB = NULL; in DoSubTotals() 493 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in DoSubTotals() 495 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals() 2260 ScDBCollection* pUndoDB = NULL; in RepeatDB() 2295 ScDBCollection* pDocDB = pDoc->GetDBCollection(); in RepeatDB() 2297 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB()
|
| /trunk/main/sc/source/core/tool/ |
| H A D | dbcolect.cxx | 711 short ScDBCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() 720 sal_Bool ScDBCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual() 725 ScDBData* ScDBCollection::GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Bool bStartOnly) co… in GetDBAtCursor() 749 ScDBData* ScDBCollection::GetDBAtArea( in GetDBAtArea() 773 ScDBData* ScDBCollection::GetFilterDBAtTable(SCTAB nTab) const in GetFilterDBAtTable() 794 sal_Bool ScDBCollection::SearchName( const String& rName, sal_uInt16& rIndex ) const in SearchName() 800 void ScDBCollection::DeleteOnTab( SCTAB nTab ) in DeleteOnTab() 818 void ScDBCollection::UpdateReference(UpdateRefMode eUpdateRefMode, in UpdateReference() 863 void ScDBCollection::UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos ) in UpdateMoveTab() 901 ScDBData* ScDBCollection::FindIndex(sal_uInt16 nIndex) in FindIndex() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | dbcolect.hxx | 43 friend class ScDBCollection; 196 class SC_DLLPUBLIC ScDBCollection : public ScSortedCollection class 205 …ScDBCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False, ScDocument* pD… in ScDBCollection() function in ScDBCollection 210 ScDBCollection(const ScDBCollection& rScDBCollection) : in ScDBCollection() function in ScDBCollection 216 virtual ScDataObject* Clone() const { return new ScDBCollection(*this); } in Clone()
|
| H A D | rangeutl.hxx | 43 class ScDBCollection; 302 ScDBCollection* pDBCollection;
|
| H A D | document.hxx | 88 class ScDBCollection; 268 ScDBCollection* pDBCollection; 514 SC_DLLPUBLIC ScDBCollection* GetDBCollection() const; 515 void SetDBCollection( ScDBCollection* pNewDBCollection,
|
| /trunk/main/sc/source/ui/undo/ |
| H A D | refundo.cxx | 54 ScDBCollection* pOldDBColl = pDoc->GetDBCollection(); in ScRefUndoData() 55 pDBCollection = pOldDBColl ? new ScDBCollection(*pOldDBColl) : NULL; in ScRefUndoData() 100 ScDBCollection* pNewDBColl = pDoc->GetDBCollection(); in DeleteUnchanged() 168 pDoc->SetDBCollection( new ScDBCollection(*pDBCollection) ); in DoUndo()
|
| H A D | undodat.cxx | 662 ScRangeName* pNewUndoRange, ScDBCollection* pNewUndoDB ) : in ScUndoSubTotals() 754 pDoc->SetDBCollection( new ScDBCollection( *pUndoDB ), sal_True ); in Undo() 798 sal_Bool bQuery, ScDocument* pNewUndoDoc, ScDBCollection* pNewUndoDB, in ScUndoSort() 870 pDoc->SetDBCollection( new ScDBCollection( *pUndoDB ), sal_True ); in Undo() 923 ScDocument* pNewUndoDoc, ScDBCollection* pNewUndoDB, in ScUndoQuery() 1023 pDoc->SetDBCollection( new ScDBCollection( *pUndoDB ), sal_True ); in Undo() 1121 ScDBCollection* pColl = pDoc->GetDBCollection(); in DoChange() 1171 ScDBCollection* pNewUndoColl, ScDBCollection* pNewRedoColl ) : in ScUndoDBData() 1198 pDoc->SetDBCollection( new ScDBCollection(*pUndoColl), sal_True ); in Undo() 1216 pDoc->SetDBCollection( new ScDBCollection(*pRedoColl), sal_True ); in Redo() [all …]
|
| H A D | undobase.cxx | 393 ScDBCollection* pColl = pDoc->GetDBCollection(); in EndUndo() 435 ScDBCollection* pColl = pDoc->GetDBCollection(); in BeginRedo()
|
| H A D | undoutil.cxx | 109 ScDBCollection* pColl = pDoc->GetDBCollection(); in GetOldDBData()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xlroot.hxx | 136 class ScDBCollection; 230 ScDBCollection& GetDatabaseRanges() const;
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLExportDatabaseRanges.cxx | 294 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteFilterDescriptor() 546 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteSubTotalDescriptor() 622 ScDBCollection* pDBCollection = pDoc->GetDBCollection(); in WriteDatabaseRanges()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | datauno.cxx | 1650 ScDBCollection* pNames = pDocShell->GetDocument()->GetDBCollection(); in GetDBData_Impl() 2197 ScDBCollection* pNames = pDocShell->GetDocument()->GetDBCollection(); in GetObjectByIndex_Impl() 2268 ScDBCollection* pNames = pDocShell->GetDocument()->GetDBCollection(); in getCount() 2324 ScDBCollection* pNames = pDocShell->GetDocument()->GetDBCollection(); in getElementNames() 2349 ScDBCollection* pNames = pDocShell->GetDocument()->GetDBCollection(); in hasByName()
|
| /trunk/main/sc/source/ui/navipi/ |
| H A D | content.cxx | 345 ScDBCollection* pDbNames = pDoc->GetDBCollection(); in lcl_GetDBAreaRange() 922 ScDBCollection* pDbNames = pDoc->GetDBCollection(); in GetDbNames() 1266 ScDBCollection* pList = pDoc->GetDBCollection(); in lcl_GetRange()
|
| /trunk/main/sc/source/ui/dbgui/ |
| H A D | foptmgr.cxx | 142 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init()
|
| H A D | consdlg.cxx | 219 ScDBCollection* pDbNames = pDoc->GetDBCollection(); in Init()
|
| H A D | pfiltdlg.cxx | 170 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xlroot.cxx | 304 ScDBCollection& XclRoot::GetDatabaseRanges() const in GetDatabaseRanges()
|