Home
last modified time | relevance | path

Searched refs:_rxSet (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/extensions/source/propctrlr/
H A Dtaborder.cxx147 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 Dtaborder.hxx108 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & _rxSet
/aoo41x/main/comphelper/source/property/
H A Dproperty.cxx142 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 Dpropmultiplex.cxx86 …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 Dpropertysetitem.cxx50 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 DSelectionMultiplex.cxx87 …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 DDbAdminImpl.cxx117 …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 DDbAdminImpl.hxx195 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSet, const ::rtl::OUSt…
/aoo41x/main/dbaccess/source/ui/inc/
H A Dpropertysetitem.hxx52 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSet);
/aoo41x/main/comphelper/inc/comphelper/
H A DSelectionMultiplex.hxx90 …:sun::star::uno::Reference< ::com::sun::star::view::XSelectionSupplier>& _rxSet, sal_Bool _bAutoRe…
H A Dpropmultiplex.hxx88 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxSet, sal_Bool _bAutoRe…
H A Dproperty.hxx127 …asProperty(const rtl::OUString& _rName, const staruno::Reference<starbeans::XPropertySet>& _rxSet);
/aoo41x/main/svx/source/form/
H A Ddatanavi.cxx142 ItemNode( const Reference< XPropertySet >& _rxSet ) : in ItemNode()
143 m_xPropSet( _rxSet ) {} in ItemNode()

Completed in 75 milliseconds