Searched refs:m_nRowIndex (Results 1 – 4 of 4) sorted by relevance
78 ,m_nRowIndex(0) in DBG_NAME()291 …E(static_cast<sal_uInt32>(m_nRowIndex-1 ) < m_aGrid.size() && static_cast<sal_uInt32>( m_nColumnIn… in addCell()293 …( static_cast<sal_uInt32>(m_nRowIndex-1 ) < m_aGrid.size() && static_cast<sal_uInt32>( m_nColumnIn… in addCell()295 TCell& rCell = m_aGrid[m_nRowIndex-1][m_nColumnIndex-1]; in addCell()301 rCell.nHeight = m_aHeight[m_nRowIndex-1]; in addCell()313 ++m_nRowIndex; in incrementRowIndex()
53 … sal_Int32 m_nRowIndex; member in rptxml::OXMLTable84 inline sal_Int32 getRowIndex() const { return m_nRowIndex; } in getRowIndex()
87 m_nRowIndex(0) in DomainMapperTableHandler()101 m_nRowIndex = 0; in startTable()794 (*m_pTableSeq)[m_nRowIndex] = *m_pRowSeq; in endRow()795 ++m_nRowIndex; in endRow()
103 sal_Int32 m_nRowIndex; member in writerfilter::dmapper::DomainMapperTableHandler
Completed in 34 milliseconds