Searched refs:rMultiPropSet (Results 1 – 4 of 4) sorted by relevance
161 Reference<XMultiPropertySet> rMultiPropSet(rSectionPropertySet, in StartElement() local163 DBG_ASSERT(rMultiPropSet.is(), "we'd really like a XMultiPropertySet"); in StartElement()164 if (rMultiPropSet.is()) in StartElement()165 rMultiPropSet->setPropertyValues(aNames, aValues); in StartElement()
202 const Reference< XMultiPropertySet> & rMultiPropSet ) in getValue()205 getValues( rMultiPropSet ); in getValue()
683 const Reference<XMultiPropertySet> & rMultiPropSet, in _FillMultiPropertySet() argument688 OSL_ENSURE( rMultiPropSet.is(), "Need multi property set. "); in _FillMultiPropertySet()702 rMultiPropSet->setPropertyValues( aNames, aValues ); in _FillMultiPropertySet()
168 ::com::sun::star::beans::XMultiPropertySet> & rMultiPropSet,
Completed in 26 milliseconds