Searched refs:PropertyAccessorBase (Results 1 – 2 of 2) sorted by relevance
49 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()
51 class PropertyAccessorBase : public ::rtl::IReference class57 PropertyAccessorBase() : m_refCount( 0 ) { } in PropertyAccessorBase() function in PropertyAccessorBase73 class GenericPropertyAccessor : public PropertyAccessorBase193 …typedef ::std::map< const sal_Int32, ::rtl::Reference< PropertyAccessorBase > > PropertyAccess…219 const ::rtl::Reference< PropertyAccessorBase >& rAccessor308 PropertyAccessorBase& locatePropertyHandler( sal_Int32 nHandle ) const;
Completed in 14 milliseconds