Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx51 typedef std::vector<PropertyMapPtr> PropertyMapVector1; typedef
52 typedef std::vector<PropertyMapVector1> PropertyMapVector2;
108 PropertyMapVector1 m_aRowProperties;
H A DDomainMapperTableHandler.cxx589 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties()
590 PropertyMapVector1::const_iterator aCellIteratorEnd = aRowOfCellsIterator->end(); in endTableGetCellProperties()
591PropertyMapVector1::const_iterator aLastCellIterator = aRowOfCellsIterator->end() - 1; in endTableGetCellProperties()
734 PropertyMapVector1::const_iterator aRowIter = m_aRowProperties.begin(); in endTableGetRowProperties()
735 PropertyMapVector1::const_iterator aRowIterEnd = m_aRowProperties.end(); in endTableGetRowProperties()
841 m_aCellProperties.push_back( PropertyMapVector1() ); in startRow()

Completed in 22 milliseconds