Searched refs:xNewList (Results 1 – 1 of 1) sorted by relevance
1073 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl() local1074 ScRangePair* pEntry = xNewList->Find( aRange ); 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() local1211 pDoc->GetColNameRangesRef() = xNewList; in addNew()1213 pDoc->GetRowNameRangesRef() = xNewList; in addNew()1241 xNewList->Remove( pEntry ); in removeByIndex()1245 pDoc->GetColNameRangesRef() = xNewList; in removeByIndex()[all …]
Completed in 26 milliseconds