Home
last modified time | relevance | path

Searched refs:const_iterator (Results 176 – 200 of 1535) sorted by relevance

12345678910>>...62

/aoo42x/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx213 DocumentList::const_iterator it = m_aDocs.begin(); in notifyEvent()
529 DocumentList::const_iterator it = m_aDocs.begin(); in buildDocumentsList()
583 DocumentList::const_iterator it = m_aDocs.find( rDocId ); in queryStorage()
603 DocumentList::const_iterator it = m_aDocs.find( rDocId ); in queryDocumentModel()
618 DocumentList::const_iterator it = m_aDocs.begin(); in queryDocuments()
634 DocumentList::const_iterator it = m_aDocs.find( rDocId ); in queryStorageTitle()
/aoo42x/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx208 _PropertyMap::const_iterator aMapIter = begin(); in GetCharStyleProperties()
209 _PropertyMap::const_iterator aEndIter = end(); in GetCharStyleProperties()
234 PropertyValueVector_t::const_iterator aIt = rProperties.begin(); in GetCharStyleProperties()
235 PropertyValueVector_t::const_iterator aEndIt = rProperties.end(); in GetCharStyleProperties()
291 _PropertyMap::const_iterator aMapIter = begin(); in GetLevelProperties()
292 _PropertyMap::const_iterator aEndIter = end(); in GetLevelProperties()
319 PropertyValueVector_t::const_iterator aIt = aNumberingProperties.begin(); in GetLevelProperties()
320 PropertyValueVector_t::const_iterator aEndIt = aNumberingProperties.end(); in GetLevelProperties()
/aoo42x/main/slideshow/source/engine/
H A Deventmultiplexer.cxx444 for( UnoViewVector::const_iterator aIter( mrViewContainer.begin() ), in forEachView()
464 UnoViewVector::const_iterator aIter; in findUnoView()
465 const UnoViewVector::const_iterator aEnd ( mrViewContainer.end() ); in findUnoView()
561 for( UnoViewVector::const_iterator aIter=mrViewContainer.begin(), in clear()
573 for( UnoViewVector::const_iterator aIter=mrViewContainer.begin(), in clear()
616 UnoViewVector::const_iterator aIter; in notifyMouseHandlers()
617 const UnoViewVector::const_iterator aBegin( mrViewContainer.begin() ); in notifyMouseHandlers()
618 const UnoViewVector::const_iterator aEnd ( mrViewContainer.end() ); in notifyMouseHandlers()
H A Deventqueue.cxx71 EventEntryVector::const_iterator const iEnd( maNextEvents.end() ); in ~EventQueue()
72 for ( EventEntryVector::const_iterator iPos( maNextEvents.begin() ); in ~EventQueue()
188 EventEntryVector::const_iterator const iEnd( maNextEvents.end() ); in process_()
189 for ( EventEntryVector::const_iterator iPos( maNextEvents.begin() ); in process_()
/aoo42x/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx119 ResourceIdVector::const_iterator iResource; in PartitionResources()
184 ResourceIdVector::const_iterator iResource (rSource.begin()); in CopyResources()
185 ResourceIdVector::const_iterator iEnd(rSource.end()); in CopyResources()
224 ResourceIdVector::const_iterator iResource; in TraceResourceIdVector()
H A DResourceFactoryManager.cxx156 FactoryMap::const_iterator iFactory; in RemoveFactoryForReference()
162 ::std::vector<OUString>::const_iterator iKey; in RemoveFactoryForReference()
222 FactoryMap::const_iterator iFactory (maFactoryMap.find(rsURLBase)); in FindFactory()
228 FactoryPatternList::const_iterator iPattern; in FindFactory()
/aoo42x/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx82 ScCellKeywordHashMap::const_iterator itrEnd = aMap.end(); in lclMatchKeyword()
83 ScCellKeywordHashMap::const_iterator itr = aMap.find(rName); in lclMatchKeyword()
101 list<ScCellKeyword>::const_iterator itrListEnd = itr->second.end(); in lclMatchKeyword()
102 list<ScCellKeyword>::const_iterator itrList = itr->second.begin(); in lclMatchKeyword()
/aoo42x/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx157 for ( MapStringToCompDesc::const_iterator stor = i_mapStorageToCompDesc.begin(); in lcl_writeObjectMap_throw()
308 … for ( ::std::vector< Reference< XController > >::const_iterator ctrl = i_rControllers.begin(); in saveModifiedSubComponents()
325 for ( MapCompTypeToCompDescs::const_iterator map = aMapCompDescs.begin(); in saveModifiedSubComponents()
370 for ( MapCompTypeToCompDescs::const_iterator map = aMapCompDescs.begin(); in recoverSubDocuments()
382 for ( MapStringToCompDesc::const_iterator stor = map->second.begin(); in recoverSubDocuments()
/aoo42x/main/idlc/source/
H A Dastdump.cxx78 DeclList::const_iterator iter = getIteratorBegin(); in dump()
79 DeclList::const_iterator end = getIteratorEnd(); in dump()
184 {for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in dump()
254 {for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in dump()
429 for (DeclList::const_iterator i(exceptions.begin()); in dumpExceptions()
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx280 PresetCategoryList::const_iterator aCategoryIter( rCategoryList.begin() ); in CustomAnimationCreateTabPage()
281 const PresetCategoryList::const_iterator aCategoryEnd( rCategoryList.end() ); in CustomAnimationCreateTabPage()
294 std::vector< CustomAnimationPresetPtr >::const_iterator aIter( aSortedVector.begin() ); in CustomAnimationCreateTabPage()
295 const std::vector< CustomAnimationPresetPtr >::const_iterator aEnd( aSortedVector.end() ); in CustomAnimationCreateTabPage()
637 std::vector< Any >::const_iterator aIter( mrTargets.begin() ); in preview()
638 const std::vector< Any >::const_iterator aEnd( mrTargets.end() ); in preview()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx424 SystemGlyphDataVector::const_iterator aIter=aSysLayoutData.rGlyphData.begin(); in draw()
425 const SystemGlyphDataVector::const_iterator aEnd=aSysLayoutData.rGlyphData.end(); in draw()
474 FontLevelVector::const_iterator aFontDataIter = aFontData.begin(); in draw()
475 const FontLevelVector::const_iterator aFontDataEnd = aFontData.end(); in draw()
484 SystemGlyphDataVector::const_iterator aIter=aSysLayoutData.rGlyphData.begin(); in draw()
485 const SystemGlyphDataVector::const_iterator aEnd=aSysLayoutData.rGlyphData.end(); in draw()
/aoo42x/main/cppu/source/uno/
H A Dlbmap.cxx336 const t_OUStringSet::const_iterator iFind( rData.aNegativeLibs.find( rBridgeName ) ); in loadModule()
407 const t_OUString2Entry::const_iterator iFind( rData.aName2Entry.find( in getDirectMapping()
531 const t_OUString2Entry::const_iterator iFind( rData.aName2Entry.find( in uno_getMapping()
552 for ( t_CallbackSet::const_iterator iPos( rData.aCallbacks.begin() ); in uno_getMapping()
613 const t_Mapping2Entry::const_iterator iFind( rData.aMapping2Entry.find( *ppMapping ) ); in uno_registerMapping()
650 const t_Mapping2Entry::const_iterator iFind( rData.aMapping2Entry.find( pMapping ) ); in uno_revokeMapping()
/aoo42x/main/dbaccess/source/ui/control/
H A DRelationControl.cxx533 OJoinTableView::OTableWindowMap::const_iterator aIter = m_pTableMap->begin(); in fillListBoxes()
534 OJoinTableView::OTableWindowMap::const_iterator aEnd = m_pTableMap->end(); in fillListBoxes()
592 OJoinTableView::OTableWindowMap::const_iterator aIter = m_pTableMap->begin(); in IMPL_LINK()
611 OJoinTableView::OTableWindowMap::const_iterator aFind = m_pTableMap->find(strSelected); in IMPL_LINK()
628 …OJoinTableView::OTableWindowMap::const_iterator aIter = m_pTableMap->find(m_lmbRightTable.GetSelec… in IMPL_LINK()
644 …OJoinTableView::OTableWindowMap::const_iterator aIter = m_pTableMap->find(m_lmbLeftTable.GetSelect… in IMPL_LINK()
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx235 for ( std::vector< Widget *>::const_iterator it = maChildren.begin(); in ~Widget()
386 for ( std::vector< Widget *>::const_iterator it = aChildChildren.begin(); in swapWithChild()
390 for ( std::vector< Widget *>::const_iterator it = aChildChildren.begin(); in swapWithChild()
394 for ( std::vector< Widget *>::const_iterator jt = aChildChildren.begin(); in swapWithChild()
397 for ( std::vector< Widget *>::const_iterator jt = aChildChildren.begin(); in swapWithChild()
417 for ( std::vector< Widget *>::const_iterator it = maChildren.begin(); in getChildPos()
455 for ( PropList::const_iterator it = props.begin(); it != props.end(); it++ ) in findProperty()
1781 for ( std::list< layout::PushButton * >::const_iterator i = maCreateButtons.begin(); in ~EditorImpl()
1861 for ( std::list< layout::PushButton *>::const_iterator it = maCreateButtons.begin(); in widgetSelected()
1867 for ( std::list< layout::PushButton *>::const_iterator it = maCreateButtons.begin(); in widgetSelected()
[all …]
/aoo42x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1354 PropertyValueMap::const_iterator it = xProps->begin(); in getPropertyValues()
1355 PropertyValueMap::const_iterator end = xProps->end(); in getPropertyValues()
1470 std::vector< rtl::OUString >::const_iterator it in getPropertyValues()
2024 std::vector< ProppatchValue >::const_iterator it in setPropertyValues()
2026 std::vector< ProppatchValue >::const_iterator end in setPropertyValues()
2052 std::vector< sal_Int32 >::const_iterator it in setPropertyValues()
2054 std::vector< sal_Int32 >::const_iterator end in setPropertyValues()
2973 ContentRefList::const_iterator it = aChildren.begin(); in destroy()
2974 ContentRefList::const_iterator end = aChildren.end(); in destroy()
3186 ContentRefList::const_iterator it = aChildren.begin(); in exchangeIdentity()
[all …]
/aoo42x/main/vcl/unx/headless/
H A Dsvpelement.cxx173 for( std::list< SvpElement* >::const_iterator it = m_aElements.begin(); in IMPL_LINK()
179 …for( std::hash_map< rtl::OString, std::list<SvpElement*>, rtl::OStringHash>::const_iterator hash_i… in IMPL_LINK()
185 for( std::list<SvpElement*>::const_iterator it = hash_it->second.begin(); in IMPL_LINK()
197 for( std::list< SvpElement* >::const_iterator it = m_aElements.begin(); in IMPL_LINK()
/aoo42x/main/svtools/source/control/
H A Droadmap.cxx342 for ( HL_Vector::const_iterator i = rItems.begin(); in SetRoadmapInteractive()
381 for ( HL_Vector::const_iterator i = rItems.begin() + _nIndex; in UpdatefollowingHyperLabels()
432 for ( HL_Vector::const_iterator i = rItems.begin(); in GetItemIndex()
492 for ( HL_Vector::const_iterator i = rItems.begin() + _nStartIndex; in ChangeRoadmapItemLabel()
526 for ( HL_Vector::const_iterator i = rItems.begin() + _nStartIndex; in GetByID()
598 for ( HL_Vector::const_iterator i = rItems.begin(); in DeselectOldRoadmapItems()
698 for ( HL_Vector::const_iterator i = rItems.begin(); in GetByPointer()
/aoo42x/main/svl/source/items/
H A Ditemprop.cxx103 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in getByName()
119 SfxItemPropertyHashMap_t::const_iterator aIt = m_pImpl->begin(); in getProperties()
143 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in getPropertyByName()
160 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in hasPropertyByName()
188 SfxItemPropertyHashMap_t::const_iterator aIt = m_pImpl->begin(); in getPropertyEntries()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx77 Documents::const_iterator m_it;
186 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName()
197 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames()
198 NameIndexHash::const_iterator it_end = namesToIndices.end(); in getElementNames()
206 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName()
/aoo42x/main/autodoc/source/exes/adc_uni/
H A Dadc_cl.cxx280 for ( CommandList::const_iterator it = aCommands.begin(); in Run()
343 StringVector::const_iterator itEnd = aParameters.end(); in do_Init()
344 for ( StringVector::const_iterator it = aParameters.begin(); in do_Init()
498 v_nr(StringVector::const_iterator it) in v_nr()
/aoo42x/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx113 for ( ::std::vector< ButtonItem >::const_iterator loop = m_aAllTypes.begin(); in TypeSelectionPage()
150 for ( ::std::vector< ButtonItem >::const_iterator loop = m_aAllTypes.begin(); in ActivatePage()
174 for ( ::std::vector< ButtonItem >::const_iterator loop = m_aAllTypes.begin(); in selectType()
185 for ( ::std::vector< ButtonItem >::const_iterator loop = m_aAllTypes.begin(); in getSelectedType()
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Dswelist.hxx74 typedef SweListCIterator<XX> const_iterator; typedef in csv::SweList
91 const_iterator begin() const { return pTop; } in begin()
93 const_iterator end() const { return (elem*)0; } in end()
263 for ( const_iterator iter = begin(); in size()
/aoo42x/main/autodoc/source/cosv/storage/
H A Dploc_dir.cxx211 StringVector::const_iterator dEnd = aSubDirectories.end(); in GetContainedFiles()
212 for ( StringVector::const_iterator d = aSubDirectories.begin(); in GetContainedFiles()
321 StringVector::const_iterator dEnd = aSubDirectories.end(); in GetContainedFiles()
322 for ( StringVector::const_iterator d = aSubDirectories.begin(); in GetContainedFiles()
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1113 vector<ScSharedTokenRef>::const_iterator itr = rRefTokens.begin(), itrEnd = rRefTokens.end(); in lcl_addUpperLeftCornerIfMissing()
1652 vector<ScSharedTokenRef>::const_iterator itr = rTokens.begin(), itrEnd = rTokens.end(); in initRangeAnalyzer()
2306 LabeledList::const_iterator aItr(m_aLabeledSequences.begin()); in getDataSequences()
2307 LabeledList::const_iterator aEndItr(m_aLabeledSequences.end()); in getDataSequences()
2616 … ::std::list<sal_Int32>::const_iterator itr = aHiddenValues.begin(), itrEnd = aHiddenValues.end(); in BuildDataCache()
2756 hash_set<sal_uInt16>::const_iterator itr = rFileIds.begin(), itrEnd = rFileIds.end(); in StopListeningToAllExternalRefs()
2789 hash_set<sal_uInt16>::const_iterator itr = rFileIds.begin(), itrEnd = rFileIds.end(); in CopyData()
2843 for (vector<ScSharedTokenRef>::const_iterator itr = itrBeg ;itr != itrEnd; ++itr) in Notify()
2996 ::std::list<Item>::const_iterator itr = m_aDataArray.begin(), itrEnd = m_aDataArray.end(); in getData()
3025 ::std::list<Item>::const_iterator itr = m_aDataArray.begin(), itrEnd = m_aDataArray.end(); in getNumericalData()
[all …]
/aoo42x/main/sfx2/source/doc/
H A Dguisaveas.cxx444 ::comphelper::SequenceAsHashMap::const_iterator aInteractIter = in CheckInteractionHandler()
811 ::comphelper::SequenceAsHashMap::const_iterator aOverwriteIter = in OutputFileDialog()
1029 ::comphelper::SequenceAsHashMap::const_iterator aIter = in OutputFileDialog()
1050 ::comphelper::SequenceAsHashMap::const_iterator aIter = in OutputFileDialog()
1331 ::comphelper::SequenceAsHashMap::const_iterator aSaveToIter = in GUIStoreModel()
1456 ::comphelper::SequenceAsHashMap::const_iterator aDlgIter = in GUIStoreModel()
1484 ::comphelper::SequenceAsHashMap::const_iterator aStdDirIter = in GUIStoreModel()
1491 ::comphelper::SequenceAsHashMap::const_iterator aBlackListIter = in GUIStoreModel()
1534 ::comphelper::SequenceAsHashMap::const_iterator aIter = in GUIStoreModel()
1554 ::comphelper::SequenceAsHashMap::const_iterator aIter = in GUIStoreModel()
[all …]

Completed in 2167 milliseconds

12345678910>>...62