Searched refs:xSourceInfo (Results 1 – 2 of 2) sorted by relevance
203 Reference< XPropertySetInfo > xSourceInfo; in lcl_copyProperties() local205 xSourceInfo = _rxSource->getPropertySetInfo(); in lcl_copyProperties()209 …OSL_ENSURE( xSourceInfo.is() && xDestInfo.is(), "lcl_copyProperties: invalid property set( info)s!… in lcl_copyProperties()210 if ( !xSourceInfo.is() || !xDestInfo.is() ) in lcl_copyProperties()213 Sequence< Property > aProperties( xSourceInfo->getProperties() ); in lcl_copyProperties()
447 Reference< XPropertySetInfo > xSourceInfo; in lcl_transferProperties() local449 xSourceInfo = _rxSource->getPropertySetInfo(); in lcl_transferProperties()455 if ( !xSourceInfo.is() || !xDestInfo.is() ) in lcl_transferProperties()461 Sequence< Property > aSourceProps( xSourceInfo->getProperties() ); in lcl_transferProperties()
Completed in 9 milliseconds