Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx217 ::comphelper::ItemPropertyMapType::const_iterator aEndIt; in GetItemProperty()
223 aEndIt = lcl_GetDataPointLinePropertyMap().end(); in GetItemProperty()
227 aEndIt = lcl_GetDataPointFilledPropertyMap().end(); in GetItemProperty()
231 aEndIt = lcl_GetLinePropertyMap().end(); in GetItemProperty()
236 aEndIt = lcl_GetFillPropertyMap().end(); in GetItemProperty()
242 aEndIt = lcl_GetLinePropertyMap().end(); in GetItemProperty()
246 if( aIt == aEndIt ) in GetItemProperty()
248 aEndIt = lcl_GetFillPropertyMap().end(); in GetItemProperty()
254 if( aIt == aEndIt ) in GetItemProperty()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx254 const ::std::vector< SdPage * >::const_iterator aEndIt( rpPages->end()); in lcl_ApplyToPages() local
255 for( ; aIt != aEndIt; ++aIt ) in lcl_ApplyToPages()
276 const ::std::vector< SdPage * >::const_iterator aEndIt( rpPages->end()); in lcl_CreateUndoForPages() local
277 for( ; aIt != aEndIt; ++aIt ) in lcl_CreateUndoForPages()
299 const ::sd::TransitionPresetList::const_iterator aEndIt( rPresetList.end()); in lcl_getTransitionEffectIndex() local
300 for( ; aIt != aEndIt; ++aIt, ++nCurrentIndex ) in lcl_getTransitionEffectIndex()
807 ::sd::slidesorter::SlideSorterViewShell::PageSelection::const_iterator aEndIt( in updateControls()
811 for( ++aIt ;aIt != aEndIt; ++aIt ) in updateControls()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx235 PropertyValueVector_t::const_iterator aEndIt = rProperties.end(); in GetCharStyleProperties() local
236 for(sal_uInt32 nIndex = 0; aIt != aEndIt; ++aIt,++nIndex) in GetCharStyleProperties()
320 PropertyValueVector_t::const_iterator aEndIt = aNumberingProperties.end(); in GetLevelProperties() local
321 for(sal_uInt32 nIndex = 0; aIt != aEndIt; ++aIt,++nIndex) in GetLevelProperties()
H A DDomainMapper_Impl.cxx413 ::std::vector<DeletableTabStop>::iterator aEndIt = m_aCurrentTabStops.end(); in ModifyCurrentTabStop()
415 for( ; aIt != aEndIt; ++aIt) in ModifyCurrentTabStop()
441 ::std::vector<DeletableTabStop>::iterator aEndIt = m_aCurrentTabStops.end(); in IncorporateTabStop()
444 for( ; aIt != aEndIt; ++aIt) in IncorporateTabStop()
467 ::std::vector<DeletableTabStop>::const_iterator aEndIt = m_aCurrentTabStops.end(); in GetCurrentTabStopAndClear()
469 for(sal_Int32 nIndex = 0; aIt != aEndIt; ++aIt) in GetCurrentTabStopAndClear()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx183 const TransitionPresetList::const_iterator aEndIt( rPresetList.end()); in SetFadeEffect() local
184 for( ; aIt != aEndIt; ++aIt ) in SetFadeEffect()
209 const TransitionPresetList::const_iterator aEndIt( rPresetList.end()); in GetFadeEffect() local
210 for( ; aIt != aEndIt; ++aIt ) in GetFadeEffect()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx142 AttributeToResourceMap::const_iterator aEndIt = pMap->end(); in attributes() local
144 for (aIt = pMap->begin(); aIt != aEndIt; aIt++) in attributes()
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx443 ::std::vector< ::rtl::OUString >::const_iterator aEndIt = aElemNames.end(); in merge()
444 while(aIter != aEndIt) in merge()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx1652 Set_DataSequenceRef_t::iterator aEndIt( rSet.end() ); in DeleteBox() local
1654 while (aIt != aEndIt) in DeleteBox()
1716 Set_DataSequenceRef_t::const_iterator aEndIt( aSet.end() ); in DisposeAllDataSequences() local
1717 while (aIt != aEndIt) in DisposeAllDataSequences()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx648 …const ::std::vector< Reference< chart2::data::XLabeledDataSequence > >::const_iterator aEndIt(aDat… in createDataSource() local
649 for( ;aIt!=aEndIt; ++aIt) in createDataSource()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1797 const ::std::vector< VDataSeries* >::iterator aEndIt( rGroup.m_aSeriesVector.end()); in operator ()() local
1798 for( ; aIt != aEndIt; ++aIt ) in operator ()()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3381 const ::std::set< sal_Int32 >::const_iterator aEndIt( aAttrPointSet.end()); in exportDataPoints() local
3387 if( aAttrPointSet.find( nElement ) != aEndIt ) in exportDataPoints()

Completed in 131 milliseconds