Searched refs:xDestProps (Results 1 – 3 of 3) sorted by relevance
81 Reference< XPropertySetInfo > xDestProps = _rxDest->getPropertySetInfo(); in copyProperties() local88 if ( xDestProps->hasPropertyByName(pSourceProps->Name) ) in copyProperties()92 aDestProp = xDestProps->getPropertyByName(pSourceProps->Name); in copyProperties()
1920 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in CopyToStreamInternally_Impl() local1921 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()
108 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl() local109 if ( !xSourceProps.is() || !xDestProps.is() ) in completeStorageStreamCopy_Impl()144 …xDestProps->setPropertyValue( aPropNames[ind], xSourceProps->getPropertyValue( aPropNames[ind] ) ); in completeStorageStreamCopy_Impl()
Completed in 53 milliseconds