Home
last modified time | relevance | path

Searched refs:find (Results 201 – 225 of 1360) sorted by relevance

12345678910>>...55

/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx142 PropertyForwardList::iterator aFind = m_aForwardList.find(sElementName); in elementInserted()
181 PropertyForwardList::iterator aFind = m_aForwardList.find(sElementName); in elementReplaced()
236 PropertyForwardList::iterator aFind = m_aForwardList.find( _sName ); in notifyElementCreated()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx1104 …::std::vector< MigrationItem >::iterator pFound = ::std::find(vNewItems.begin(), vNewItems.end(), … in compareOldAndNewConfig()
1117 if (m_aOldVersionItemsHashMap.find(sResourceURL)==m_aOldVersionItemsHashMap.end()) in compareOldAndNewConfig()
1125 …if (::std::find(m_aOldVersionItemsHashMap[sResourceURL].begin(), m_aOldVersionItemsHashMap[sResour… in compareOldAndNewConfig()
1137 …::std::vector< MigrationItem >::iterator pFound = ::std::find(vOldItems.begin(), vOldItems.end(), … in compareOldAndNewConfig()
1147 else if (::std::find(vOldItems.begin(), vOldItems.end(), *it) == vOldItems.end()) in compareOldAndNewConfig()
1150 if (m_aNewVersionItemsHashMap.find(sResourceURL)==m_aNewVersionItemsHashMap.end()) in compareOldAndNewConfig()
1158 …if (::std::find(m_aNewVersionItemsHashMap[sResourceURL].begin(), m_aNewVersionItemsHashMap[sResour… in compareOldAndNewConfig()
1170 MigrationHashMap::iterator pFound = m_aOldVersionItemsHashMap.find(sResourceURL); in mergeOldToNewVersion()
/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx132 m_segMap.find(reinterpret_cast<long>(layoutArgs.mpStr + in getSegment()
140 iMap = m_segMap.find(reinterpret_cast<long>(layoutArgs.mpStr)); in getSegment()
272 return m_cacheMap.find(fontHash)->second; in getCache()
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx161 map_type::const_iterator i = m.find(p); in find_unreachable_objects_impl()
192 map_type::const_iterator i = m.find(j->first); in find_unreachable_objects()
239 map_type::const_iterator i = m.find(j->first); in free_unreachable_objects()
/trunk/main/sc/source/filter/xml/
H A Dsheetdata.cxx205 if ( maInitialPrefixes.find( aIter->first ) == maInitialPrefixes.end() ) in StoreLoadedNamespaces()
238 NameSpaceHash::const_iterator aHashIter = rNameHash.find( aIter->maPrefix ); in AddLoadedNamespaces()
261 NameSpaceHash::const_iterator aHashIter = rNameHash.find( aIter->maPrefix ); in AddLoadedNamespaces()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx438 t_map::iterator iFind( m_map.find( name ) ); in removeByName()
456 t_map::const_iterator const iFind( m_map.find( name ) ); in replaceByName()
503 return m_map.find( name ) != m_map.end(); in hasByName()
545 t_map::const_iterator iFind( m_map.find( rName ) ); in lookupMap()
631 iFind = m_map.find( rName ); in lookupMap()
/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx60 if( (rElem_out.find( sFallback ) != rElem_out.end()) && rElem_out[ sFallback ] != NULL ){ in FillInFallbacks()
68 …else if( (rElem_out.find( ENGLISH_LANGUAGECODE ) != rElem_out.end()) && rElem_out[ ENGLISH_LANGUAG… in FillInFallbacks()
76 …else if( (rElem_out.find( GERMAN_LANGUAGECODE ) != rElem_out.end() ) && rElem_out[ GERMAN_LANGUAGE… in FillInFallbacks()
203 posm = aXMLStrHM->find( *pos ); in CreateSDF()
210 if(pElem->find( sCur )==pElem->end()) in CreateSDF()
H A Dtagtest.cxx218 if ( aProperties.find( aName ) == aProperties.end() ) in SplitTag()
465 if ( rInfo.aProperties.find( iProp->first ) != rInfo.aProperties.end() ) in MatchesTranslation()
467 …t, iProp->second ) || IsPropertyRelevant( iProp->first, rInfo.aProperties.find( iProp->first )->se… in MatchesTranslation()
471 if ( !rInfo.aProperties.find( iProp->first )->second.Equals( iProp->second ) ) in MatchesTranslation()
477 rInfo.aProperties.find( iProp->first )->second = iProp->second; in MatchesTranslation()
501 if ( aProperties.find( iProp->first ) == aProperties.end() ) in MatchesTranslation()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx1194 if( ::std::find( maListEntryListeners.begin(), in addListEntryListener()
1206 ::std::find( maListEntryListeners.begin(), maListEntryListeners.end(), in removeListEntryListener()
1244 if( ::std::find(maValidityListeners.begin(), maValidityListeners.end(), xListener) in addValidityConstraintListener()
1255 ::std::find( maValidityListeners.begin(), maValidityListeners.end(), in removeValidityConstraintListener()
1370 if( ::std::find( maModifyListeners.begin(), maModifyListeners.end(), xListener ) in addModifyListener()
1385 ::std::find( maModifyListeners.begin(), maModifyListeners.end(), xListener ); in removeModifyListener()
/trunk/main/framework/source/services/
H A Dpathsettings.cxx442 PathSettings::PathHash::iterator pPath = m_lPaths.find(sPath); in impl_updatePath()
720 OUStringList::iterator pItem = lList.find(rItem); in impl_purgeKnownPaths()
729 OUStringList::iterator pItem = lList.find(rItem); in impl_purgeKnownPaths()
734 OUStringList::iterator pItem = lList.find(rPath.sWritePath); in impl_purgeKnownPaths()
1016 PathSettings::PathHash::iterator rPath = m_lPaths.find(sProp); in impl_getPathAccess()
1036 PathSettings::PathHash::const_iterator rPath = m_lPaths.find(sProp); in impl_getPathAccessConst()
H A Dmodelwinservice.cxx122 ModelWinMap::iterator pIter = m_aModelMap.find( sName ); in registerModelForXWindow()
139 ModelWinMap::iterator pIter = m_aModelMap.find( sName ); in getByName()
167 ModelWinMap::iterator pIter = m_aModelMap.find( sName ); in hasByName()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx194 PointsTreeMap::iterator iterT = aTreeMap.find( srcId ); in build()
203 iterP = aPointsMap.find( srcId ); in build()
215 iterP = aPointsMap.find( dstId ); in build()
/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx448 if (aRedlineMap.end() == aRedlineMap.find(rId)) in Add()
480 RedlineMapType::iterator aFind = aRedlineMap.find(rId); in CreateRedlineTextSection()
528 RedlineMapType::iterator aFind = aRedlineMap.find(rId); in SetCursor()
581 RedlineMapType::iterator aFind = aRedlineMap.find(rId); in AdjustStartNodeCursor()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx334 IntrospectionNameMap::iterator aIt = pThis->maPropertyNameMap.find( aPropertyName ); in getPropertyIndex()
344 IntrospectionNameMap::iterator aIt = pThis->maMethodNameMap.find( aMethodName ); in getMethodIndex()
363 aIt = pThis->maMethodNameMap.find( aPureMethodName ); in getMethodIndex()
1491 mpStaticImpl->maLowerToExactNameMap.find( toLower( rApproximateName ) ); in getExactName()
2125 TypeProviderAccessCacheMap::iterator aIt = aTPCache.find( aKeySeq ); in implInspect()
2177 IntrospectionAccessCacheMap::iterator aIt = aCache.find( aKeySeq ); in implInspect()
2295 IntrospectionNameMap::iterator aIt = rPropNameMap.find( aPropName ); in implInspect()
2408 IntrospectionNameMap::iterator aIt = rPropNameMap.find( aPropName ); in implInspect()
2547 IntrospectionNameMap::iterator aIt = rPropNameMap.find( aPropName ); in implInspect()
2765 IntrospectionNameMap::iterator aIt = rPropNameMap.find( aPropName ); in implInspect()
[all …]
/trunk/main/sd/source/ui/framework/configuration/
H A DConfiguration.cxx160 if (mpResourceContainer->find(rxResourceId) == mpResourceContainer->end()) in addResource()
183 ResourceContainer::iterator iResource (mpResourceContainer->find(rxResourceId)); in removeResource()
260 && mpResourceContainer->find(rxResourceId) != mpResourceContainer->end(); in hasResource()
/trunk/main/stoc/source/security/
H A Dlru_cache.h179 typename t_key2element::const_iterator const iFind( m_key2element.find( key ) ); in has()
189 typename t_key2element::const_iterator const iFind( m_key2element.find( key ) ); in lookup()
215 typename t_key2element::const_iterator const iFind( m_key2element.find( key ) ); in set()
/trunk/main/chart2/source/tools/
H A DPropertyHelper.cxx140 aIt = ::std::find( aNames.begin(), aNames.end(), rPreferredName ); in lcl_addNamedPropertyUniqueNameToTable()
277 tPropertyValueMap::iterator aIt( rOutMap.find( key )); in setPropertyValueAny()
292 OSL_ENSURE( rOutMap.end() == rOutMap.find( key ), "Default already exists for property" ); in setPropertyValueDefaultAny()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx1843 ChildList_t::iterator before = ::std::find(maChilds.begin(), maChilds.end(), refChild); in insertBefore()
1847 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in insertBefore()
1869 ChildList_t::iterator before = ::std::find(maChilds.begin(), maChilds.end(), refChild); in insertAfter()
1873 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in insertAfter()
1899 ChildList_t::iterator replace = ::std::find(maChilds.begin(), maChilds.end(), oldChild); in replaceChild()
1903 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in replaceChild()
1928 ChildList_t::iterator old = ::std::find(maChilds.begin(), maChilds.end(), oldChild); in removeChild()
1951 if( ::std::find(maChilds.begin(), maChilds.end(), newChild) != maChilds.end() ) in appendChild()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx377 Inners_t::iterator aIt = mInners.find(mnDepth); in setDepth()
565 Inners_t::const_iterator aIt = mInners.find(nDepth); in getInnerForDepth()
891 FirstInTableMap_t::const_iterator aIt = mFirstInTableMap.find(pTable); in insertTableNodeInfo()
918 CellGridMap_t::iterator aIt = mCellGridMap.find(pTable); in getCellGridForTable()
938 Map_t::iterator aIt = mMap.find(pNode); in getTableNodeInfo()
1073 RowTops_t::iterator aIt = m_aRowTops.find(nTop); in getRow()
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx140 if (stlDescriptor.find(::rtl::OUString::createFromAscii("FileName")) != stlDescriptor.end()) in queryTypeByDescriptor()
879 …OUStringList::const_iterator pAlreadyUsed = ::std::find(lInsideUsedDetectors.begin(), lInsideUsedD… in impl_detectTypeDeepOnly()
945 …OUStringList::const_iterator pAlreadyUsed = ::std::find(lInsideUsedDetectors.begin(), lInsideUsedD… in impl_detectTypeDeepOnly()
1164 …::comphelper::MediaDescriptor::iterator pItType = rDescriptor.find(::comphelper::MediaDescriptor… in impl_removeTypeFilterFromDescriptor()
1165 …::comphelper::MediaDescriptor::iterator pItFilter = rDescriptor.find(::comphelper::MediaDescriptor… in impl_removeTypeFilterFromDescriptor()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_features.cxx65 nEquals = features.find(FEAT_ID_VALUE_SEPARATOR,pos); in GrFeatureParser()
75 nFeatEnd = features.find(FEAT_SEPARATOR, pos); in GrFeatureParser()
110 nFeatEnd = features.find(FEAT_SEPARATOR, pos); in GrFeatureParser()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytablewrapper.mm69 …// find out which cells are actually visible by determining the top-left-cell and the bottom-right…
144 // find out number of rows
184 // find out number of columns
/trunk/main/chart2/source/model/template/
H A DBubbleDataInterpreter.cxx202 aValueSeqVec.erase( find( aValueSeqVec.begin(), aValueSeqVec.end(), xValuesX )); in reinterpretDataSeries()
204 aValueSeqVec.erase( find( aValueSeqVec.begin(), aValueSeqVec.end(), xValuesY )); in reinterpretDataSeries()
206 … aValueSeqVec.erase( find( aValueSeqVec.begin(), aValueSeqVec.end(), xValuesSize )); in reinterpretDataSeries()
/trunk/main/linguistic/source/
H A Dgciterator.cxx309 if (m_aDocIdMap.find( xComponent.get() ) != m_aDocIdMap.end()) in GetOrCreateDocId()
474 GCImplNames_t::const_iterator aLangIt( m_aGCImplNamesByLang.find( nLang ) ); in GetGrammarChecker()
478 GCReferences_t::const_iterator aImplNameIt( m_aGCReferencesByService.find( aSvcImplName ) ); in GetGrammarChecker()
844 const DocMap_t::const_iterator aIt( m_aDocIdMap.find( xComponent.get() ) ); in isProofreading()
1268 GCImplNames_t::const_iterator aIt( m_aGCImplNamesByLang.find( nLang ) ); in GetServiceList()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx209 ParameterInformation::iterator aExistentPos = m_aParameterInformation.find( sName ); in collectInnerParameters()
244 while ( m_aParameterInformation.find( _rNewParamName ) != m_aParameterInformation.end() ) in createFilterConditionFromColumnLink()
292 ParameterInformation::iterator aPos = m_aParameterInformation.find( *pDetailFields ); in classifyLinks()
575 … ParameterInformation::const_iterator aParamInfo = m_aParameterInformation.find( *pDetailFields ); in fillLinkedParameters()
903 … ParameterInformation::const_iterator aParamInfo = m_aParameterInformation.find( *pDetailFields ); in resetParameterValues()

Completed in 185 milliseconds

12345678910>>...55