LibreOffice Module framework (master) 1
Namespaces | Functions | Variables
acceleratorconfiguration.cxx File Reference
#include <sal/config.h>
#include <utility>
#include <accelerators/acceleratorconfiguration.hxx>
#include <accelerators/keymapping.hxx>
#include <accelerators/presethandler.hxx>
#include <xml/saxnamespacefilter.hxx>
#include <xml/acceleratorconfigurationreader.hxx>
#include <xml/acceleratorconfigurationwriter.hxx>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/Writer.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <com/sun/star/io/XTruncate.hpp>
#include <vcl/svapp.hxx>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/sequence.hxx>
#include <officecfg/Setup.hxx>
#include <unotools/configpaths.hxx>
#include <svtools/acceleratorexecute.hxx>
#include <sal/log.hxx>
#include <rtl/ustrbuf.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for acceleratorconfiguration.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Functions

static OUString framework::lcl_getKeyString (const css::awt::KeyEvent &aKeyEvent)
 
static AcceleratorCache::TKeyList::const_iterator framework::lcl_getPreferredKey (const AcceleratorCache::TKeyList &lKeys)
 

Variables

constexpr OUStringLiteral PRESET_DEFAULT = u"default"
 
constexpr OUStringLiteral TARGET_CURRENT = u"current"
 
constexpr OUStringLiteral framework::CFG_ENTRY_SECONDARY = u"SecondaryKeys"
 
constexpr OUStringLiteral framework::CFG_PROP_COMMAND = u"Command"
 

Variable Documentation

◆ PRESET_DEFAULT

constexpr OUStringLiteral PRESET_DEFAULT = u"default"
constexpr

◆ TARGET_CURRENT

constexpr OUStringLiteral TARGET_CURRENT = u"current"
constexpr