Searched refs:m_aTableProperties (Results 1 – 2 of 2) sorted by relevance
99 m_aTableProperties = pProps; in startTable()295 if( m_aTableProperties.get() ) in endTableGetTableStyle()305 m_aTableProperties->find( PropertyDefinition( META_PROP_TABLE_STYLE_NAME, false ) ); in endTableGetTableStyle()306 if(aTableStyleIter != m_aTableProperties->end()) in endTableGetTableStyle()314 m_aTableProperties->erase( aTableStyleIter ); in endTableGetTableStyle()319 PropertyMapPtr pTableProps( m_aTableProperties ); in endTableGetTableStyle()322 m_aTableProperties = pEmptyProps; in endTableGetTableStyle()332 m_aTableProperties->insert( pMergedProperties ); in endTableGetTableStyle()333 m_aTableProperties->insert( pTableProps ); in endTableGetTableStyle()337 dmapper_logger->addTag(m_aTableProperties->toTag()); in endTableGetTableStyle()[all …]
100 TablePropertyMapPtr m_aTableProperties; member in writerfilter::dmapper::DomainMapperTableHandler