Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx153 m_aTableProperties = pProps; in startTable()
349 if( m_aTableProperties.get() ) in endTableGetTableStyle()
359 m_aTableProperties->find( PropertyDefinition( META_PROP_TABLE_STYLE_NAME, false ) ); in endTableGetTableStyle()
360 if(aTableStyleIter != m_aTableProperties->end()) in endTableGetTableStyle()
368 m_aTableProperties->erase( aTableStyleIter ); in endTableGetTableStyle()
373 PropertyMapPtr pTableProps( m_aTableProperties ); in endTableGetTableStyle()
376 m_aTableProperties = pEmptyProps; in endTableGetTableStyle()
386 m_aTableProperties->insert( pMergedProperties ); in endTableGetTableStyle()
387 m_aTableProperties->insert( pTableProps ); in endTableGetTableStyle()
391 dmapper_logger->addTag(m_aTableProperties->toTag()); in endTableGetTableStyle()
[all …]
H A DDomainMapperTableHandler.hxx109 TablePropertyMapPtr m_aTableProperties; member in writerfilter::dmapper::DomainMapperTableHandler