Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx785 WW8TableNodeInfo::Pointer_t pEndOfCellInfo; in processTableBox() local
815 pEndOfCellInfo.reset(); in processTableBox()
828 pEndOfCellInfo = pNodeInfo; in processTableBox()
834 if (nDepthInsideCell == 0 && pEndOfCellInfo.get() == NULL) in processTableBox()
835 pEndOfCellInfo = pNodeInfo; in processTableBox()
847 if (pEndOfCellInfo.get() != NULL) in processTableBox()
849 pEndOfCellInfo->setEndOfCell(true); in processTableBox()
852 pEndOfCellInfo->setEndOfLine(true); in processTableBox()
1219 WW8TableNodeInfo * pEndOfCellInfo = NULL; in connectCells() local
1232 pEndOfCellInfo = NULL; in connectCells()
[all …]