Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx589 PropertyMapVector1::const_iterator aCellIterator = aRowOfCellsIterator->begin(); in endTableGetCellProperties() local
614 while( aCellIterator != aCellIteratorEnd ) in endTableGetCellProperties()
618 bool bIsEndCol = aCellIterator == aLastCellIterator; in endTableGetCellProperties()
622 if( aCellIterator->get() ) in endTableGetCellProperties()
630aCellIterator->get()->find( PropertyDefinition( PROP_CNF_STYLE, false ) ); in endTableGetCellProperties()
631 if ( aCnfStyleIter != aCellIterator->get( )->end( ) ) in endTableGetCellProperties()
638 aCellIterator->get( )->erase( aCnfStyleIter ); in endTableGetCellProperties()
648 pAllCellProps->insert( *aCellIterator ); in endTableGetCellProperties()
649 aCellIterator->get( )->swap( *pAllCellProps.get( ) ); in endTableGetCellProperties()
657 … lcl_computeCellBorders( rInfo.pTableBorders, *aCellIterator, nCell, nRow, bIsEndCol, bIsEndRow ); in endTableGetCellProperties()
[all …]