Home
last modified time | relevance | path

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

/AOO42X/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx433 …PropertyMap::iterator aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_TOP_BORDE… in endTableGetTableStyle() local
434 if( aTblBorderIter != m_aTableProperties->end() ) in endTableGetTableStyle()
436 aTblBorderIter->second >>= aTableBorder.TopLine; in endTableGetTableStyle()
438 m_aTableProperties->erase( aTblBorderIter ); in endTableGetTableStyle()
446 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_BOTTOM_BORDER, false) ); in endTableGetTableStyle()
447 if( aTblBorderIter != m_aTableProperties->end() ) in endTableGetTableStyle()
449 aTblBorderIter->second >>= aTableBorder.BottomLine; in endTableGetTableStyle()
451 m_aTableProperties->erase( aTblBorderIter ); in endTableGetTableStyle()
459 aTblBorderIter = m_aTableProperties->find( PropertyDefinition(PROP_LEFT_BORDER, false) ); in endTableGetTableStyle()
460 if( aTblBorderIter != m_aTableProperties->end() ) in endTableGetTableStyle()
[all …]