Home
last modified time | relevance | path

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

/aoo41x/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx121 const Property* pAllProperties = aAllProperties.getConstArray(); in getPropertyStates() local
122 const Property* pAllPropertiesEnd = pAllProperties + nAllProperties; in getPropertyStates()
125 for ( ; ( pAllProperties != pAllPropertiesEnd ) && ( pLookup != pLookupEnd ); ++pAllProperties ) in getPropertyStates()
128 if ( pAllProperties < pAllPropertiesEnd - 1 ) in getPropertyStates()
129 OSL_ENSURE( pAllProperties->Name.compareTo( (pAllProperties + 1)->Name ) < 0, in getPropertyStates()
132 if ( pAllProperties->Name.equals( *pLookup ) ) in getPropertyStates()

Completed in 12 milliseconds