Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/
H A Dpropagg.cxx266 const ::rtl::OUString* pReqProps = _rPropNames.getConstArray(); in fillHandles() local
305 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
309 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
328 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1253 const OUString * pReqProps = rPropNames.getConstArray(); in fillHandles() local
1274 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
1278 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
1297 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()

Completed in 24 milliseconds