LibreOffice Module svtools (master) 1
Variables
unoevent.cxx File Reference
#include <com/sun/star/beans/PropertyValue.hpp>
#include <comphelper/propertyvalue.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <sfx2/event.hxx>
#include <svtools/unoevent.hxx>
#include <svl/macitem.hxx>
Include dependency graph for unoevent.cxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral sAPI_ServiceName = u"com.sun.star.container.XNameReplace"
 
constexpr OUStringLiteral sEventType = u"EventType"
 
constexpr OUStringLiteral sMacroName = u"MacroName"
 
constexpr OUStringLiteral sLibrary = u"Library"
 
constexpr OUStringLiteral sStarBasic = u"StarBasic"
 
constexpr OUStringLiteral sScript = u"Script"
 
constexpr OUStringLiteral sNone = u"None"
 

Variable Documentation

◆ sAPI_ServiceName

constexpr OUStringLiteral sAPI_ServiceName = u"com.sun.star.container.XNameReplace"
constexpr

Definition at line 39 of file unoevent.cxx.

Referenced by SvBaseEventDescriptor::getSupportedServiceNames().

◆ sEventType

constexpr OUStringLiteral sEventType = u"EventType"
constexpr

Definition at line 40 of file unoevent.cxx.

◆ sLibrary

constexpr OUStringLiteral sLibrary = u"Library"
constexpr

Definition at line 42 of file unoevent.cxx.

◆ sMacroName

constexpr OUStringLiteral sMacroName = u"MacroName"
constexpr

Definition at line 41 of file unoevent.cxx.

◆ sNone

constexpr OUStringLiteral sNone = u"None"
constexpr

Definition at line 45 of file unoevent.cxx.

◆ sScript

constexpr OUStringLiteral sScript = u"Script"
constexpr

Definition at line 44 of file unoevent.cxx.

◆ sStarBasic

constexpr OUStringLiteral sStarBasic = u"StarBasic"
constexpr

Definition at line 43 of file unoevent.cxx.