Searched refs:pTOp (Results 1 – 1 of 1) sorted by relevance
88 ScInterpreterTableOpParams* pTOp = pDok->aTableOpList.First(); in ReplaceCell() local89 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() local112 while (pTOp) in ReplaceCell()114 if ( aCellPos == pTOp->aOld1 ) in ReplaceCell()[all …]