Searched refs:rPropSet1 (Results 1 – 2 of 2) sorted by relevance
54 …PropertySetMergerImpl( const Reference< XPropertySet > rPropSet1, const Reference< XPropertySet > …82 PropertySetMergerImpl::PropertySetMergerImpl( Reference< XPropertySet > rPropSet1, Reference< XProp… in PropertySetMergerImpl() argument83 : mxPropSet1( rPropSet1 ) in PropertySetMergerImpl()84 , mxPropSet1State( rPropSet1, UNO_QUERY ) in PropertySetMergerImpl()85 , mxPropSet1Info( rPropSet1->getPropertySetInfo() ) in PropertySetMergerImpl()260 Reference< XPropertySet > PropertySetMerger_CreateInstance( Reference< XPropertySet > rPropSet1, Re… in PropertySetMerger_CreateInstance() argument262 return new PropertySetMergerImpl( rPropSet1, rPropSet2 ); in PropertySetMerger_CreateInstance()
31 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rPropSet1,
Completed in 14 milliseconds