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.cxx1043 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl() local
1044 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() local
1173 xNewList->Join( ScRangePair( aLabelRange, aDataRange ) ); in addNew()
1176 pDoc->GetColNameRangesRef() = xNewList; in addNew()
1178 pDoc->GetRowNameRangesRef() = xNewList; in addNew()
[all …]