Searched refs:pScAddr (Results 1 – 1 of 1) sorted by relevance
231 const ScAddress* pScAddr; in Add() local234 pScAddr = &aScRange.aStart; in Add()236 pSRD->nCol = pScAddr->Col(); in Add()237 pSRD->nRow = pScAddr->Row(); in Add()238 pSRD->nTab = pScAddr->Tab(); in Add()246 pScAddr = &aScRange.aEnd; in Add()248 pSRD->nCol = pScAddr->Col(); in Add()249 pSRD->nRow = pScAddr->Row(); in Add()250 pSRD->nTab = pScAddr->Tab(); in Add()
Completed in 5 milliseconds