Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deehtml.cxx58 nInCell = 0; in EditHTMLParser()
305 nInCell++; in NextToken()
328 if ( nInCell ) in NextToken()
329 nInCell--; in NextToken()
703 sal_uInt8 nCellLevel = nInCell; in SkipGroup()
705 while( nCellLevel <= nInCell && ( (nToken = GetNextToken() ) != nEndToken ) && nToken ) in SkipGroup()
711 nInCell++; in SkipGroup()
715 if ( nInCell ) in SkipGroup()
716 nInCell--; in SkipGroup()
H A Deehtml.hxx55 sal_uInt8 nInCell; member in EditHTMLParser

Completed in 12 milliseconds