Lines Matching refs:SvBaseEventDescriptor
50 SvBaseEventDescriptor::SvBaseEventDescriptor( const SvEventDescription* pSupportedMacroItems ) : in SvBaseEventDescriptor() function in SvBaseEventDescriptor
69 SvBaseEventDescriptor::~SvBaseEventDescriptor() in ~SvBaseEventDescriptor()
73 void SvBaseEventDescriptor::replaceByName( in replaceByName()
100 Any SvBaseEventDescriptor::getByName( in getByName()
121 Sequence<OUString> SvBaseEventDescriptor::getElementNames() in getElementNames()
134 sal_Bool SvBaseEventDescriptor::hasByName( in hasByName()
142 Type SvBaseEventDescriptor::getElementType() in getElementType()
148 sal_Bool SvBaseEventDescriptor::hasElements() in hasElements()
154 sal_Bool SvBaseEventDescriptor::supportsService(const OUString& rServiceName) in supportsService()
160 Sequence<OUString> SvBaseEventDescriptor::getSupportedServiceNames(void) in getSupportedServiceNames()
169 sal_uInt16 SvBaseEventDescriptor::mapNameToEventID(const OUString& rName) const in mapNameToEventID()
184 OUString SvBaseEventDescriptor::mapEventIDToName(sal_uInt16 nPoolID) const in mapEventIDToName()
199 sal_uInt16 SvBaseEventDescriptor::getMacroID(const OUString& rName) const in getMacroID()
204 void SvBaseEventDescriptor::getAnyFromMacro(Any& rAny, in getAnyFromMacro()
297 void SvBaseEventDescriptor::getMacroFromAny( in getMacroFromAny()
398 SvBaseEventDescriptor(pSupportedMacroItems), in SvEventDescriptor()
446 SvBaseEventDescriptor(pSupportedMacroItems), in SvDetachedEventDescriptor()