Searched refs:PropertyMapVector1 (Results 1 – 2 of 2) sorted by relevance
51 typedef std::vector<PropertyMapPtr> PropertyMapVector1; typedef52 typedef std::vector<PropertyMapVector1> PropertyMapVector2;108 PropertyMapVector1 m_aRowProperties;
589 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties()590 PropertyMapVector1::const_iterator aCellIteratorEnd = aRowOfCellsIterator->end(); in endTableGetCellProperties()591 … PropertyMapVector1::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 9 milliseconds