Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_cmd.cpp874 fp_CellContainer * pCCell = NULL; in cmdTableToText() local
882 pCCell = pTAB->getCellAtRowColumn(i,j); in cmdTableToText()
883 if(pCCell == NULL) in cmdTableToText()
887 pCellL = static_cast<fl_CellLayout *>(pCCell->getSectionLayout()); in cmdTableToText()