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 | |
dp_registry::backend::configuration | |
Macros | |
#define | EXTENSION_REG_NS "http://openoffice.org/extensionmanager/configuration-registry/2010" |
#define | NS_PREFIX "conf" |
#define | ROOT_ELEMENT_NAME "configuration-backend-db" |
#define | KEY_ELEMENT_NAME "configuration" |
#define EXTENSION_REG_NS "http://openoffice.org/extensionmanager/configuration-registry/2010" |
Definition at line 31 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getDbNSName().
#define KEY_ELEMENT_NAME "configuration" |
Definition at line 34 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getKeyElementName().
#define NS_PREFIX "conf" |
Definition at line 32 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getNSPrefix().
#define ROOT_ELEMENT_NAME "configuration-backend-db" |
Definition at line 33 of file dp_configurationbackenddb.cxx.
Referenced by dp_registry::backend::configuration::ConfigurationBackendDb::getRootElementName().