Searched refs:pSourceProps (Results 1 – 4 of 4) sorted by relevance
84 const Property* pSourceProps = aSourceProps.getConstArray(); in copyProperties() local86 for (sal_Int32 i=0; i<aSourceProps.getLength(); ++i, ++pSourceProps) in copyProperties()88 if ( xDestProps->hasPropertyByName(pSourceProps->Name) ) in copyProperties()92 aDestProp = xDestProps->getPropertyByName(pSourceProps->Name); in copyProperties()95 const Any aSourceValue = _rxSource->getPropertyValue(pSourceProps->Name); in copyProperties()97 _rxDest->setPropertyValue(pSourceProps->Name, aSourceValue); in copyProperties()105 …aBuffer.append( ::rtl::OString( pSourceProps->Name.getStr(), pSourceProps->Name.getLength(), RTL_T… in copyProperties()
462 const Property* pSourceProps = aSourceProps.getConstArray(); in lcl_transferProperties() local464 while ( pSourceProps != pSourcePropsEnd ) in lcl_transferProperties()466 if ( !xDestInfo->hasPropertyByName( pSourceProps->Name ) ) in lcl_transferProperties()468 ++pSourceProps; in lcl_transferProperties()472 Property aDestProp( xDestInfo->getPropertyByName( pSourceProps->Name ) ); in lcl_transferProperties()475 ++pSourceProps; in lcl_transferProperties()481 …_rxDest->setPropertyValue( pSourceProps->Name, _rxSource->getPropertyValue( pSourceProps->Name ) ); in lcl_transferProperties()487 …sMessage += ::rtl::OString( pSourceProps->Name.getStr(), pSourceProps->Name.getLength(), RTL_TEXTE… in lcl_transferProperties()498 ++pSourceProps; in lcl_transferProperties()
1640 const Any* pSourceProps = aSourceProperties.getArray(); in Commit() local1642 pSourceProps[0] >>= sSource; in Commit()1643 pSourceProps[1] >>= sCommand; in Commit()
1301 const Property* pSourceProps = aPropSeq.getConstArray(); in getProperties() local1310 pDestProps[ iDest++ ] = pSourceProps[ i ]; in getProperties()
Completed in 45 milliseconds