Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_TableContainer.cpp785 fl_CellLayout * pCellL = static_cast<fl_CellLayout *>(getSectionLayout()); in setWidth() local
787 pCellL->setNeedsReformat(pCellL); in setWidth()
788 pCellL->_localCollapse(); in setWidth()
789 pCellL->format(); in setWidth()
2845 fl_CellLayout * pCellL = static_cast<fl_CellLayout *>(getSectionLayout()); in sizeRequest() local
2846 fl_ContainerLayout * pCL = pCellL->getFirstLayout(); in sizeRequest()
H A Dfl_DocListener.cpp1187 fl_CellLayout * pCellL = (fl_CellLayout *) pL; in change() local
1188 pCellL->doclistener_deleteStrux(pcrx); in change()
H A Dfv_View_cmd.cpp875 fl_CellLayout * pCellL = NULL; in cmdTableToText() local
887 pCellL = static_cast<fl_CellLayout *>(pCCell->getSectionLayout()); in cmdTableToText()
888 if(pCellL == NULL) in cmdTableToText()
894 pCellL->appendTextToBuf(buf); in cmdTableToText()