Home
last modified time | relevance | path

Searched refs:xDestProps (Results 1 – 3 of 3) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dproperty.cxx81 Reference< XPropertySetInfo > xDestProps = _rxDest->getPropertySetInfo(); in copyProperties() local
88 if ( xDestProps->hasPropertyByName(pSourceProps->Name) ) in copyProperties()
92 aDestProp = xDestProps->getPropertyByName(pSourceProps->Name); in copyProperties()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx1920 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in CopyToStreamInternally_Impl() local
1921 if ( !xDestProps.is() ) in CopyToStreamInternally_Impl()
1963 xDestProps->setPropertyValue( aPropName, getPropertyValue( aPropName ) ); in CopyToStreamInternally_Impl()
1967 xDestProps->setPropertyValue( aPropName, getPropertyValue( aPropName ) ); in CopyToStreamInternally_Impl()
1972 xDestProps->setPropertyValue( aPropName, getPropertyValue( aPropName ) ); in CopyToStreamInternally_Impl()
H A Dxstorage.cxx108 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl() local
109 if ( !xSourceProps.is() || !xDestProps.is() ) in completeStorageStreamCopy_Impl()
144xDestProps->setPropertyValue( aPropNames[ind], xSourceProps->getPropertyValue( aPropNames[ind] ) ); in completeStorageStreamCopy_Impl()

Completed in 68 milliseconds