Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxetable.cxx1917 ScfUInt16Vec::const_iterator aColBeg = rColXFIndexes.begin(), aColIt; in Finalize() local
1945 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()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLExport.cxx1881 for( t2DNumberContainer::value_type::const_iterator aColIt( aRowIt->begin()); in exportTable() local
1882 aColIt != aRowIt->end(); ++aColIt ) in exportTable()
1884 SvXMLUnitConverter::convertDouble( msStringBuffer, *aColIt ); in exportTable()
1891 ( mbRowSourceColumns || (aColIt == aRowIt->begin()) ) ) in exportTable()

Completed in 68 milliseconds