Searched refs:rxSet (Results 1 – 3 of 3) sorted by relevance
824 const Reference< XPropertySet >& rxSet ) in appendPropertySet()826 if ( rxSet.is() ) in appendPropertySet()828 Reference< XPropertySetInfo > xInfo = rxSet->getPropertySetInfo(); in appendPropertySet()835 Reference< XPropertyAccess > xPropertyAccess( rxSet, UNO_QUERY ); in appendPropertySet()875 Any aValue = rxSet->getPropertyValue( rProp.Name ); in appendPropertySet()894 const Reference< XPropertySet >& rxSet, in appendPropertySetValue()897 if ( rxSet.is() ) in appendPropertySetValue()901 Any aValue = rxSet->getPropertyValue( rProperty.Name ); in appendPropertySetValue()
118 OGroupComp::OGroupComp(const Reference<XPropertySet>& rxSet, sal_Int32 nInsertPos ) in OGroupComp() argument119 :m_xComponent( rxSet ) in OGroupComp()120 ,m_xControlModel(rxSet,UNO_QUERY) in OGroupComp()
88 const Reference<beans::XPropertySet>& rxSet, in GetOptionalProperty() argument93 if (rxSet.is()) in GetOptionalProperty()95 const Reference<beans::XPropertySetInfo> xInfo (rxSet->getPropertySetInfo()); in GetOptionalProperty()100 rxSet->getPropertyValue(rsPropertyName) >>= sValue; in GetOptionalProperty()
Completed in 65 milliseconds