Home
last modified time | relevance | path

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

/aoo42x/main/forms/source/component/
H A DColumns.cxx365 Property* pNewProps = aNewProps.getArray(); in clearAggregateProperties() local
372 *pNewProps++ = *pProps; in clearAggregateProperties()
375 aNewProps.realloc( pNewProps - aNewProps.getArray() ); in clearAggregateProperties()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx1024 Property* pNewProps = aNewProperties.getArray(); in TransferFormComponentProperties() local
1050 …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 33 milliseconds