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 "dp_extbackenddb.hxx"
Go to the source code of this file.
Namespaces | |
namespace | dp_registry |
namespace | dp_registry::backend |
namespace | dp_registry::backend::bundle |
Variables | |
constexpr OUStringLiteral | EXTENSION_REG_NS = u"http://openoffice.org/extensionmanager/extension-registry/2010" |
constexpr OUStringLiteral | NS_PREFIX = u"ext" |
constexpr OUStringLiteral | ROOT_ELEMENT_NAME = u"extension-backend-db" |
constexpr OUStringLiteral | KEY_ELEMENT_NAME = u"extension" |
|
constexpr |
Definition at line 30 of file dp_extbackenddb.cxx.
Referenced by dp_registry::backend::bundle::ExtensionBackendDb::getDbNSName().
|
constexpr |
Definition at line 33 of file dp_extbackenddb.cxx.
Referenced by dp_registry::backend::bundle::ExtensionBackendDb::getKeyElementName().
|
constexpr |
Definition at line 31 of file dp_extbackenddb.cxx.
Referenced by dp_registry::backend::bundle::ExtensionBackendDb::getNSPrefix().
|
constexpr |
Definition at line 32 of file dp_extbackenddb.cxx.
Referenced by dp_registry::backend::bundle::ExtensionBackendDb::getRootElementName().