Searched refs:UpdateTabRef (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 416 void ScRangeData::UpdateTabRef(SCTAB nOldTable, sal_uInt16 nFlag, SCTAB nNewTable) in UpdateTabRef() function in ScRangeData 806 aCopiedRange->UpdateTabRef(oldScope, 5 , newScope); in CopyRangeinScope() 925 void ScRangeName::UpdateTabRef(SCTAB nOldTable, sal_uInt16 nFlag, SCTAB nNewTable) in UpdateTabRef() function in ScRangeName 931 ((ScRangeData*)pItems[i])->UpdateTabRef(nOldTable, nFlag, nNewTable); in UpdateTabRef()
|
/aoo41x/main/sc/inc/ |
H A D | rangenam.hxx | 150 void UpdateTabRef(SCTAB nOldTable, sal_uInt16 nFlag, SCTAB nNewTable); 218 void UpdateTabRef(SCTAB nTable, sal_uInt16 nFlag, SCTAB nNewTable = 0);
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen2.cxx | 765 pRangeName->UpdateTabRef(nOldPos, 3, nNewPos); in MoveTab() 845 pRangeName->UpdateTabRef(nNewPos, 4, nOldPos);//. 4 - copy table in CopyTab() 857 pRangeName->UpdateTabRef(nNewPos, 4, nOldPos);// 4 - copy table in CopyTab()
|
H A D | document.cxx | 342 pRangeName->UpdateTabRef( nPos, 1 ); in InsertTab() 431 pRangeName->UpdateTabRef( nTab, 2 ); in DeleteTab()
|
Completed in 43 milliseconds