/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 71 ScDBCollection* pUndoColl = NULL; in AddDBRange() 99 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in AddDBRange() 121 ScDBCollection* pUndoColl = NULL; in DeleteDBRange() 131 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in DeleteDBRange() 162 ScDBCollection* pUndoColl = new ScDBCollection( *pDocColl ); in RenameDBRange() 178 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in RenameDBRange() 213 ScDBCollection* pUndoColl = NULL; in ModifyDBData() 223 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in ModifyDBData() 291 ScDBCollection* pUndoDB = NULL; in RepeatDB() 768 ScDBCollection* pUndoDB = NULL; in Query() [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 | 215 ScDBCollection* pDBColl = pSrcDoc->GetDBCollection(); in FindExtRange()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 40 class ScDBCollection; 215 ScRangeName* pNewUndoRange, ScDBCollection* pNewUndoDB ); 233 ScDBCollection* pUndoDB; 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; 380 ScRangeName* pNewUndoRange, ScDBCollection* pNewUndoDB, [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;
|
/aoo42x/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()
|
/aoo42x/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() 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() 913 sal_Bool ScDBCollection::Insert(ScDataObject* pScDataObject) in Insert() [all …]
|
/aoo42x/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 | 91 class ScDBCollection; 271 ScDBCollection* pDBCollection; 517 SC_DLLPUBLIC ScDBCollection* GetDBCollection() const; 518 void SetDBCollection( ScDBCollection* pNewDBCollection,
|
/aoo42x/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() 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() 1465 ScRangeName* pNewUndoRange, ScDBCollection* pNewUndoDB, in ScUndoRepeatDB() [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()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlroot.hxx | 136 class ScDBCollection; 230 ScDBCollection& GetDatabaseRanges() const;
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlroot.cxx | 304 ScDBCollection& XclRoot::GetDatabaseRanges() const in GetDatabaseRanges()
|