Lines Matching refs:nEnd
159 SCCOLROW nEnd; in TestRemoveOutline() local
172 nEnd = pEntry->GetEnd(); in TestRemoveOutline()
173 if ( nStartCol<=static_cast<SCCOL>(nEnd) && nEndCol>=static_cast<SCCOL>(nStart) ) in TestRemoveOutline()
187 nEnd = pEntry->GetEnd(); in TestRemoveOutline()
188 if ( nStartRow<=nEnd && nEndRow>=nStart ) in TestRemoveOutline()
302 SCCOLROW nEnd; in OutlinePossible() local
311 nEnd = pEntry->GetEnd(); in OutlinePossible()
314 if ( nStartCol<=static_cast<SCCOL>(nEnd) && nEndCol>=static_cast<SCCOL>(nStart) ) in OutlinePossible()
320 if ( nStart>=nStartCol && nEnd<=nEndCol ) in OutlinePossible()
333 nEnd = pEntry->GetEnd(); in OutlinePossible()
336 if ( nStartRow<=nEnd && nEndRow>=nStart ) in OutlinePossible()
342 if ( nStart>=nStartRow && nEnd<=nEndRow ) in OutlinePossible()