Searched refs:xFromInfo (Results 1 – 2 of 2) sorted by relevance
77 Reference<XPropertySetInfo> xFromInfo = xFrom->getPropertySetInfo(); in copy() local84 if( xFromInfo->hasPropertyByName( rName ) ) in copy()88 Property aProperty = xFromInfo->getPropertyByName( rName ); in copy()
2666 Reference< XPropertySetInfo > xFromInfo = xFrom->getPropertySetInfo(); in copyPropSet() local2673 if ( xFromInfo->hasPropertyByName( rName ) ) in copyPropSet()2676 Property aProperty = xFromInfo->getPropertyByName( rName ); in copyPropSet()
Completed in 73 milliseconds