Searched refs:tmpIter (Results 1 – 1 of 1) sorted by relevance
3984 std::vector<_Column>::const_iterator tmpIter = pSectHdl->GetColumns().begin(); in sprmWithProps() local3985 for (; tmpIter != pSectHdl->GetColumns().end(); tmpIter++) in sprmWithProps()3987 pSectionContext->AppendColumnWidth( tmpIter->nWidth ); in sprmWithProps()3988 if ((tmpIter != pSectHdl->GetColumns().end() - 1) || (tmpIter->nSpace > 0)) in sprmWithProps()3989 pSectionContext->AppendColumnSpacing( tmpIter->nSpace ); in sprmWithProps()