#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>
Go to the source code of this file.
|
| 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" |
| |
◆ sAPI_ServiceName
| constexpr OUStringLiteral sAPI_ServiceName = u"com.sun.star.container.XNameReplace" |
|
constexpr |
◆ sEventType
| constexpr OUStringLiteral sEventType = u"EventType" |
|
constexpr |
◆ sLibrary
| constexpr OUStringLiteral sLibrary = u"Library" |
|
constexpr |
◆ sMacroName
| constexpr OUStringLiteral sMacroName = u"MacroName" |
|
constexpr |
◆ sNone
| constexpr OUStringLiteral sNone = u"None" |
|
constexpr |
◆ sScript
| constexpr OUStringLiteral sScript = u"Script" |
|
constexpr |
◆ sStarBasic
| constexpr OUStringLiteral sStarBasic = u"StarBasic" |
|
constexpr |