Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx49 typedef std::vector<PropertyMapPtr> PropertyMapVector1; typedef
50 typedef std::vector<PropertyMapVector1> PropertyMapVector2;
99 PropertyMapVector1 m_aRowProperties;
H A DDomainMapperTableHandler.cxx535 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties()
536 PropertyMapVector1::const_iterator aCellIteratorEnd = aRowOfCellsIterator->end(); in endTableGetCellProperties()
537PropertyMapVector1::const_iterator aLastCellIterator = aRowOfCellsIterator->end() - 1; in endTableGetCellProperties()
680 PropertyMapVector1::const_iterator aRowIter = m_aRowProperties.begin(); in endTableGetRowProperties()
681 PropertyMapVector1::const_iterator aRowIterEnd = m_aRowProperties.end(); in endTableGetRowProperties()
779 m_aCellProperties.push_back( PropertyMapVector1() ); in startRow()

Completed in 14 milliseconds