Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.h299 UT_NumberVector m_vecColumnSpansForCurrentRow; // placeholder for horizontal cell spans variable
H A Die_imp_MsWord_97.cpp2859 m_vecColumnSpansForCurrentRow.clear(); in _beginPara()
2885 m_vecColumnSpansForCurrentRow.addItem(span); in _beginPara()
5002 m_iRight = m_iLeft + m_vecColumnSpansForCurrentRow.getNthItem(m_iCurrentCell); in _cell_open()
5068 …xxx_UT_DEBUGMSG(("\t<CELL:%d:%d>", static_cast<int>(m_vecColumnSpansForCurrentRow.getNthItem(m_iCu… in _cell_open()