LibreOffice Module ucb (master) 1
Macros | Variables
ucbcmds.hxx File Reference
#include <rtl/ustring.hxx>
Include dependency graph for ucbcmds.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GETCOMMANDINFO_HANDLE   1024
 
#define GLOBALTRANSFER_HANDLE   1025
 
#define CHECKIN_HANDLE   1026
 

Variables

constexpr OUStringLiteral GETCOMMANDINFO_NAME = u"getCommandInfo"
 
constexpr OUStringLiteral GLOBALTRANSFER_NAME = u"globalTransfer"
 
constexpr OUStringLiteral CHECKIN_NAME = u"checkin"
 

Macro Definition Documentation

◆ CHECKIN_HANDLE

#define CHECKIN_HANDLE   1026

Definition at line 34 of file ucbcmds.hxx.

◆ GETCOMMANDINFO_HANDLE

#define GETCOMMANDINFO_HANDLE   1024

Definition at line 28 of file ucbcmds.hxx.

◆ GLOBALTRANSFER_HANDLE

#define GLOBALTRANSFER_HANDLE   1025

Definition at line 31 of file ucbcmds.hxx.

Variable Documentation

◆ CHECKIN_NAME

constexpr OUStringLiteral CHECKIN_NAME = u"checkin"
inlineconstexpr

Definition at line 33 of file ucbcmds.hxx.

Referenced by UniversalContentBroker::execute().

◆ GETCOMMANDINFO_NAME

constexpr OUStringLiteral GETCOMMANDINFO_NAME = u"getCommandInfo"
inlineconstexpr

Definition at line 27 of file ucbcmds.hxx.

Referenced by UniversalContentBroker::execute().

◆ GLOBALTRANSFER_NAME

constexpr OUStringLiteral GLOBALTRANSFER_NAME = u"globalTransfer"
inlineconstexpr

Definition at line 30 of file ucbcmds.hxx.

Referenced by UniversalContentBroker::execute().