Home
last modified time | relevance | path

Searched refs:xNewList (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx1073 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl() local
1074 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() local
1211 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 24 milliseconds