Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx985 aLSeqIt != rLSequencesPerIndex.end(); ++aLSeqIt ) in switchRangesFromOuterToInternalIfNecessary()
987 if( aLSeqIt->second.is()) in switchRangesFromOuterToInternalIfNecessary()
990 if( aLSeqIt->first.second == SCH_XML_PART_VALUES || in switchRangesFromOuterToInternalIfNecessary()
991 aLSeqIt->first.second == SCH_XML_PART_ERROR_BARS ) in switchRangesFromOuterToInternalIfNecessary()
1005 aLSeqIt->second->setValues( xNewSeq ); in switchRangesFromOuterToInternalIfNecessary()
1025 aLSeqIt->second->setValues( xNewSequence ); in switchRangesFromOuterToInternalIfNecessary()
1036 aLSeqIt->second->setValues( xNewSequence ); in switchRangesFromOuterToInternalIfNecessary()
1043 OSL_ASSERT( aLSeqIt->first.second == SCH_XML_PART_LABEL ); in switchRangesFromOuterToInternalIfNecessary()
1057 aLSeqIt->second->setLabel( xNewSeq ); in switchRangesFromOuterToInternalIfNecessary()
1063 aRep += OUString::valueOf( aLSeqIt->first.first ); in switchRangesFromOuterToInternalIfNecessary()
[all …]
H A DSchXMLTools.cxx755 for( tSchXMLLSequencesPerIndex::const_iterator aLSeqIt( rLSequencesPerIndex.begin() ); in switchBackToDataProviderFromParent() local
756 aLSeqIt != rLSequencesPerIndex.end(); ++aLSeqIt ) in switchBackToDataProviderFromParent()
758 Reference< chart2::data::XLabeledDataSequence > xLabeledSeq( aLSeqIt->second ); in switchBackToDataProviderFromParent()

Completed in 20 milliseconds