Home
last modified time | relevance | path

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

/AOO41X/main/cppuhelper/source/
H A Dpropertysetmixin.cxx90 using cppu::PropertySetMixinImpl;
399 class PropertySetMixinImpl::BoundListeners::Impl {
406 PropertySetMixinImpl::BoundListeners::BoundListeners(): m_impl(new Impl) {} in BoundListeners()
408 PropertySetMixinImpl::BoundListeners::~BoundListeners() { in ~BoundListeners()
412 void PropertySetMixinImpl::BoundListeners::notify() const { in notify()
430 class PropertySetMixinImpl::Impl: public Data {
452 PropertySetMixinImpl::Implements implements;
485 PropertySetMixinImpl::Impl::Impl( in Impl()
529 rtl::OUString PropertySetMixinImpl::Impl::translateHandle( in translateHandle()
542 void PropertySetMixinImpl::Impl::setProperty( in setProperty()
[all …]
H A Dmsvc_win32_intel.map259 ??1PropertySetMixinImpl@cppu@@AAE@XZ;
260 ?queryInterface@PropertySetMixinImpl@cppu@@MAA?AVAny@uno@star@sun@com@@ABVType@4567@@Z;
261 …?getPropertySetInfo@PropertySetMixinImpl@cppu@@MAA?AV?$Reference@VXPropertySetInfo@beans@star@sun@…
262 ?notify@BoundListeners@PropertySetMixinImpl@cppu@@QBEXXZ;
263 … ?setPropertyValue@PropertySetMixinImpl@cppu@@MAAXABVOUString@rtl@@ABVAny@uno@star@sun@com@@@Z;
264 … ?getPropertyValue@PropertySetMixinImpl@cppu@@MAA?AVAny@uno@star@sun@com@@ABVOUString@rtl@@@Z;
265 …?removePropertyChangeListener@PropertySetMixinImpl@cppu@@MAAXABVOUString@rtl@@ABV?$Reference@VXPro…
266 …?removeVetoableChangeListener@PropertySetMixinImpl@cppu@@MAAXABVOUString@rtl@@ABV?$Reference@VXVet…
267 ?setFastPropertyValue@PropertySetMixinImpl@cppu@@MAAXJABVAny@uno@star@sun@com@@@Z;
268 ?getFastPropertyValue@PropertySetMixinImpl@cppu@@MAA?AVAny@uno@star@sun@com@@J@Z;
[all …]
/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx86 class PropertySetMixinImpl: class
166 friend class PropertySetMixinImpl;
382 PropertySetMixinImpl( const PropertySetMixinImpl&); // not defined
383 void operator=( const PropertySetMixinImpl&); // not defined
385 PropertySetMixinImpl(
398 ~PropertySetMixinImpl();
415 template< typename T > class PropertySetMixin: public PropertySetMixinImpl {
462 PropertySetMixinImpl( in PropertySetMixin()