Searched refs:OEventDescriptorMapper (Results 1 – 3 of 3) sorted by relevance
46 … OEventDescriptorMapper::OEventDescriptorMapper(const Sequence< ScriptEventDescriptor >& _rEvents) in OEventDescriptorMapper() function in xmloff::OEventDescriptorMapper102 void SAL_CALL OEventDescriptorMapper::replaceByName( const ::rtl::OUString&, const Any& ) in replaceByName()109 Any SAL_CALL OEventDescriptorMapper::getByName( const ::rtl::OUString& _rName ) in getByName()121 Sequence< ::rtl::OUString > SAL_CALL OEventDescriptorMapper::getElementNames( ) in getElementNames()135 sal_Bool SAL_CALL OEventDescriptorMapper::hasByName( const ::rtl::OUString& _rName ) in hasByName()142 Type SAL_CALL OEventDescriptorMapper::getElementType( ) in getElementType()148 sal_Bool SAL_CALL OEventDescriptorMapper::hasElements( ) in hasElements()
53 class OEventDescriptorMapper : public OEventDescriptorMapper_Base class60 OEventDescriptorMapper(
246 Reference< XNameReplace > xWrapper = new OEventDescriptorMapper(m_aEvents); in exportEvents()