Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3993 std::vector<_Column>::const_iterator tmpIter = pSectHdl->GetColumns().begin(); in sprmWithProps() local
3994 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