Home
last modified time | relevance | path

Searched refs:PropertyAccessorBase (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/forms/source/xforms/
H A Dpropertysetbase.cxx49 oslInterlockedCount SAL_CALL PropertyAccessorBase::acquire() in acquire()
54 oslInterlockedCount SAL_CALL PropertyAccessorBase::release() in release()
90 const ::rtl::Reference< PropertyAccessorBase >& rAccessor ) in registerProperty()
150 PropertyAccessorBase& PropertySetBase::locatePropertyHandler( sal_Int32 nHandle ) const in locatePropertyHandler()
164 PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle ); in convertFastPropertyValue()
180 PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle ); in setFastPropertyValue_NoBroadcast()
186 PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle ); in getFastPropertyValue()
H A Dpropertysetbase.hxx51 class PropertyAccessorBase : public ::rtl::IReference class
57 PropertyAccessorBase() : m_refCount( 0 ) { } in PropertyAccessorBase() function in PropertyAccessorBase
73 class GenericPropertyAccessor : public PropertyAccessorBase
193 …typedef ::std::map< const sal_Int32, ::rtl::Reference< PropertyAccessorBase > > PropertyAccess…
219 const ::rtl::Reference< PropertyAccessorBase >& rAccessor
308 PropertyAccessorBase& locatePropertyHandler( sal_Int32 nHandle ) const;

Completed in 12 milliseconds