Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx357 …for( AxesSetVector::iterator aASIt = aAxesSets.begin(), aASEnd = aAxesSets.end(); !pAxesSet && (aA… in convertFromModel() local
358 if( (*aASIt)->maTypeGroups.front()->maAxisIds == xTypeGroup->maAxisIds ) in convertFromModel()
359 pAxesSet = aASIt->get(); in convertFromModel()
389 …ctor::iterator aASBeg = aAxesSets.begin(), aASIt = aASBeg, aASEnd = aAxesSets.end(); aASIt != aASE… in convertFromModel() local
391 AxesSetConverter aAxesSetConv( *this, **aASIt ); in convertFromModel()
392 sal_Int32 nAxesSetIdx = static_cast< sal_Int32 >( aASIt - aASBeg ); in convertFromModel()

Completed in 16 milliseconds