Searched refs:pAllProperties (Results 1 – 1 of 1) sorted by relevance
121 const Property* pAllProperties = aAllProperties.getConstArray(); in getPropertyStates() local122 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 14 milliseconds