Searched refs:aColIt (Results 1 – 2 of 2) sorted by relevance
1917 ScfUInt16Vec::const_iterator aColBeg = rColXFIndexes.begin(), aColIt; in Finalize() local1945 for( aCellIt = aCellBeg, aColIt = aColBeg; aCellIt != aCellEnd; ++aCellIt, ++aColIt ) in Finalize()1952 if( nXFIndex != *aColIt ) in Finalize()1967 for( aCellIt = aCellBeg, aColIt = aColBeg; aCellIt != aCellEnd; ++aCellIt, ++aColIt ) in Finalize()1968 if( *aCellIt == *aColIt ) in Finalize()
1881 for( t2DNumberContainer::value_type::const_iterator aColIt( aRowIt->begin()); in exportTable() local1882 aColIt != aRowIt->end(); ++aColIt ) in exportTable()1884 SvXMLUnitConverter::convertDouble( msStringBuffer, *aColIt ); in exportTable()1891 ( mbRowSourceColumns || (aColIt == aRowIt->begin()) ) ) in exportTable()
Completed in 38 milliseconds