LibreOffice Module unotools (master) 1
Classes | Macros | Typedefs | Variables
cmdoptions.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <unotools/cmdoptions.hxx>
#include <unotools/configitem.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <cppuhelper/weakref.hxx>
#include "itemholder1.hxx"
#include <algorithm>
#include <unordered_map>
Include dependency graph for cmdoptions.cxx:

Go to the source code of this file.

Classes

class  SvtCommandOptions_Impl
 

Macros

#define PATHDELIMITER   "/"
 
#define SETNODE_DISABLED   "Disabled"
 
#define PROPERTYNAME_CMD   "Command"
 

Typedefs

typedef ::std::vector< css::uno::WeakReference< css::frame::XFrame > > SvtFrameVector
 

Variables

constexpr OUStringLiteral ROOTNODE_CMDOPTIONS = u"Office.Commands/Execute"
 

Macro Definition Documentation

◆ PATHDELIMITER

#define PATHDELIMITER   "/"

Definition at line 42 of file cmdoptions.cxx.

◆ PROPERTYNAME_CMD

#define PROPERTYNAME_CMD   "Command"

Definition at line 46 of file cmdoptions.cxx.

◆ SETNODE_DISABLED

#define SETNODE_DISABLED   "Disabled"

Definition at line 44 of file cmdoptions.cxx.

Typedef Documentation

◆ SvtFrameVector

typedef ::std::vector< css::uno::WeakReference< css::frame::XFrame > > SvtFrameVector

Definition at line 94 of file cmdoptions.cxx.

Variable Documentation

◆ ROOTNODE_CMDOPTIONS

constexpr OUStringLiteral ROOTNODE_CMDOPTIONS = u"Office.Commands/Execute"
constexpr

Definition at line 41 of file cmdoptions.cxx.