Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx231 const ScAddress* pScAddr; in Add() local
234 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 11 milliseconds