Searched refs:xNewPropSet (Results 1 – 4 of 4) sorted by relevance
151 uno::Reference< beans::XPropertySet > xNewPropSet( in ApplySpecialItem() local154 OSL_ASSERT( xNewPropSet.is()); in ApplySpecialItem()155 if( xNewPropSet.is()) in ApplySpecialItem()157 resetPropertySet( xNewPropSet ); in ApplySpecialItem()
549 xNewPropSet in copyAdditionalPropertySet() local551 if ( xNewPropSet.is() ) in copyAdditionalPropertySet()555 xNewPropSet = getAdditionalPropertySet( rTargetKey, sal_True ); in copyAdditionalPropertySet()556 if ( !xNewPropSet.is() ) in copyAdditionalPropertySet()560 xNewPropSet, uno::UNO_QUERY ); in copyAdditionalPropertySet()
1098 Reference< XPropertySet > xNewPropSet( pNewControlData->GetPropertySet() ); in implExecuteDataTransfer() local1118 xNewPropSet->setPropertyValue(sCurrentProp, xCurrent->getPropertyValue(sCurrentProp)); in implExecuteDataTransfer()
467 Reference< XPropertySet > xNewPropSet( xNewSubmission, UNO_QUERY ); in DoToolBoxAction() local468 SvLBoxEntry* pEntry = AddEntry( xNewPropSet ); in DoToolBoxAction()
Completed in 51 milliseconds