Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx379 …PropertyMap::iterator aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_TOP_BORDE… in endTableGetTableStyle() local
380 if( aTblBorderIter != m_aTableProperties->end() ) in endTableGetTableStyle()
382 aTblBorderIter->second >>= aTableBorder.TopLine; in endTableGetTableStyle()
384 m_aTableProperties->erase( aTblBorderIter ); in endTableGetTableStyle()
392 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_BOTTOM_BORDER, false) ); in endTableGetTableStyle()
393 if( aTblBorderIter != m_aTableProperties->end() ) in endTableGetTableStyle()
395 aTblBorderIter->second >>= aTableBorder.BottomLine; in endTableGetTableStyle()
397 m_aTableProperties->erase( aTblBorderIter ); in endTableGetTableStyle()
405 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_LEFT_BORDER, false) ); in endTableGetTableStyle()
406 if( aTblBorderIter != m_aTableProperties->end() ) in endTableGetTableStyle()
[all …]