Searched refs:_rxSet (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | taborder.cxx | 147 Image TabOrderDialog::GetImage( const Reference< XPropertySet >& _rxSet ) const in GetImage() 151 if ( _rxSet.is() && ::comphelper::hasProperty( PROPERTY_CLASSID, _rxSet ) ) in GetImage() 153 switch( ::comphelper::getINT16( _rxSet->getPropertyValue( PROPERTY_CLASSID ) ) ) in GetImage()
|
H A D | taborder.hxx | 108 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxSet
|
/aoo41x/main/comphelper/source/property/ |
H A D | property.cxx | 142 sal_Bool hasProperty(const rtl::OUString& _rName, const Reference<XPropertySet>& _rxSet) in hasProperty() argument 144 if (_rxSet.is()) in hasProperty() 147 return _rxSet->getPropertySetInfo()->hasPropertyByName(_rName); in hasProperty()
|
H A D | propmultiplex.cxx | 86 …er(OPropertyChangeListener* _pListener, const Reference< XPropertySet>& _rxSet, sal_Bool _bAutoRe… in OPropertyChangeMultiplexer() argument 87 :m_xSet(_rxSet) in OPropertyChangeMultiplexer()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | propertysetitem.cxx | 50 OPropertySetItem::OPropertySetItem(sal_Int16 _nWhich, const Reference< XPropertySet >& _rxSet) in OPropertySetItem() argument 52 ,m_xSet(_rxSet) in OPropertySetItem()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | SelectionMultiplex.cxx | 87 …ectionChangeListener* _pListener, const Reference< XSelectionSupplier>& _rxSet, sal_Bool _bAutoRe… in OSelectionChangeMultiplexer() argument 88 :m_xSet(_rxSet) in OSelectionChangeMultiplexer()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 117 …void lcl_putProperty(const Reference< XPropertySet >& _rxSet, const ::rtl::OUString& _rName, const… in lcl_putProperty() argument 121 if ( _rxSet.is() ) in lcl_putProperty() 122 _rxSet->setPropertyValue(_rName, _rValue); in lcl_putProperty() 955 …nistrationHelper::implTranslateProperty(const Reference< XPropertySet >& _rxSet, const ::rtl::OUSt… in implTranslateProperty() argument 958 lcl_putProperty(_rxSet, _rName,aValue); in implTranslateProperty()
|
H A D | DbAdminImpl.hxx | 195 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSet, const ::rtl::OUSt…
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | propertysetitem.hxx | 52 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSet);
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | SelectionMultiplex.hxx | 90 …:sun::star::uno::Reference< ::com::sun::star::view::XSelectionSupplier>& _rxSet, sal_Bool _bAutoRe…
|
H A D | propmultiplex.hxx | 88 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxSet, sal_Bool _bAutoRe…
|
H A D | property.hxx | 127 …asProperty(const rtl::OUString& _rName, const staruno::Reference<starbeans::XPropertySet>& _rxSet);
|
/aoo41x/main/svx/source/form/ |
H A D | datanavi.cxx | 142 ItemNode( const Reference< XPropertySet >& _rxSet ) : in ItemNode() 143 m_xPropSet( _rxSet ) {} in ItemNode()
|
Completed in 157 milliseconds