Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx957 … PropertyHandlerRepository::const_iterator handlerPos = m_aPropertyHandlers.find( _rPropertyName ); in impl_hasPropertyHandlerFor_nothrow() local
958 return ( handlerPos != m_aPropertyHandlers.end() ); in impl_hasPropertyHandlerFor_nothrow()
964 … PropertyHandlerRepository::const_iterator handlerPos = m_aPropertyHandlers.find( _rPropertyName ); in impl_getHandlerForProperty_throw() local
965 if ( handlerPos == m_aPropertyHandlers.end() ) in impl_getHandlerForProperty_throw()
967 return handlerPos->second; in impl_getHandlerForProperty_throw()

Completed in 19 milliseconds