Searched refs:it1 (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 446 ++it1; in registerNotifier() 547 if( it1 == properties.end() ) in deassociate() 550 properties.erase( it1 ); in deassociate() 848 aAny = it1->getValue(); in setv() 866 if( ! it1->IsNative() ) in setv() 1958 ++it1; in insertDefaultProperties() 2583 ++it1; in getContentEventListeners() 2610 ++it1; in getContentDeletedEventListeners() 2681 ++it1; in getPropertySetListeners() 2798 ++it1; in getContentExchangedEventListeners() [all …]
|
H A D | filprp.cxx | 50 shell::PropertySet::iterator it1 = properties.begin(); in XPropertySetInfo_impl() local 54 while( it1 != properties.end() ) in XPropertySetInfo_impl() 56 m_seq[ m_count++ ] = beans::Property( it1->getPropertyName(), in XPropertySetInfo_impl() 57 it1->getHandle(), in XPropertySetInfo_impl() 58 it1->getType(), in XPropertySetInfo_impl() 59 it1->getAttributes() ); in XPropertySetInfo_impl() 60 ++it1; in XPropertySetInfo_impl()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | cacheitem.cxx | 262 for (OUStringList::const_iterator it1 = stl_s1.begin(); in isSubSet() local 263 it1 != stl_s1.end() ; in isSubSet() 264 ++it1 ) in isSubSet() 266 if (::std::find(stl_s2.begin(), stl_s2.end(), *it1) == stl_s2.end()) in isSubSet() 288 for (::comphelper::SequenceAsHashMap::const_iterator it1 = stl_p1.begin(); in isSubSet() 289 it1 != stl_p1.end() ; in isSubSet() 290 ++it1 ) in isSubSet() 298 if (!isSubSet(it1->second, it2->second)) in isSubSet() 320 for (::comphelper::SequenceAsHashMap::const_iterator it1 = stl_n1.begin(); in isSubSet() 321 it1 != stl_n1.end() ; in isSubSet() [all …]
|
/aoo42x/main/autodoc/source/cosv/strings/ |
H A D | string.cxx | 341 const char * it1 = i_s1; in compare() local 343 for ( ; i_rOrder(*it1) == i_rOrder(*it2) AND *it1 != '\0'; ++it1, ++it2 ) in compare() 345 return int( i_rOrder(*it1) - i_rOrder(*it2) ); in compare() 396 const char * it1 = i_s1; in compare() local 398 for ( ; i_rOrder(*it1) == i_rOrder(*it2) AND *it1 != '\0' AND it1 != sEnd; ++it1, ++it2 ) in compare() 401 if ( it1 != sEnd ) in compare() 402 return int( i_rOrder(*it1) - i_rOrder(*it2) ); in compare()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 97 PtrLevelVector::const_iterator it1 = i_r1.begin(); in compare_PtrLevelVector() local 101 for ( ; it1 != it1End; ++it1, ++it2 ) in compare_PtrLevelVector() 103 nResult = compare_ConVol(*it1, *it2); in compare_PtrLevelVector() 552 Vector_TplArgument::const_iterator it1 = aTplParameters.begin(); in Compare() local 556 for ( ; it1 != it1End; ++it1, ++it2 ) in Compare() 558 nResult = (*it1)->Compare( *(*it2) ); in Compare()
|
H A D | namechain.cxx | 144 std::vector< NameSegment >::const_iterator it1 = aSegments.begin(); in Compare() local 148 for ( ; it1 != it1End; ++it1, ++it2 ) in Compare() 150 nResult = (*it1).Compare(*it2); in Compare()
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | XMLHelper.java | 302 java.util.Iterator it1 = aPropSet.keySet().iterator(); in convertPropSetToXML() local 303 while(it1.hasNext()) in convertPropSetToXML() 305 java.lang.String sProp = (java.lang.String)it1.next(); in convertPropSetToXML()
|
H A D | Cache.java | 381 java.util.Enumeration it1 = lSetNodes.elements(); in fromXML() local 382 while (it1.hasMoreElements()) in fromXML() 385 org.w3c.dom.Node aSetNode = (org.w3c.dom.Node)it1.nextElement(); in fromXML()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 1855 for (ScRefList::const_iterator it1( x1->GetRefList()->begin()); in ScIntersect() local 1856 it1 != end1; ++it1) in ScIntersect() 1858 const ScSingleRefData& r11 = (*it1).Ref1; in ScIntersect() 1859 const ScSingleRefData& r12 = (*it1).Ref2; in ScIntersect()
|
H A D | interpr3.cxx | 1932 HypContainer::reverse_iterator it1 = cnNumer.rbegin(), it1End = cnNumer.rend(); in ScHypGeomDist() local 1936 for ( ; it1 != it1End || it2 != it2End; ) in ScHypGeomDist() 1939 if ( it1 != it1End ) in ScHypGeomDist() 1940 fEnum = *it1++; in ScHypGeomDist()
|
Completed in 102 milliseconds