LibreOffice Module framework (master) 1
Namespaces | Variables
presethandler.cxx File Reference
#include <accelerators/presethandler.hxx>
#include <classes/fwkresid.hxx>
#include <strings.hrc>
#include <com/sun/star/configuration/CorruptedUIConfigurationException.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/FileSystemStorageFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/util/thePathSettings.hpp>
#include <utility>
#include <vcl/svapp.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <i18nlangtag/languagetag.hxx>
Include dependency graph for presethandler.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Variables

const ::sal_Int32 ID_CORRUPT_UICONFIG_SHARE = 1
 
const ::sal_Int32 ID_CORRUPT_UICONFIG_USER = 2
 
const ::sal_Int32 ID_CORRUPT_UICONFIG_GENERAL = 3
 

Variable Documentation

◆ ID_CORRUPT_UICONFIG_GENERAL

const ::sal_Int32 ID_CORRUPT_UICONFIG_GENERAL = 3

Definition at line 42 of file presethandler.cxx.

Referenced by framework::PresetHandler::connectToResource().

◆ ID_CORRUPT_UICONFIG_SHARE

const ::sal_Int32 ID_CORRUPT_UICONFIG_SHARE = 1

◆ ID_CORRUPT_UICONFIG_USER

const ::sal_Int32 ID_CORRUPT_UICONFIG_USER = 2

◆ m_lStoragesShare

StorageHolder m_lStoragesShare

Definition at line 57 of file presethandler.cxx.

◆ m_lStoragesUser

StorageHolder m_lStoragesUser

Definition at line 58 of file presethandler.cxx.