Home
last modified time | relevance | path

Searched refs:it1 (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/ucb/source/ucp/file/
H A Dshell.cxx442 std::list<Notifier*>::iterator it1 = nlist.begin(); in registerNotifier() local
443 while( it1 != nlist.end() ) // Every "Notifier" only once in registerNotifier()
445 if( *it1 == pNotifier ) return; in registerNotifier()
446 ++it1; in registerNotifier()
498 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( newProperty ); in associate() local
499 if( it1 != m_aDefaultProperties.end() ) in associate()
511 it1 = properties.find( newProperty ); in associate()
512 if( it1 != properties.end() ) in associate()
534 shell::PropertySet::iterator it1 = m_aDefaultProperties.find( oldProperty ); in deassociate() local
535 if( it1 != m_aDefaultProperties.end() ) in deassociate()
[all …]
H A Dfilprp.cxx50 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()
/AOO41X/main/filter/source/config/cache/
H A Dcacheitem.cxx262 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()
268 …for list types [OUString] ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(*it1)) in isSubSet()
271 …eck for list types [OUString] ... found \"%s\" => continue loop\n", _FILTER_CONFIG_TO_ASCII_(*it1)) 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()
292 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_p2.find(it1->first); in isSubSet()
[all …]
/AOO41X/main/cosv/source/strings/
H A Dstring.cxx341 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()
/AOO41X/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx97 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 Dnamechain.cxx144 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()
/AOO41X/main/l10ntools/source/filter/utils/
H A DXMLHelper.java302 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 DCache.java380 java.util.Enumeration it1 = lSetNodes.elements(); in fromXML() local
381 while (it1.hasMoreElements()) in fromXML()
384 org.w3c.dom.Node aSetNode = (org.w3c.dom.Node)it1.nextElement(); in fromXML()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx1853 for (ScRefList::const_iterator it1( x1->GetRefList()->begin()); in ScIntersect() local
1854 it1 != end1; ++it1) in ScIntersect()
1856 const ScSingleRefData& r11 = (*it1).Ref1; in ScIntersect()
1857 const ScSingleRefData& r12 = (*it1).Ref2; in ScIntersect()
H A Dinterpr3.cxx1932 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()