Searched refs:tmpIter (Results 1 – 1 of 1) sorted by relevance
3993 std::vector<_Column>::const_iterator tmpIter = pSectHdl->GetColumns().begin(); in sprmWithProps() local3994 for (; tmpIter != pSectHdl->GetColumns().end(); tmpIter++) in sprmWithProps()3996 pSectionContext->AppendColumnWidth( tmpIter->nWidth ); in sprmWithProps()3997 if ((tmpIter != pSectHdl->GetColumns().end() - 1) || (tmpIter->nSpace > 0)) in sprmWithProps()3998 pSectionContext->AppendColumnSpacing( tmpIter->nSpace ); in sprmWithProps()
Completed in 31 milliseconds