LibreOffice Module desktop (master) 1
|
#include <cppuhelper/exc_hlp.hxx>
#include <com/sun/star/deployment/DeploymentException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/xml/xpath/XXPathAPI.hpp>
#include "dp_configurationbackenddb.hxx"
Go to the source code of this file.
Namespaces | |
namespace | dp_registry |
namespace | dp_registry::backend |
namespace | dp_registry::backend::configuration |
Variables | |
constexpr OUStringLiteral | EXTENSION_REG_NS = u"http://openoffice.org/extensionmanager/configuration-registry/2010" |
constexpr OUStringLiteral | NS_PREFIX = u"conf" |
constexpr OUStringLiteral | ROOT_ELEMENT_NAME = u"configuration-backend-db" |
constexpr OUStringLiteral | KEY_ELEMENT_NAME = u"configuration" |
|
constexpr |
Definition at line 31 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getDbNSName().
|
constexpr |
Definition at line 34 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getKeyElementName().
|
constexpr |
Definition at line 32 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getNSPrefix().
|
constexpr |
Definition at line 33 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getRootElementName().