Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx571 CellPropertyValuesSeq_t aCellProperties( m_aCellProperties.size() ); in endTableGetCellProperties()
573 if ( ! m_aCellProperties.empty()) in endTableGetCellProperties()
577 PropertyMapVector2::const_iterator aRowOfCellsIterator = m_aCellProperties.begin(); in endTableGetCellProperties()
578 PropertyMapVector2::const_iterator aRowOfCellsIteratorEnd = m_aCellProperties.end(); in endTableGetCellProperties()
579 PropertyMapVector2::const_iterator aLastRowIterator = m_aCellProperties.end() - 1; in endTableGetCellProperties()
828 m_aCellProperties.clear(); in endTable()
841 m_aCellProperties.push_back( PropertyMapVector1() ); in startRow()
869 m_aCellProperties[nRow - 1].push_back( pProps ); in startCell()
875 m_aCellProperties[nRow - 1].push_back( pEmptyProps ); in startCell()
H A DDomainMapperTableHandler.hxx107 PropertyMapVector2 m_aCellProperties; member in writerfilter::dmapper::DomainMapperTableHandler

Completed in 29 milliseconds