LibreOffice Module desktop (master) 1
Namespaces | Macros | Functions | Variables
jvmfwk.cxx File Reference
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/ustring.hxx>
#include <rtl/bootstrap.hxx>
#include <sal/types.h>
#include <sal/config.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/WrappedTargetException.hpp>
#include <com/sun/star/task/XJob.hpp>
#include <com/sun/star/configuration/backend/XLayer.hpp>
#include <com/sun/star/configuration/backend/XLayerHandler.hpp>
#include <com/sun/star/configuration/backend/MalformedDataException.hpp>
#include <com/sun/star/configuration/backend/TemplateIdentifier.hpp>
#include <jvmfwk/framework.hxx>
#include "jvmfwk.hxx"
#include <memory>
#include <stack>
#include <stdio.h>
#include <osl/diagnose.h>
Include dependency graph for jvmfwk.cxx:

Go to the source code of this file.

Namespaces

namespace  migration
 

Macros

#define IMPL_NAME   "com.sun.star.comp.desktop.migration.Java"
 
#define ENABLE_JAVA   1
 
#define USER_CLASS_PATH   2
 

Functions

OUString migration::jvmfwk_getImplementationName ()
 
css::uno::Sequence< OUString > migration::jvmfwk_getSupportedServiceNames ()
 

Variables

constexpr OUStringLiteral SERVICE_NAME = u"com.sun.star.migration.Java"
 

Macro Definition Documentation

◆ ENABLE_JAVA

#define ENABLE_JAVA   1

Definition at line 46 of file jvmfwk.cxx.

◆ IMPL_NAME

#define IMPL_NAME   "com.sun.star.comp.desktop.migration.Java"

Definition at line 44 of file jvmfwk.cxx.

◆ USER_CLASS_PATH

#define USER_CLASS_PATH   2

Definition at line 47 of file jvmfwk.cxx.

Variable Documentation

◆ m_aStack

TElementStack m_aStack
private

Definition at line 137 of file jvmfwk.cxx.

◆ m_sUserDir

OUString m_sUserDir
private

Definition at line 131 of file jvmfwk.cxx.

◆ m_xLayer

css::uno::Reference< css::configuration::backend::XLayer> m_xLayer
private

Definition at line 132 of file jvmfwk.cxx.

◆ SERVICE_NAME

constexpr OUStringLiteral SERVICE_NAME = u"com.sun.star.migration.Java"
constexpr

Definition at line 43 of file jvmfwk.cxx.

Referenced by migration::jvmfwk_getSupportedServiceNames().