Searched refs:xNewList (Results 1 – 1 of 1) sorted by relevance
1043 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl() local1044 ScRangePair* pEntry = xNewList->Find( aRange ); in Modify_Impl()1047 xNewList->Remove( pEntry ); // nur aus der Liste entfernt, nicht geloescht in Modify_Impl()1054 xNewList->Join( *pEntry ); in Modify_Impl()1058 pDoc->GetColNameRangesRef() = xNewList; in Modify_Impl()1060 pDoc->GetRowNameRangesRef() = xNewList; in Modify_Impl()1167 ScRangePairListRef xNewList(pOldList->Clone()); in addNew() local1173 xNewList->Join( ScRangePair( aLabelRange, aDataRange ) ); in addNew()1176 pDoc->GetColNameRangesRef() = xNewList; in addNew()1178 pDoc->GetRowNameRangesRef() = xNewList; in addNew()[all …]