Lines Matching refs:xNewList
1073 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl() local
1074 ScRangePair* pEntry = xNewList->Find( aRange ); in Modify_Impl()
1077 xNewList->Remove( pEntry ); // nur aus der Liste entfernt, nicht geloescht in Modify_Impl()
1084 xNewList->Join( *pEntry ); in Modify_Impl()
1088 pDoc->GetColNameRangesRef() = xNewList; in Modify_Impl()
1090 pDoc->GetRowNameRangesRef() = xNewList; in Modify_Impl()
1202 ScRangePairListRef xNewList(pOldList->Clone()); in addNew() local
1208 xNewList->Join( ScRangePair( aLabelRange, aDataRange ) ); in addNew()
1211 pDoc->GetColNameRangesRef() = xNewList; in addNew()
1213 pDoc->GetRowNameRangesRef() = xNewList; in addNew()
1236 ScRangePairListRef xNewList(pOldList->Clone()); in removeByIndex() local
1238 ScRangePair* pEntry = xNewList->GetObject( nIndex ); in removeByIndex()
1241 xNewList->Remove( pEntry ); in removeByIndex()
1245 pDoc->GetColNameRangesRef() = xNewList; in removeByIndex()
1247 pDoc->GetRowNameRangesRef() = xNewList; in removeByIndex()