Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dreffind.cxx119 xub_StrLen nEStart = nLoopStart; in ToggleRel() local
120 while ( nEStart <= nEndPos && !IsText(pSource[nEStart]) ) in ToggleRel()
121 ++nEStart; in ToggleRel()
124 xub_StrLen nEEnd = nEStart; in ToggleRel()
128 aSep = aFormula.Copy( nLoopStart, nEStart-nLoopStart ); in ToggleRel()
129 aExpr = aFormula.Copy( nEStart, nEEnd-nEStart ); in ToggleRel()

Completed in 15 milliseconds