Home
last modified time | relevance | path

Searched refs:find (Results 26 – 50 of 1360) sorted by relevance

12345678910>>...55

/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx67 iterator pItThis = this->find(pItUpdate->first); in update()
84 const_iterator pUINames = find(PROPNAME_UINAMES); in validateUINames()
85 const_iterator pUIName = find(PROPNAME_UINAME ); in validateUINames()
266 if (::std::find(stl_s2.begin(), stl_s2.end(), *it1) == stl_s2.end()) in isSubSet()
292 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_p2.find(it1->first); in isSubSet()
324 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_n2.find(it1->first); in isSubSet()
379 const_iterator pItThis = this->find(pIt->first); in haveProps()
414 const_iterator pItThis = this->find(pIt->first); in dontHaveProps()
H A Dfilterfactory.cxx274 if (lTokens.find(QUERY_IDENTIFIER_GETPREFERREDFILTERFORTYPE) != lTokens.end()) in createSubSetEnumerationByQuery()
278 if (lTokens.find(QUERY_IDENTIFIER_MATCHBYDOCUMENTSERVICE) != lTokens.end()) in createSubSetEnumerationByQuery()
281 if (lTokens.find(QUERY_IDENTIFIER_GET_SORTED_FILTERLIST) != lTokens.end()) in createSubSetEnumerationByQuery()
343 pIt = lTokens.find(QUERY_IDENTIFIER_MATCHBYDOCUMENTSERVICE); in impl_queryMatchByDocumentService()
392 pIt = lTokens.find(QUERY_PARAM_IFLAGS); in impl_queryMatchByDocumentService()
396 pIt = lTokens.find(QUERY_PARAM_EFLAGS); in impl_queryMatchByDocumentService()
527 pIt1 = lTokens.find(QUERY_PARAM_MODULE); in impl_getSortedFilterList()
530 pIt1 = lTokens.find(QUERY_PARAM_IFLAGS); in impl_getSortedFilterList()
533 pIt1 = lTokens.find(QUERY_PARAM_EFLAGS); in impl_getSortedFilterList()
629 pIt3 = ::std::find(lSortedFilters.begin(), lSortedFilters.end(), rFilter); in impl_getSortedFilterListForModule()
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx81 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyValue()
99 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyValue()
160 aIter = mpInfo->maMap.find ( *pString ); in setPropertyValues()
193 aIter = mpInfo->maMap.find ( *pString ); in getPropertyValues()
227 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find( PropertyName ); in getPropertyState()
255 aIter = mpInfo->maMap.find ( *pString ); in getPropertyStates()
269 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyToDefault()
279 PropertyInfoHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyDefault()
H A DMasterPropertySet.cxx134 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyValue()
168 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyValue()
251 aIter = mpInfo->maMap.find ( *pString ); in setPropertyValues()
316 aIter = mpInfo->maMap.find ( *pString ); in getPropertyValues()
375 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find( PropertyName ); in getPropertyState()
419 aIter = mpInfo->maMap.find ( *pString ); in getPropertyStates()
454 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyToDefault()
464 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyDefault()
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx551 m_aPrinters.find( aPrinterName ); in initialize()
565 if( m_aPrinters.find( aDefaultPrinter ) == m_aPrinters.end() ) in initialize()
603 if( m_aPrinters.find( aPrinterName ) != m_aPrinters.end() ) in initialize()
724 if( files.find( it->second.m_aFile ) == files.end() ) in writePrinterConfig()
728 if( rofiles.find( it->second.m_aFile ) == rofiles.end() ) in writePrinterConfig()
757 if( files.find( it->second.m_aFile ) != files.end() ) in writePrinterConfig()
987 if( aPrinterFonts.find( aFamily ) != aPrinterFonts.end() ) in fillFontSubstitutions()
1000 subst = aSubstitutions.find( aFamily ); in fillFontSubstitutions()
1123 m_aPrinters.find( rData.m_aPrinterName ); in setupJobContextData()
1289 if( aUniqueSet.find( aSysQueue ) == aUniqueSet.end() && in lpgetSysQueueTokenHandler()
[all …]
H A Dcupsmgr.cxx556 bool bSetToGlobalDefaults = m_aPrinters.find( aPrinterName ) == m_aPrinters.end(); in initialize()
606 if( m_aCUPSDestMap.find( it->first ) != m_aCUPSDestMap.end() ) in initialize()
691 m_aCUPSDestMap.find( aPrinter ); in createCUPSParser()
787 m_aCUPSDestMap.find( rData.m_aPrinterName ); in setupJobContextData()
793 m_aPrinters.find( rData.m_aPrinterName ); in setupJobContextData()
830 if( m_aCUPSDestMap.find( rPrintername ) == m_aCUPSDestMap.end() ) in startSpool()
912 m_aCUPSDestMap.find( rPrintername ); in endSpool()
1028 if( m_aCUPSDestMap.find( rName ) != m_aCUPSDestMap.end() || in addPrinter()
1038 if( m_aCUPSDestMap.find( rName ) != m_aCUPSDestMap.end() ) in removePrinter()
1048 m_aCUPSDestMap.find( rName ); in setDefaultPrinter()
[all …]
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx78 PropertyHashMap::iterator aHashIter( aPropHashMap.find( rPropName ) ); in GetPropertyValueByName()
92 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in GetPropertyValueByName()
116 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rPropVal.Name, rSecS… in SetPropertyValue()
172 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in SetPropertyValue()
199 PropertyHashMap::iterator aHashIter( aPropHashMap.find( rPropName ) ); in ClearPropertyValue()
213 …PropertyPairHashMap::iterator _aHashIter( aPropPairHashMap.find( PropertyPair( rPropName, rSecSequ… in ClearPropertyValue()
225 PropertyHashMap::iterator aHashIter2( aPropHashMap.find( aPropSeq[ nLength - 1 ].Name ) ); in ClearPropertyValue()
243 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in ClearPropertyValue()
255 …PropertyPairHashMap::iterator aHashIter2( aPropPairHashMap.find( PropertyPair( rSequenceName, rSec… in ClearPropertyValue()
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt43 …echo "find \"$$CLIENT_BASEDIR/PRODUCTDIRECTORYNAME/share/prereg/bundled\" -type f -exec chmod 644…
53 find "$$BASEDIR/PRODUCTDIRECTORYNAME/share/prereg/bundled" -type f -exec chmod 644 {} \;
73 …echo "find \"$$CLIENT_BASEDIR/PRODUCTDIRECTORYNAME/share/prereg/bundled\" -type f -exec chmod 644…
79 …echo "find \"$$BASEDIR/PRODUCTDIRECTORYNAME/share/prereg/bundled\" -type f -exec chmod 644 {} \\;"
106find "$$RPM_INSTALL_PREFIX/PRODUCTDIRECTORYNAME/share/prereg/bundled" -type f -exec chmod 644 {} \;
123find "$$RPM_INSTALL_PREFIX/PRODUCTDIRECTORYNAME/share/prereg/bundled" -type f -exec chmod 644 {} \;
141 find "PRODUCTDIRECTORYNAME/share/prereg/bundled" -type f -exec chmod 644 {} \;
159 find "PRODUCTDIRECTORYNAME/share/prereg/bundled" -type f -exec chmod 644 {} \;
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx412 iter = i_rXmlIdMap.find(id); in create_id()
498 const XmlIdMap_t::const_iterator iter( m_XmlIdMap.find(i_rIdref) ); in LookupElementList()
550 m_XmlIdReverseMap.find(&i_rObject) ); in LookupXmlId()
710 old_id = m_pImpl->m_XmlIdMap.find(old_idref); in TryRegisterMetadatable()
747 old_id = m_pImpl->m_XmlIdMap.find(old_idref); in RegisterMetadatableAndCreateID()
793 m_pImpl->m_XmlIdReverseMap.find(&i_rObject) ); in RemoveXmlIdForElement()
825 OSL_ENSURE( ::std::find( pList->begin(), pList->end(), &i_rCopy ) in RegisterCopy()
828 ::std::find( pList->begin(), pList->end(), &i_rSource ) ); in RegisterCopy()
1027 m_XmlIdReverseMap.find(&i_rObject) ); in LookupXmlId()
1145 old_id = m_pImpl->m_XmlIdMap.find(old_idref); in TryRegisterMetadatable()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx500 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in setPropertyValue()
546 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyValue()
570 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addPropertyChangeListener()
596 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in removePropertyChangeListener()
609 …ChangeListenerContainer::iterator iListener (::std::find(pContainer->begin(), pContainer->end(), r… in removePropertyChangeListener()
632 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addVetoableChangeListener()
658 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in removeVetoableChangeListener()
713 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyByName()
734 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in hasPropertyByName()
953 VetoableListeners::iterator iContainer (maVetoableListeners.find(eItem)); in GetVetoableListeners()
[all …]
/trunk/main/sw/source/core/access/
H A Daccmap.cxx897 mpFrmMap->find( rEvent.mpParentFrm ); in FireEvent()
1357 aIter = mpFrmMap->find( pFrm ); in InvalidateShapeInParaSelection()
2066 mpShapeMap->find( pObj ); in GetContext()
2236 mpFrmMap->find( pFrm ); in RemoveContext()
2273 mpShapeMap->find( pObj ); in RemoveContext()
2338 mpFrmMap->find( pParent ); in Dispose()
2382 mpEventMap->find( aFrmOrObj ); in Dispose()
2459 mpFrmMap->find( pParent ); in InvalidatePosOrSize()
3165 mpFrmMap->find( pSelPage ); in UpdatePreview()
3196 mpFrmMap->find( pSelPage ); in InvalidatePreViewSelection()
[all …]
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx180 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in openPath()
256 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in getAllPathStorages()
338 TPath2StorageInfo::iterator pPath = m_lStorages.find(sPath); in closePath()
363 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in notifyPath()
391 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in addStorageListener()
396 …TStorageListenerList::iterator pIt2 = ::std::find(rInfo.Listener.begin(), rInfo.Listener.end(), pL… in addStorageListener()
413 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in removeStorageListener()
418 …TStorageListenerList::iterator pIt2 = ::std::find(rInfo.Listener.begin(), rInfo.Listener.end(), pL… in removeStorageListener()
489 TPath2StorageInfo::const_iterator pParent = m_lStorages.find(sParentPath); in getParentStorage()
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_run.sh53 rm -f `find . -type f -name '*.bb' -print`
54 rm -f `find . -type f -name '*.bbg' -print`
55 rm -f `find . -type f -name '*.f' -print`
56 rm -f `find . -type f -name '*.da' -print`
57 rm -f `find . -type f -name '*.gcov' -print`
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx188 OSL_ASSERT( std::find(mrViews.begin(), in viewAdded()
219 OSL_ASSERT( std::find(mrViews.begin(), in viewRemoved()
246 OSL_ASSERT( std::find(mrViews.begin(), in viewChanged()
305 … OSL_ASSERT( maAllShapes.find(rShape) == maAllShapes.end() ); // shape must not be added already in implAddShape()
325 OSL_ASSERT( maAllShapes.find(rShape) != maAllShapes.end() ); in removeShape()
337 const LayerShapeMap::iterator aShapeEntry( maAllShapes.find(rShape) ); in implRemoveShape()
372 const XShapeHash::const_iterator aIter( maXShapeHash.find( xShape )); in lookupShape()
418 OSL_ASSERT( maAllShapes.find(rSubsetShape) != maAllShapes.end() ); in revokeSubset()
733 const LayerShapeMap::const_iterator aShapeEntry( maAllShapes.find(rShape) ); in addUpdateArea()
/trunk/main/shell/source/all/ooofilereader/
H A Dautostyletag.cxx55 XmlTagAttributes_t::const_iterator iter = attributes.find(CONTENT_STYLE_STYLE_NAME); in addAttributes()
64 XmlTagAttributes_t::const_iterator iter_lan = attributes.find(CONTENT_STYLE_PROPERTIES_LANGUAGE); in addAttributes()
65 XmlTagAttributes_t::const_iterator iter_con = attributes.find(CONTENT_STYLE_PROPERTIES_COUNTRY); in addAttributes()
66 …XmlTagAttributes_t::const_iterator iter_lan_asain = attributes.find(CONTENT_STYLE_PROPERTIES_LANGU… in addAttributes()
67 …XmlTagAttributes_t::const_iterator iter_con_asain = attributes.find(CONTENT_STYLE_PROPERTIES_COUNT… in addAttributes()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx372 OSL_ENSURE( m_aDatabaseObjects.find( _sURL ) == m_aDatabaseObjects.end(), in loadObjectFromURL()
411 if ( m_aDatasourceProperties.end() == m_aDatasourceProperties.find(_sURL) ) in setTransientProperties()
508 if ( m_aDatabaseObjects.find( sDocumentURL ) != m_aDatabaseObjects.end() ) in storeTransientProperties()
512 else if ( m_aDatabaseObjects.find( _rModelImpl.m_sName ) != m_aDatabaseObjects.end() ) in storeTransientProperties()
548 if ( m_aDatabaseObjects.find( _rName ) != m_aDatabaseObjects.end() ) in revokeObject()
554 ObjectCacheIterator aExistent = m_aDatabaseObjects.find( sURL ); in revokeObject()
715 ObjectCacheIterator aFind = m_aDatabaseObjects.find( _rURL ); in getObject()
728 if ( m_aDatabaseObjects.find( sURL ) == m_aDatabaseObjects.end() ) in registerDatabaseDocument()
753 ObjectCache::iterator oldPos = m_aDatabaseObjects.find( _rOldURL ); in databaseDocumentURLChange()
755 ObjectCache::iterator newPos = m_aDatabaseObjects.find( _rNewURL ); in databaseDocumentURLChange()
/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx201 WaitingThreadList::iterator ii = find( in waitInPool()
248 ThreadIdHashMap::iterator ii = m_mapQueue.find( aThreadId ); in revokeQueue()
297 ThreadIdHashMap::iterator ii = m_mapQueue.find( aThreadId ); in addJob()
302 ii = m_mapQueue.find( aThreadId ); in addJob()
342 ThreadIdHashMap::iterator ii = m_mapQueue.find( aThreadId ); in prepare()
361 ThreadIdHashMap::iterator ii = m_mapQueue.find( aThreadId ); in enter()
491 ThreadpoolHashSet::iterator ii = g_pThreadpoolHashSet->find( hPool ); in uno_threadpool_destroy()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx65 XRefTable::iterator it = m_aXRefTable.find( nObject ); in insertXref()
639 m_pDict->m_aMap.find( "Length" ); in getDictLength()
694 m_pStream->m_pDict->m_aMap.find( "Filter" ); in getDeflatedStream()
859 pClone->m_pStream->m_pDict->m_aMap.find( "Filter" ); in emit()
1326 pTrailer->m_pDict->m_aMap.find( "Encrypt" ); in impl_getData()
1343 PDFDict::Map::iterator version = pDict->m_aMap.find( "V" ); in impl_getData()
1344 PDFDict::Map::iterator len = pDict->m_aMap.find( "Length" ); in impl_getData()
1345 PDFDict::Map::iterator o_ent = pDict->m_aMap.find( "O" ); in impl_getData()
1346 PDFDict::Map::iterator u_ent = pDict->m_aMap.find( "U" ); in impl_getData()
1347 PDFDict::Map::iterator r_ent = pDict->m_aMap.find( "R" ); in impl_getData()
[all …]
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx571 bool find(
598 if (!find(rtl::OUString(), 0, 0, 0)) { in getKeyType()
612 OSL_VERIFY(find(rtl::OUString(), 0, 0, &type)); in getValueType()
667 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getAsciiValue()
699 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getAsciiListValue()
751 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getStringValue()
838 if (!find(aKeyName, &path, 0, 0)) { in openKey()
934 find(aKeyName, &path, 0, 0); in getResolvedName()
938 bool Key::find( in find() function in stoc::simpleregistry::__anon1514e4740211::Key
1024 found = data_->singletons.find(*j) != in find()
[all …]
/trunk/main/framework/source/services/
H A DEventMultiplexer.cxx66 ListenerMap::iterator iListenerContainer (maListeners.find(rxEventFocus)); in addEventListener()
78 if (::std::find(rContainer.begin(), rContainer.end(), rxListener) == rContainer.end()) in addEventListener()
100 ListenerMap::iterator iListenerContainer (maListeners.find(rxEventFocus)); in removeEventListener()
104 …const ListenerContainer::iterator iListener (::std::find(rContainer.begin(), rContainer.end(), rxL… in removeEventListener()
127 …const ListenerContainer::iterator iListener (::std::find(iContainer->second.begin(), iContainer->s… in removeAllEventListeners()
154 ListenerMap::iterator iListenerContainer (maListeners.find(rxEventFocus)); in BroadcastEventToSingleContainer()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageMap.cxx199 TStorages::iterator aFind = rMap.find(_sKey); in getRegisteredStorage()
226 TStorages::iterator aFind = rMap.find(_sKey); in revokeStorage()
253 TStorages::iterator aFind = rMap.find(sKey); in registerStream()
263 TStreamMap::iterator aStreamFind = aFind->second.second.find(sName); in registerStream()
322 TStorages::iterator aFind = rMap.find(jstring2ustring(env,key)); in revokeStream()
332 TStorages::iterator aFind = rMap.find(jstring2ustring(env,key)); in getRegisteredStream()
336 …TStreamMap::iterator aStreamFind = aFind->second.second.find(removeURLPrefix(jstring2ustring(env,n… in getRegisteredStream()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx209 if (interfaceTypes.find(type) == interfaceTypes.end()) { in checkType()
215 if ( serviceTypes.find(binType) == serviceTypes.end() ) { in checkType()
221 if ( interfaceTypes.find(supername) == interfaceTypes.end() ) { in checkType()
242 if ( interfaceTypes.find(s) == interfaceTypes.end() ) in checkType()
287 if (interfaces.find("com.sun.star.lang.XServiceInfo") != interfaces.end()) in checkDefaultInterfaces()
290 if (interfaces.find("com.sun.star.lang.XServiceInfo") == interfaces.end()) in checkDefaultInterfaces()
295 if (interfaces.find("com.sun.star.beans.XPropertySet") in checkDefaultInterfaces()
298 if (interfaces.find("com.sun.star.beans.XFastPropertySet") in checkDefaultInterfaces()
301 if (interfaces.find("com.sun.star.beans.XPropertyAccess") in checkDefaultInterfaces()
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx109 TComponents::iterator aFind = m_aConfigValues.find(_sComponentName); in GetColorConfigValue()
112 TConfigValues::iterator aFind2 = aFind->second.first.find(_sName); in GetColorConfigValue()
174 TComponents::const_iterator aFind = m_aConfigValues.find(_sName); in GetComponentColorCount()
184 TComponents::const_iterator aFind = m_aConfigValues.find(_sName); in GetComponentColorConfigValue()
198 TDisplayNames::const_iterator aFind = m_aComponentDisplayNames.find(_sComponentName); in GetComponentDisplayName()
367 if ( m_aConfigValues.find(sComponentName) == m_aConfigValues.end() ) in FillComponentColors()
394 if ( aConfigValues.find(*pColorIter) == aConfigValues.end() ) in FillComponentColors()
401 TDisplayNames::const_iterator aFind = _rDisplayNames.find(sTemp); in FillComponentColors()
520 TComponents::iterator aFind = m_aConfigValues.find(_sName); in SetColorConfigValue()
523 TConfigValues::iterator aFind2 = aFind->second.first.find(rValue.getName()); in SetColorConfigValue()
/trunk/main/sd/source/core/
H A Dshapelist.cxx47 ListImpl::iterator aIter( std::find( maShapeList.begin(), maShapeList.end(), &rObject ) ); in addShape()
62 ListImpl::iterator aIter( std::find( maShapeList.begin(), maShapeList.end(), &rObject ) ); in removeShape()
106 return std::find( maShapeList.begin(), maShapeList.end(), &rObject ) != maShapeList.end(); in hasShape()
113 ListImpl::const_iterator aIter( std::find( maShapeList.begin(), maShapeList.end(), pObj ) ); in getNextShape()
133 ListImpl::iterator aIter( std::find( maShapeList.begin(), maShapeList.end(), &rObject ) ); in ObjectInDestruction()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx142 AttributeHandlerPool::const_iterator pHandler = m_aAttributeHandlers.find( _nAttribute ); in updateAttribute()
173 StateCache::const_iterator aCachedStatePos = m_aLastKnownStates.find( _nAttributeId ); in getAttributeState()
186 AttributeHandlerPool::const_iterator aHandlerPos = m_aAttributeHandlers.find( _nAttribute ); in executeAttribute()
198 … AttributeHandlerPool::const_iterator aHandlerPos = m_aAttributeHandlers.find( _nAttributeId ); in enableAttributeNotification()
222 AttributeHandlerPool::iterator aHandlerPos = m_aAttributeHandlers.find( _nAttributeId ); in disableAttributeNotification()
227 AttributeListenerPool::iterator aListenerPos = m_aAttributeListeners.find( _nAttributeId ); in disableAttributeNotification()
253 StateCache::iterator aCachePos = m_aLastKnownStates.find( _nAttribute ); in implCheckUpdateCache()
269 … AttributeListenerPool::const_iterator aListenerPos = m_aAttributeListeners.find( _nAttribute ); in implCheckUpdateCache()

Completed in 287 milliseconds

12345678910>>...55