Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx535 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties() local
560 while( aCellIterator != aCellIteratorEnd ) in endTableGetCellProperties()
564 bool bIsEndCol = aCellIterator == aLastCellIterator; in endTableGetCellProperties()
568 if( aCellIterator->get() ) in endTableGetCellProperties()
576aCellIterator->get()->find( PropertyDefinition( PROP_CNF_STYLE, false ) ); in endTableGetCellProperties()
577 if ( aCnfStyleIter != aCellIterator->get( )->end( ) ) in endTableGetCellProperties()
584 aCellIterator->get( )->erase( aCnfStyleIter ); in endTableGetCellProperties()
594 pAllCellProps->insert( *aCellIterator ); in endTableGetCellProperties()
595 aCellIterator->get( )->swap( *pAllCellProps.get( ) ); in endTableGetCellProperties()
603 … lcl_computeCellBorders( rInfo.pTableBorders, *aCellIterator, nCell, nRow, bIsEndCol, bIsEndRow ); in endTableGetCellProperties()
[all …]