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