Home
last modified time | relevance | path

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

/AOO42X/main/scripting/source/storage/
H A DScriptInfo.cxx53 class PropertySetImpl : public ::cppu::WeakImplHelper1< css::beans::XPropertySet > class
58 PropertySetImpl();
59 ~PropertySetImpl();
104 …void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, const Any& aV…
113 PropertySetImpl::PropertySetImpl() in PropertySetImpl() function in scripting_impl::PropertySetImpl
118 PropertySetImpl::~PropertySetImpl() in ~PropertySetImpl()
123 Reference< beans::XPropertySetInfo > SAL_CALL PropertySetImpl::getPropertySetInfo( ) in getPropertySetInfo()
129 void SAL_CALL PropertySetImpl::setPropertyValue( const ::rtl::OUString& aPropertyName, in setPropertyValue()
140 void PropertySetImpl::privateSetPropertyValue( const ::rtl::OUString& aPropertyName, in privateSetPropertyValue()
151 Any SAL_CALL PropertySetImpl::getPropertyValue( const ::rtl::OUString& PropertyName ) in getPropertyValue()
[all …]