Searched refs:pCurrentSpans (Results 1 – 1 of 1) sorted by relevance
463 IntVectorPtr pCurrentSpans = getCurrentSpans( ); in endOfRowAction() local464 if( pCurrentSpans->size() < m_nCellCounterForCurrentRow.top() ) in endOfRowAction()467 …pCurrentSpans->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 6 milliseconds