Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx205 ScTokenArray* pScTokA=pRefComp->CompileString(rStr); in ShowFormulaReference() local
208 if(pTabViewShell!=NULL && pScTokA!=NULL) in ShowFormulaReference()
213 pScTokA->Reset(); in ShowFormulaReference()
214 const ScToken* pToken = static_cast<const ScToken*>(pScTokA->GetNextReference()); in ShowFormulaReference()
244 pToken = static_cast<const ScToken*>(pScTokA->GetNextReference()); in ShowFormulaReference()
247 if(pScTokA!=NULL) delete pScTokA; in ShowFormulaReference()

Completed in 24 milliseconds