Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dunoevent.cxx50 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()
[all …]
/trunk/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;
/trunk/main/sw/inc/
H A Dunoatxt.hxx264 class SwAutoTextEventDescriptor : public SvBaseEventDescriptor
270 using SvBaseEventDescriptor::replaceByName;
271 using SvBaseEventDescriptor::getByName;
/trunk/main/sw/source/core/unocore/
H A Dunoevent.cxx199 SvBaseEventDescriptor::replaceByName(rName, in copyMacrosFromNameReplace()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx1195 SvBaseEventDescriptor(aAutotextEvents), in SwAutoTextEventDescriptor()