Searched refs:pNewProps (Results 1 – 2 of 2) sorted by relevance
365 Property* pNewProps = aNewProps.getArray(); in clearAggregateProperties() local372 *pNewProps++ = *pProps; in clearAggregateProperties()375 aNewProps.realloc( pNewProps - aNewProps.getArray() ); in clearAggregateProperties()
1024 Property* pNewProps = aNewProperties.getArray(); in TransferFormComponentProperties() local1050 …Property* pResult = ::std::lower_bound(pNewProps, pNewProps + nNewLen,pOldProps[i].Name, ::comphel… in TransferFormComponentProperties()1052 && ( pResult != pNewProps + nNewLen && pResult->Name == pOldProps[i].Name ) in TransferFormComponentProperties()
Completed in 27 milliseconds