Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SectionLayout.cpp5348 m_pCurrentCell(NULL) in fl_ShadowListener()
5633 if(m_pCurrentCell == NULL) in populateStrux()
5639 pBL = m_pCurrentCell->append(sdh, pcr->getIndexAP(),FL_CONTAINER_BLOCK); in populateStrux()
5678 m_pCurrentCell = static_cast<fl_CellLayout *>(pCell); in populateStrux()
5679 *psfh = m_pCurrentCell; in populateStrux()
5708 UT_ASSERT(m_pCurrentCell); in populateStrux()
5710 *psfh = m_pCurrentCell; in populateStrux()
5711 m_pCurrentCell = NULL; in populateStrux()
H A Dfl_SectionLayout.h568 fl_CellLayout * m_pCurrentCell; variable