Home
last modified time | relevance | path

Searched refs:rxSet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx824 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()
/trunk/main/forms/source/component/
H A DGroupManager.cxx118 OGroupComp::OGroupComp(const Reference<XPropertySet>& rxSet, sal_Int32 nInsertPos ) in OGroupComp() argument
119 :m_xComponent( rxSet ) in OGroupComp()
120 ,m_xControlModel(rxSet,UNO_QUERY) in OGroupComp()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx88 const Reference<beans::XPropertySet>& rxSet, in GetOptionalProperty() argument
93 if (rxSet.is()) in GetOptionalProperty()
95 const Reference<beans::XPropertySetInfo> xInfo (rxSet->getPropertySetInfo()); in GetOptionalProperty()
100 rxSet->getPropertyValue(rsPropertyName) >>= sValue; in GetOptionalProperty()

Completed in 39 milliseconds