Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx806 sal_uInt32 nDepthInsideCell = 0; in processTableBox() local
814 if (nDepthInsideCell > 0) in processTableBox()
817 nDepthInsideCell++; in processTableBox()
827 if (nDepthInsideCell == 1 && rNode.IsTxtNode()) in processTableBox()
832 nDepthInsideCell--; in processTableBox()
834 if (nDepthInsideCell == 0 && pEndOfCellInfo.get() == NULL) in processTableBox()

Completed in 22 milliseconds