Home
last modified time | relevance | path

Searched refs:pSourceProps (Results 1 – 4 of 4) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dproperty.cxx84 const Property* pSourceProps = aSourceProps.getConstArray(); in copyProperties() local
86 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()
/trunk/main/forms/source/component/
H A DEdit.cxx462 const Property* pSourceProps = aSourceProps.getConstArray(); in lcl_transferProperties() local
464 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()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1640 const Any* pSourceProps = aSourceProperties.getArray(); in Commit() local
1642 pSourceProps[0] >>= sSource; in Commit()
1643 pSourceProps[1] >>= sCommand; in Commit()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1301 const Property* pSourceProps = aPropSeq.getConstArray(); in getProperties() local
1310 pDestProps[ iDest++ ] = pSourceProps[ i ]; in getProperties()

Completed in 46 milliseconds