Searched refs:pOldList (Results 1 – 6 of 6) sorted by relevance
1070 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in Modify_Impl() local1071 if (pOldList) in Modify_Impl()1073 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl()1199 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in addNew() local1200 if (pOldList) in addNew()1202 ScRangePairListRef xNewList(pOldList->Clone()); in addNew()1232 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in removeByIndex() local1234 if ( pOldList && nIndex >= 0 && nIndex < (sal_Int32)pOldList->Count() ) in removeByIndex()1236 ScRangePairListRef xNewList(pOldList->Clone()); in removeByIndex()
958 pOldList ( pUndoList ), in ScUndoDetective()973 delete pOldList; in ~ScUndoDetective()1002 if ( pOldList ) in Undo()1003 pDoc->SetDetOpList( new ScDetOpList(*pOldList) ); in Undo()
308 sal_uInt16* pOldList = rAppOpt.GetLRUFuncList(); in lcl_AddFunction() local311 if (pOldList[nPos] == nOpCode) // is the function already in the list? in lcl_AddFunction()319 pOldList[nCopy] = pOldList[nCopy-1]; in lcl_AddFunction()320 pOldList[0] = nOpCode; in lcl_AddFunction()332 nNewList[nPos] = pOldList[nPos-1]; in lcl_AddFunction()
330 ScDetOpList* pOldList; member in ScUndoDetective
439 ScDetOpList* pOldList = pDoc->GetDetOpList(); in DetectiveDelAll() local442 pUndoList = pOldList ? new ScDetOpList(*pOldList) : NULL; in DetectiveDelAll()
3124 DffRecordList* pOldList = pCList; in GetRecordHeader() local3140 DffRecordHeader* pBreak = &pOldList->mHd[ nOldCurrent ]; in GetRecordHeader()3156 pCList = pOldList; in GetRecordHeader()3157 pOldList->nCurrent = nOldCurrent; in GetRecordHeader()
Completed in 154 milliseconds