Lines Matching refs:SbPropertyValues
82 SbPropertyValues::SbPropertyValues() in SbPropertyValues() function in SbPropertyValues
88 SbPropertyValues::~SbPropertyValues() in ~SbPropertyValues()
98 Reference< XPropertySetInfo > SbPropertyValues::getPropertySetInfo(void) throw( RuntimeException ) in getPropertySetInfo()
104 ((SbPropertyValues*)this)->_xInfo = (XPropertySetInfo*)pInfo; in getPropertySetInfo()
111 sal_Int32 SbPropertyValues::GetIndex_Impl( const ::rtl::OUString &rPropName ) const in GetIndex_Impl()
123 void SbPropertyValues::setPropertyValue( in setPropertyValue()
140 Any SbPropertyValues::getPropertyValue( in getPropertyValue()
155 void SbPropertyValues::addPropertyChangeListener( in addPropertyChangeListener()
165 void SbPropertyValues::removePropertyChangeListener( in removePropertyChangeListener()
175 void SbPropertyValues::addVetoableChangeListener( in addVetoableChangeListener()
185 void SbPropertyValues::removeVetoableChangeListener( in removeVetoableChangeListener()
195 Sequence< PropertyValue > SbPropertyValues::getPropertyValues(void) throw (::com::sun::star::uno::R… in getPropertyValues()
205 void SbPropertyValues::setPropertyValues(const Sequence< PropertyValue >& rPropertyValues ) in setPropertyValues()
397 Reference< XInterface > xInterface = (OWeakObject*) new SbPropertyValues(); in RTL_Impl_CreatePropertySet()