Searched refs:PropertyMapVector1 (Results 1 – 2 of 2) sorted by relevance
49 typedef std::vector<PropertyMapPtr> PropertyMapVector1; typedef50 typedef std::vector<PropertyMapVector1> PropertyMapVector2;99 PropertyMapVector1 m_aRowProperties;
535 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties()536 PropertyMapVector1::const_iterator aCellIteratorEnd = aRowOfCellsIterator->end(); in endTableGetCellProperties()537 … PropertyMapVector1::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 27 milliseconds