Lines Matching refs:SvBaseEventDescriptor
55 SvBaseEventDescriptor::SvBaseEventDescriptor( const SvEventDescription* pSupportedMacroItems ) : in SvBaseEventDescriptor() function in SvBaseEventDescriptor
74 SvBaseEventDescriptor::~SvBaseEventDescriptor() in ~SvBaseEventDescriptor()
78 void SvBaseEventDescriptor::replaceByName( in replaceByName()
105 Any SvBaseEventDescriptor::getByName( in getByName()
126 Sequence<OUString> SvBaseEventDescriptor::getElementNames() in getElementNames()
139 sal_Bool SvBaseEventDescriptor::hasByName( in hasByName()
147 Type SvBaseEventDescriptor::getElementType() in getElementType()
153 sal_Bool SvBaseEventDescriptor::hasElements() in hasElements()
159 sal_Bool SvBaseEventDescriptor::supportsService(const OUString& rServiceName) in supportsService()
165 Sequence<OUString> SvBaseEventDescriptor::getSupportedServiceNames(void) in getSupportedServiceNames()
174 sal_uInt16 SvBaseEventDescriptor::mapNameToEventID(const OUString& rName) const in mapNameToEventID()
189 OUString SvBaseEventDescriptor::mapEventIDToName(sal_uInt16 nPoolID) const in mapEventIDToName()
204 sal_uInt16 SvBaseEventDescriptor::getMacroID(const OUString& rName) const in getMacroID()
209 void SvBaseEventDescriptor::getAnyFromMacro(Any& rAny, in getAnyFromMacro()
302 void SvBaseEventDescriptor::getMacroFromAny( in getMacroFromAny()
409 SvBaseEventDescriptor(pSupportedMacroItems), in SvEventDescriptor()
462 SvBaseEventDescriptor(pSupportedMacroItems), in SvDetachedEventDescriptor()