Home
last modified time | relevance | path

Searched refs:xSourceInfo (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dxsddatatypes.cxx203 Reference< XPropertySetInfo > xSourceInfo; in lcl_copyProperties() local
205 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()
/aoo42x/main/forms/source/component/
H A DEdit.cxx447 Reference< XPropertySetInfo > xSourceInfo; in lcl_transferProperties() local
449 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 44 milliseconds