Home
last modified time | relevance | path

Searched refs:iter (Results 1 – 25 of 186) sorted by relevance

12345678

/AOO41X/main/cppuhelper/source/
H A Dinterfacecontainer.cxx383 t_type2ptr::iterator iter = pMap->begin(); in ~OMultiTypeInterfaceContainerHelper() local
386 while( iter != end ) in ~OMultiTypeInterfaceContainerHelper()
388 delete (OInterfaceContainerHelper*)(*iter).second; in ~OMultiTypeInterfaceContainerHelper()
389 (*iter).second = 0; in ~OMultiTypeInterfaceContainerHelper()
390 ++iter; in ~OMultiTypeInterfaceContainerHelper()
407 t_type2ptr::iterator iter = pMap->begin(); in getContainedTypes() local
411 while( iter != end ) in getContainedTypes()
414 if( ((OInterfaceContainerHelper*)(*iter).second)->getLength() ) in getContainedTypes()
416 pArray[i++] = (*iter).first; in getContainedTypes()
417 ++iter; in getContainedTypes()
[all …]
/AOO41X/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx452 ProtocolCmdMap::const_iterator iter = options.protocolCmdMap.begin(); in generateXDispatchBodies() local
453 while (iter != options.protocolCmdMap.end()) { in generateXDispatchBodies()
454 o << " if ( aURL.Protocol.compareTo(\"" << (*iter).first in generateXDispatchBodies()
457 for (std::vector< OString >::const_iterator i = (*iter).second.begin(); in generateXDispatchBodies()
458 i != (*iter).second.end(); ++i) { in generateXDispatchBodies()
465 iter++; in generateXDispatchBodies()
489 ProtocolCmdMap::const_iterator iter = options.protocolCmdMap.begin(); in generateXDispatchProviderBodies() local
490 while (iter != options.protocolCmdMap.end()) { in generateXDispatchProviderBodies()
491 o << " if ( aURL.Protocol.compareTo(\"" << (*iter).first in generateXDispatchProviderBodies()
494 for (std::vector< OString >::const_iterator i = (*iter).second.begin(); in generateXDispatchProviderBodies()
[all …]
H A Dcppcompskeleton.cxx63 std::hash_set< OString, OStringHash >::const_iterator iter = interfaces.begin(); in generateIncludes() local
64 while (iter != interfaces.end()) in generateIncludes()
67 << ((*iter).replace('.', '/').getStr()) in generateIncludes()
69 iter++; in generateIncludes()
159 std::hash_set< OString, OStringHash >::const_iterator iter = services.begin(); in generateCompHelperDefinition() local
161 while (iter != services.end()) in generateCompHelperDefinition()
165 << (*iter).replace('/','.') << "\"));\n"; in generateCompHelperDefinition()
166 iter++; in generateCompHelperDefinition()
434 ProtocolCmdMap::const_iterator iter = protocolCmdMap.begin(); in generateXDispatch() local
435 while (iter != protocolCmdMap.end()) { in generateXDispatch()
[all …]
/AOO41X/main/sd/source/core/
H A Dstlfamily.cxx87 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in getStyleSheets() local
89 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getStyleSheets()
158 PresStyleMap::iterator iter( rStyleMap.find(rName) ); in GetSheetByName() local
159 if( iter != rStyleMap.end() ) in GetSheetByName()
160 pRet = (*iter).second.get(); in GetSheetByName()
165 for( SfxStyles::const_iterator iter( rStyles.begin() ); iter != rStyles.end(); iter++ ) in GetSheetByName() local
167 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in GetSheetByName()
261 PresStyleMap::iterator iter( rStyleMap.begin() ); in getElementNames() local
263 while( iter != rStyleMap.end() ) in getElementNames()
265 const OUString sName( (*iter).first ); in getElementNames()
[all …]
/AOO41X/main/shell/source/win32/sysmail/
H A Dsenddoc.cxx110 StringListIterator_t iter = gTo.begin(); in initRecipientList() local
112 for (; iter != iter_end; ++iter) in initRecipientList()
113 addRecipient(MAPI_TO, *iter, pMapiRecipientList); in initRecipientList()
116 iter = gCc.begin(); in initRecipientList()
118 for (; iter != iter_end; ++iter) in initRecipientList()
119 addRecipient(MAPI_CC, *iter, pMapiRecipientList); in initRecipientList()
122 iter = gBcc.begin(); in initRecipientList()
124 for (; iter != iter_end; ++iter) in initRecipientList()
125 addRecipient(MAPI_BCC, *iter, pMapiRecipientList); in initRecipientList()
133 StringListIterator_t iter = gAttachments.begin(); in initAttachementList() local
[all …]
/AOO41X/main/codemaker/source/codemaker/
H A Dtypemanager.cxx129 StringVector::const_iterator iter = regFiles.begin(); in init() local
132 while (iter != regFiles.end()) in init()
134 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
141 ++iter; in init()
143 iter = extraFiles.begin(); in init()
144 while (iter != extraFiles.end()) in init()
146 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
153 ++iter; in init()
305 RegistryList::const_iterator iter = m_pImpl->m_registries.begin(); in freeRegistries() local
306 while (iter != m_pImpl->m_registries.end()) in freeRegistries()
[all …]
/AOO41X/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx71 NodeContainer_t::iterator iter = mNodeContainer.begin(); in dumpNodeContainer() local
73 for (; iter != iter_end; ++iter) in dumpNodeContainer()
75 …file << iter->first << string(" ") << iter->second->mParentNodeId << string(" ") << iter->second->… in dumpNodeContainer()
91 NodeContainer_t::iterator iter = mNodeContainer.begin(); in endTree() local
93 for (; iter != iter_end; ++iter) in endTree()
95 if (isUnreferencedLeaf(iter->first)) in endTree()
101 dumpTree(iter->first); in endTree()
126 NodeContainer_t::const_iterator iter = mNodeContainer.begin(); in isLeaf() local
128 for (; iter != iter_end; ++iter) in isLeaf()
130 if (iter->second->mParentNodeId == nodeId) in isLeaf()
[all …]
H A DtestProperty.cxx165 Iterator<Property::Pointer_t>::Pointer_t iter = pb->createIterator(); in testPropertyBagAsArray() local
166 for (iter->first(); !iter->isDone(); iter->next()) in testPropertyBagAsArray()
168 …CPPUNIT_ASSERT_MESSAGE("Test property bag as array failed", iter->getCurrent()->getId() == NS_fo::… in testPropertyBagAsArray()
215 Iterator<Property::Pointer_t>::Pointer_t iter = pb->createIterator(); in testSortPropertyBag() local
217 for (iter->first(); !iter->isDone(); iter->next(), i++) in testSortPropertyBag()
219 …CPPUNIT_ASSERT_MESSAGE("Sorting property bag failed", sortedOrder[i] == iter->getCurrent()->getId(… in testSortPropertyBag()
399 Iterator<PropertyBag_Pointer_t>::Pointer_t iter = pool->createIterator(); in testDumpPropertyPool() local
402 for (iter->first(); !iter->isDone(); iter->next(), i++) /* nothing to do */; in testDumpPropertyPool()
414 iter = pool->createIterator(); in testDumpPropertyPool()
417 for (iter->first(); !iter->isDone(); iter->next(), i++) /* nothing to do */; in testDumpPropertyPool()
[all …]
/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx45 typename InterfaceMap::iterator iter = m_pMap->begin(); in ~OMultiTypeInterfaceContainerHelperVar() local
48 while( iter != end ) in ~OMultiTypeInterfaceContainerHelperVar()
50 delete (OInterfaceContainerHelper*)(*iter).second; in ~OMultiTypeInterfaceContainerHelperVar()
51 (*iter).second = 0; in ~OMultiTypeInterfaceContainerHelperVar()
52 ++iter; in ~OMultiTypeInterfaceContainerHelperVar()
69 typename InterfaceMap::iterator iter = m_pMap->begin(); in getContainedTypes() local
73 while( iter != end ) in getContainedTypes()
76 if( ((OInterfaceContainerHelper*)(*iter).second)->getLength() ) in getContainedTypes()
78 pArray[i++] = (*iter).first; in getContainedTypes()
79 iter++; in getContainedTypes()
[all …]
/AOO41X/main/svx/source/table/
H A Dtabledesign.cxx316 CellStyleNameMap::const_iterator iter = rMap.find( rName ); in getByName() local
317 if( iter == rMap.end() ) in getByName()
320 return Any( maCellStyles[(*iter).second] ); in getByName()
333 CellStyleNameMap::const_iterator iter = rMap.begin(); in getElementNames() local
334 while( iter != rMap.end() ) in getElementNames()
335 *pName++ = (*iter++).first; in getElementNames()
348 CellStyleNameMap::const_iterator iter = rMap.find( rName ); in hasByName() local
349 return ( iter != rMap.end() ) ? sal_True : sal_False; in hasByName()
398 CellStyleNameMap::const_iterator iter = rMap.find( rName ); in replaceByName() local
399 if( iter == rMap.end() ) in replaceByName()
[all …]
/AOO41X/main/sfx2/source/doc/
H A DMetadatable.cxx405 ::const_iterator iter; in create_id() local
412 iter = i_rXmlIdMap.find(id); in create_id()
414 while (iter != i_rXmlIdMap.end()); in create_id()
498 const XmlIdMap_t::const_iterator iter( m_XmlIdMap.find(i_rIdref) ); in LookupElementList() local
499 if (iter != m_XmlIdMap.end()) in LookupElementList()
501 OSL_ENSURE(!iter->second.first.empty() || !iter->second.second.empty(), in LookupElementList()
504 ? &iter->second.first in LookupElementList()
505 : &iter->second.second; in LookupElementList()
527 const XmlIdList_t::const_iterator iter( in LookupElement() local
536 if (iter != pList->end()) in LookupElement()
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dunmovss.cxx42 for(SdStyleSheetVector::iterator iter = maStyles.begin(); iter != maStyles.end(); iter++ ) in SdMoveStyleSheetsUndoAction() local
44 maListOfChildLists[i++] = SdStyleSheetPool::CreateChildList( (*iter).get() ); in SdMoveStyleSheetsUndoAction()
63 for(SdStyleSheetVector::iterator iter = maStyles.begin(); iter != maStyles.end(); iter++ ) in Undo() local
65 pPool->Insert((*iter).get()); in Undo()
70 …for(SdStyleSheetVector::iterator iter = maStyles.begin(); iter != maStyles.end(); iter++, childlis… in Undo() local
72 String aParent((*iter)->GetName()); in Undo()
82 for(SdStyleSheetVector::iterator iter = maStyles.begin(); iter != maStyles.end(); iter++ ) in Undo() local
84 pPool->Remove((*iter).get()); in Undo()
/AOO41X/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx394 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in InsertAnnotation() local
396 RealPoint2D aPoint( (*iter)->getPosition() ); in InsertAnnotation()
550 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in DeleteAnnotationsByAuthor() local
552 Reference< XAnnotation > xAnnotation( *iter ); in DeleteAnnotationsByAuthor()
581 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in DeleteAllAnnotations() local
583 pPage->removeAnnotation( (*iter) ); in DeleteAllAnnotations()
659 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in SelectNextAnnotation() local
661 if( (*iter) == xCurrent ) in SelectNextAnnotation()
663 iter++; in SelectNextAnnotation()
664 if( iter != aAnnotations.end() ) in SelectNextAnnotation()
[all …]
/AOO41X/main/idlc/source/
H A Dastunion.cxx133 DeclList::const_iterator iter = getIteratorBegin(); in lookupDefault() local
138 while ( iter != end ) in lookupDefault()
140 pDecl = *iter; in lookupDefault()
146 ++iter; in lookupDefault()
157 ++iter; in lookupDefault()
180 DeclList::const_iterator iter = getIteratorBegin(); in lookupLabel() local
185 while ( iter != end ) in lookupLabel()
187 pDecl = *iter; in lookupLabel()
193 ++iter; in lookupLabel()
204 ++iter; in lookupLabel()
[all …]
H A Dparser.y1664 FeDeclList::iterator iter = pList->begin(); variable
1667 while (iter != end)
1669 pDecl = (*iter);
1672 iter++;
1680 iter++;
1687 iter++;
1730 StringList::iterator iter = $2->begin(); variable
1733 while ( iter != end )
1735 pDecl = pScope->lookupByName(*iter);
1745 $1, (AstInterface*)pDecl, *iter, pScope);
[all …]
/AOO41X/main/fpicker/source/aqua/
H A DFilterHelper.cxx203 …for (NSStringList::iterator iter = m_pFilterNames->begin(); iter != m_pFilterNames->end(); iter++)… in ~FilterHelper() local
204 [*iter release]; in ~FilterHelper()
421 for(OUStringList::iterator iter = suffixList.begin(); iter != suffixList.end(); iter++) { in filenameMatchesFilter() local
422 …if (aName.matchIgnoreAsciiCase(*iter, aName.getLength() - (*iter).getLength()) || ((*iter).equals(… in filenameMatchesFilter()
458 … for (FilterList::iterator iter = m_pFilterList->begin(); iter != m_pFilterList->end(); iter++) { in getFilterNames() local
459 m_pFilterNames->push_back([[NSString stringWithOUString:iter->getTitle()] retain]); in getFilterNames()
498 …for (FilterList::iterator iter = m_pFilterList->begin(); iter != m_pFilterList->end(); iter++, i++… in getCurrentFilterIndex() local
499 rtl::OUString aTitle = iter->getTitle(); in getCurrentFilterIndex()
523 … for (FilterList::iterator iter = m_pFilterList->begin(); iter != m_pFilterList->end(); iter++) { in getCurrentFilterSuffixList() local
524 rtl::OUString aTitle = iter->getTitle(); in getCurrentFilterSuffixList()
[all …]
/AOO41X/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx102 StringVector::const_iterator iter = regFiles.begin(); in init() local
105 while (iter != regFiles.end()) in init()
107 if (!tmpReg.open( convertToFileUrl(*iter), REG_READONLY)) in init()
114 iter++; in init()
127 iter = regFiles.begin(); in init()
130 while (iter != regFiles.end()) in init()
132 if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) in init()
143 iter++; in init()
230 RegistryList::const_iterator iter = m_pImpl->m_registries.begin(); in freeRegistries() local
232 while (iter != m_pImpl->m_registries.end()) in freeRegistries()
[all …]
/AOO41X/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx78 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes() local
82 while (iter != typeKeys.end()) in produceAllTypes()
84 key = (*iter).first; in produceAllTypes()
86 if (!(*iter).second && !key.openSubKeys(OUString(), subKeys)) in produceAllTypes()
93 produceAllTypes(subKey, (*iter).second, typeMgr, in produceAllTypes()
97 produce(subKey, (*iter).second, in produceAllTypes()
103 ++iter; in produceAllTypes()
117 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes() local
121 while (iter != typeKeys.end()) in produceAllTypes()
123 key = (*iter).first; in produceAllTypes()
[all …]
/AOO41X/main/codemaker/source/javamaker/
H A Djavamaker.cxx56 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes() local
60 while (iter != typeKeys.end()) in produceAllTypes()
62 key = (*iter).first; in produceAllTypes()
64 if (!(*iter).second && !key.openSubKeys(OUString(), subKeys)) in produceAllTypes()
72 subKey, (*iter).second, in produceAllTypes()
77 if (!produceType(subKey, (*iter).second, in produceAllTypes()
84 ++iter; in produceAllTypes()
106 RegistryKeyList::const_iterator iter = typeKeys.begin(); in produceAllTypes() local
110 while (iter != typeKeys.end()) in produceAllTypes()
112 key = (*iter).first; in produceAllTypes()
[all …]
/AOO41X/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx111 std::wstring::const_iterator iter = iso8601duration.begin(); in iso8601_duration_to_local_duration() local
116 for (/**/; iter != iter_end; ++iter) in iso8601_duration_to_local_duration()
118 if (isdigit(*iter)) in iso8601_duration_to_local_duration()
120 num += *iter; in iso8601_duration_to_local_duration()
124 if (*iter == L'D' || *iter == L'd') in iso8601_duration_to_local_duration()
126 else if (*iter == L'H' || *iter == L'h') in iso8601_duration_to_local_duration()
128 else if (*iter == L'M' || *iter == L'm') in iso8601_duration_to_local_duration()
130 else if (*iter == L'S' || *iter == L's') in iso8601_duration_to_local_duration()
/AOO41X/main/sw/qa/core/
H A Dbigpointerarray-new.cxx50 Container_t::const_iterator iter = container_.begin() + fromPos; in ForEach() local
52 for (/*no init*/; iter != iter_end; ++iter) in ForEach()
53 fn(*iter, pArgs); in ForEach()
58 Container_t::const_iterator iter = container_.begin(); in ForEach() local
60 for ( /*no init*/; iter != iter_end; ++iter) in ForEach()
61 fn(*iter, pArgs); in ForEach()
103 Container_t::const_iterator iter = begin; in FixElementIndizes() local
104 for (int i = 0; iter != end; ++iter, i++) in FixElementIndizes()
105 (*iter)->pos_ = i; in FixElementIndizes()
/AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A DLanguageResolver.java86 ListIterator iter=languages.listIterator(); in getNrFromISO()
88 while(isoCode!="" && iter.hasNext()){ in getNrFromISO()
89 line=(String[]) iter.next(); in getNrFromISO()
105 ListIterator iter=languages.listIterator(); in getISOfromNr()
107 while(iter.hasNext()){ in getISOfromNr()
108 line=(String[]) iter.next(); in getISOfromNr()
123 ListIterator iter=languages.listIterator(); in getRFCFromISO()
125 while(iter.hasNext()){ in getRFCFromISO()
126 line=(String[]) iter.next(); in getRFCFromISO()
141 ListIterator iter=languages.listIterator(); in getISOFromRFC()
[all …]
/AOO41X/main/autodoc/source/ary_i/kernel/
H A Dci_text2.cxx42 for ( TokenList::iterator iter = aTokens.begin(); in ~DocuTex2() local
43 iter != aTokens.end(); in ~DocuTex2()
44 ++iter ) in ~DocuTex2()
46 delete (*iter); in ~DocuTex2()
54 iter = aTokens.begin(); in DisplayAt() local
55 iter != aTokens.end(); in DisplayAt()
56 ++iter ) in DisplayAt()
58 (*iter)->DisplayAt(o_rDisplay); in DisplayAt()
77 iter = aTokens.begin(); in IsEmpty() local
78 iter != aTokens.end(); in IsEmpty()
[all …]
/AOO41X/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx127 dgm::PointsTree::Childrens::const_iterator iter; in layout() local
128 for( iter = pTree->beginChild(); iter != pTree->endChild(); iter++ ) in layout()
130 layout( *iter, nextPt ); in layout()
239 for( PointsTreeMap::iterator iter = aTreeMap.begin(); in build() local
240 iter != aTreeMap.end(); iter++ ) in build()
242 if(! iter->second->getParent() ) in build()
244 OSL_TRACE("node without parent %s", OUSTRING_TO_CSTR( iter->first ) ); in build()
275 for( std::vector< ShapePtr >::iterator iter = pParentShape->getChildren().begin(); in addTo() local
276 iter != pParentShape->getChildren().end(); ++iter) in addTo()
278 OSL_TRACE( "Dgm: shape name %s", OUSTRING_TO_CSTR( (*iter)->getName() ) ); in addTo()
/AOO41X/main/l10ntools/source/
H A Ddirectory.cxx65 …for( std::vector< transex::File >::iterator iter = aFileVec.begin() ; iter != aFileVec.end() ; ++i… in dump() local
67 …:cout << "FILE " << rtl::OUStringToOString( (*iter).getFullName().getStr() , RTL_TEXTENCODING_UTF8… in dump()
70 …for( std::vector< transex::Directory >::iterator iter = aDirVec.begin() ; iter != aDirVec.end() ; … in dump() local
72 …::cout << "DIR " << rtl::OUStringToOString( (*iter).getFullName().getStr() , RTL_TEXTENCODING_UTF8… in dump()
82 …::vector< transex::Directory >::iterator iter = aDirVec.begin() ; iter != aDirVec.end() || nLevels… in scanSubDir() local
84 ( *iter ).scanSubDir(); in scanSubDir()

12345678