Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx181 ConstPropertiesIterator pos = ::std::find_if( in isRegisteredProperty()
482 ConstPropertiesIterator pos = ::std::find_if( in getProperty()
515 for ( ConstPropertiesIterator aLoop = m_aProperties.begin(); in describeProperties()
/trunk/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx91 typedef Properties::const_iterator ConstPropertiesIterator; typedef in comphelper::OPropertyContainerHelper