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_compbackenddb.hxx"
Go to the source code of this file.
Namespaces | |
dp_registry::backend::component | |
Macros | |
#define | EXTENSION_REG_NS "http://openoffice.org/extensionmanager/component-registry/2010" |
#define | NS_PREFIX "comp" |
#define | ROOT_ELEMENT_NAME "component-backend-db" |
#define | KEY_ELEMENT_NAME "component" |
#define EXTENSION_REG_NS "http://openoffice.org/extensionmanager/component-registry/2010" |
Definition at line 30 of file dp_compbackenddb.cxx.
Referenced by dp_registry::backend::component::ComponentBackendDb::getDbNSName().
#define KEY_ELEMENT_NAME "component" |
Definition at line 33 of file dp_compbackenddb.cxx.
Referenced by dp_registry::backend::component::ComponentBackendDb::getKeyElementName().
#define NS_PREFIX "comp" |
Definition at line 31 of file dp_compbackenddb.cxx.
Referenced by dp_registry::backend::component::ComponentBackendDb::getNSPrefix().
#define ROOT_ELEMENT_NAME "component-backend-db" |
Definition at line 32 of file dp_compbackenddb.cxx.
Referenced by dp_registry::backend::component::ComponentBackendDb::getRootElementName().