Home
last modified time | relevance | path

Searched refs:pOldList (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3137 DffRecordList* pOldList = pCList; in GetRecordHeader() local
3153 DffRecordHeader* pBreak = &pOldList->mHd[ nOldCurrent ]; in GetRecordHeader()
3169 pCList = pOldList; in GetRecordHeader()
3170 pOldList->nCurrent = nOldCurrent; in GetRecordHeader()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx308 sal_uInt16* pOldList = rAppOpt.GetLRUFuncList(); in lcl_AddFunction() local
311 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx439 ScDetOpList* pOldList = pDoc->GetDetOpList(); in DetectiveDelAll() local
442 pUndoList = pOldList ? new ScDetOpList(*pOldList) : NULL; in DetectiveDelAll()
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx1070 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in Modify_Impl() local
1071 if (pOldList) in Modify_Impl()
1073 ScRangePairListRef xNewList(pOldList->Clone()); in Modify_Impl()
1199 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in addNew() local
1200 if (pOldList) in addNew()
1202 ScRangePairListRef xNewList(pOldList->Clone()); in addNew()
1232 ScRangePairList* pOldList = bColumn ? pDoc->GetColNameRanges() : pDoc->GetRowNameRanges(); in removeByIndex() local
1234 if ( pOldList && nIndex >= 0 && nIndex < (sal_Int32)pOldList->Count() ) in removeByIndex()
1236 ScRangePairListRef xNewList(pOldList->Clone()); in removeByIndex()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx958 pOldList ( pUndoList ), in ScUndoDetective()
973 delete pOldList; in ~ScUndoDetective()
1002 if ( pOldList ) in Undo()
1003 pDoc->SetDetOpList( new ScDetOpList(*pOldList) ); in Undo()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx330 ScDetOpList* pOldList; member in ScUndoDetective

Completed in 81 milliseconds