Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/uno/
H A Dunoevent.cxx55 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()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dunoevent.hxx61 class SVT_DLLPUBLIC SvBaseEventDescriptor : public cppu::WeakImplHelper2 class
88 SvBaseEventDescriptor(const SvEventDescription* pSupportedMacroItems);
90 virtual ~SvBaseEventDescriptor();
205 class SVT_DLLPUBLIC SvEventDescriptor : public SvBaseEventDescriptor
222 using SvBaseEventDescriptor::replaceByName;
232 using SvBaseEventDescriptor::getByName;
259 class SVT_DLLPUBLIC SvDetachedEventDescriptor : public SvBaseEventDescriptor
280 using SvBaseEventDescriptor::replaceByName;
290 using SvBaseEventDescriptor::getByName;
303 using SvBaseEventDescriptor::hasByName;
/AOO41X/main/sw/inc/
H A Dunoatxt.hxx264 class SwAutoTextEventDescriptor : public SvBaseEventDescriptor
270 using SvBaseEventDescriptor::replaceByName;
271 using SvBaseEventDescriptor::getByName;
/AOO41X/main/sw/source/core/unocore/
H A Dunoevent.cxx199 SvBaseEventDescriptor::replaceByName(rName, in copyMacrosFromNameReplace()
/AOO41X/main/sw/source/ui/uno/
H A Dunoatxt.cxx1195 SvBaseEventDescriptor(aAutotextEvents), in SwAutoTextEventDescriptor()