Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.cxx463 IntVectorPtr pCurrentSpans = getCurrentSpans( ); in endOfRowAction() local
464 if( pCurrentSpans->size() < m_nCellCounterForCurrentRow.top() ) in endOfRowAction()
467pCurrentSpans->insert( pCurrentSpans->end( ), m_nCellCounterForCurrentRow.top() - pCurrentSpans->s… in endOfRowAction()
473 ::std::vector<sal_Int32>::const_iterator aGridSpanIter = pCurrentSpans->begin(); in endOfRowAction()
474 ::std::vector<sal_Int32>::const_iterator aGridSpanIterEnd = pCurrentSpans->end(); in endOfRowAction()
490 ::std::vector<sal_Int32>::const_iterator aGridSpanIter = pCurrentSpans->begin(); in endOfRowAction()
491 for( ; aGridSpanIter != pCurrentSpans->end(); ++aGridSpanIter) in endOfRowAction()
505 ::std::vector< sal_Int32 >::const_iterator aSpansIter = pCurrentSpans->begin( ); in endOfRowAction()
536 pCurrentSpans->clear(); in endOfRowAction()

Completed in 13 milliseconds