LibreOffice Module framework (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <accelerators/presethandler.hxx>
#include <accelerators/acceleratorcache.hxx>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
#include <com/sun/star/form/XReset.hpp>
#include <cppuhelper/implbase.hxx>
Go to the source code of this file.
Classes | |
class | framework::XMLBasedAcceleratorConfiguration |
implements a read/write access to the accelerator configuration. More... | |
class | framework::XCUBasedAcceleratorConfiguration |
Namespaces | |
namespace | framework |
Variables | |
constexpr OUStringLiteral | framework::CFG_ENTRY_PRIMARY = u"PrimaryKeys" |
constexpr OUStringLiteral | framework::CFG_ENTRY_GLOBAL = u"Global" |
constexpr OUStringLiteral | framework::CFG_ENTRY_MODULES = u"Modules" |