Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx517 CellPropertyValuesSeq_t aCellProperties( m_aCellProperties.size() ); in endTableGetCellProperties()
519 if ( ! m_aCellProperties.empty()) in endTableGetCellProperties()
523 PropertyMapVector2::const_iterator aRowOfCellsIterator = m_aCellProperties.begin(); in endTableGetCellProperties()
524 PropertyMapVector2::const_iterator aRowOfCellsIteratorEnd = m_aCellProperties.end(); in endTableGetCellProperties()
525 PropertyMapVector2::const_iterator aLastRowIterator = m_aCellProperties.end() - 1; in endTableGetCellProperties()
766 m_aCellProperties.clear(); in endTable()
779 m_aCellProperties.push_back( PropertyMapVector1() ); in startRow()
807 m_aCellProperties[nRow - 1].push_back( pProps ); in startCell()
813 m_aCellProperties[nRow - 1].push_back( pEmptyProps ); in startCell()
H A DDomainMapperTableHandler.hxx98 PropertyMapVector2 m_aCellProperties; member in writerfilter::dmapper::DomainMapperTableHandler

Completed in 48 milliseconds