LibreOffice Module framework (master) 1
|
#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>
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 |
const ::sal_Int32 ID_CORRUPT_UICONFIG_GENERAL = 3 |
Definition at line 42 of file presethandler.cxx.
Referenced by framework::PresetHandler::connectToResource().
const ::sal_Int32 ID_CORRUPT_UICONFIG_SHARE = 1 |
Definition at line 40 of file presethandler.cxx.
Referenced by framework::PresetHandler::getOrCreateRootStorageShare().
const ::sal_Int32 ID_CORRUPT_UICONFIG_USER = 2 |
Definition at line 41 of file presethandler.cxx.
Referenced by framework::PresetHandler::getOrCreateRootStorageUser().
StorageHolder m_lStoragesShare |
Definition at line 57 of file presethandler.cxx.
StorageHolder m_lStoragesUser |
Definition at line 58 of file presethandler.cxx.