Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr4.cxx88 ScInterpreterTableOpParams* pTOp = pDok->aTableOpList.First(); in ReplaceCell() local
89 while (pTOp) in ReplaceCell()
91 if ( rPos == pTOp->aOld1 ) in ReplaceCell()
93 rPos = pTOp->aNew1; in ReplaceCell()
96 else if ( rPos == pTOp->aOld2 ) in ReplaceCell()
98 rPos = pTOp->aNew2; in ReplaceCell()
102 pTOp = pDok->aTableOpList.Next(); in ReplaceCell()
111 ScInterpreterTableOpParams* pTOp = pDok->aTableOpList.First(); in ReplaceCell() local
112 while (pTOp) in ReplaceCell()
114 if ( aCellPos == pTOp->aOld1 ) in ReplaceCell()
[all …]