Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
220d9c24
Kaydet (Commit)
220d9c24
authored
Mar 09, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
include/jvmfwk/*.h -> .hxx (only ever included from C++ code)
Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1
üst
2823f7bd
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
18 additions
and
24 deletions
+18
-24
HDriver.cxx
connectivity/source/drivers/hsqldb/HDriver.cxx
+1
-1
JDriver.cxx
connectivity/source/drivers/jdbc/JDriver.cxx
+1
-1
optjava.cxx
cui/source/options/optjava.cxx
+1
-1
jvmfwk.cxx
desktop/source/migration/services/jvmfwk.cxx
+1
-1
framework.hxx
include/jvmfwk/framework.hxx
+3
-9
jvmfwkdllapi.hxx
include/jvmfwk/jvmfwkdllapi.hxx
+2
-2
vendorplugin.hxx
jvmfwk/inc/vendorplugin.hxx
+3
-3
javaldx.cxx
jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
+1
-1
elements.hxx
jvmfwk/source/elements.hxx
+1
-1
framework.cxx
jvmfwk/source/framework.cxx
+1
-1
framework.hxx
jvmfwk/source/framework.hxx
+1
-1
javavm.cxx
stoc/source/javavm/javavm.cxx
+1
-1
javainteractionhandler.cxx
svtools/source/java/javainteractionhandler.cxx
+1
-1
No files found.
connectivity/source/drivers/hsqldb/HDriver.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include "TConnection.hxx"
#include "TConnection.hxx"
#include "hsqldb/HStorageMap.hxx"
#include "hsqldb/HStorageMap.hxx"
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#include <com/sun/star/reflection/XProxyFactory.hpp>
#include <com/sun/star/reflection/XProxyFactory.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/Desktop.hpp>
...
...
connectivity/source/drivers/jdbc/JDriver.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#include "java/util/Property.hxx"
#include "java/util/Property.hxx"
#include "java/tools.hxx"
#include "java/tools.hxx"
#include <connectivity/dbexception.hxx>
#include <connectivity/dbexception.hxx>
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#include "resource/jdbc_log.hrc"
#include "resource/jdbc_log.hrc"
#include "resource/common_res.hrc"
#include "resource/common_res.hrc"
#include "resource/sharedresources.hxx"
#include "resource/sharedresources.hxx"
...
...
cui/source/options/optjava.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
#if HAVE_FEATURE_JAVA
#if HAVE_FEATURE_JAVA
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#endif
#endif
// define ----------------------------------------------------------------
// define ----------------------------------------------------------------
...
...
desktop/source/migration/services/jvmfwk.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
#include <com/sun/star/configuration/backend/XLayerHandler.hpp>
#include <com/sun/star/configuration/backend/XLayerHandler.hpp>
#include <com/sun/star/configuration/backend/MalformedDataException.hpp>
#include <com/sun/star/configuration/backend/MalformedDataException.hpp>
#include <com/sun/star/configuration/backend/TemplateIdentifier.hpp>
#include <com/sun/star/configuration/backend/TemplateIdentifier.hpp>
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#include "jvmfwk.hxx"
#include "jvmfwk.hxx"
#include <stack>
#include <stack>
#include <stdio.h>
#include <stdio.h>
...
...
include/jvmfwk/framework.h
→
include/jvmfwk/framework.h
xx
Dosyayı görüntüle @
220d9c24
...
@@ -19,17 +19,15 @@
...
@@ -19,17 +19,15 @@
/** @HTML */
/** @HTML */
#ifndef INCLUDED_JVMFWK_FRAMEWORK_H
#ifndef INCLUDED_JVMFWK_FRAMEWORK_H
XX
#define INCLUDED_JVMFWK_FRAMEWORK_H
#define INCLUDED_JVMFWK_FRAMEWORK_H
XX
#include <jvmfwk/jvmfwkdllapi.h>
#include <jvmfwk/jvmfwkdllapi.h
xx
>
#include <rtl/ustring.h>
#include <rtl/ustring.h>
#include <osl/mutex.h>
#include <osl/mutex.h>
#include "jni.h"
#include "jni.h"
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
#endif
/** @file
/** @file
<p>This library can operate in two modes, application mode and direct mode.</p>
<p>This library can operate in two modes, application mode and direct mode.</p>
...
@@ -770,11 +768,7 @@ JVMFWK_DLLPUBLIC void SAL_CALL jfw_lock();
...
@@ -770,11 +768,7 @@ JVMFWK_DLLPUBLIC void SAL_CALL jfw_lock();
*/
*/
JVMFWK_DLLPUBLIC
void
SAL_CALL
jfw_unlock
();
JVMFWK_DLLPUBLIC
void
SAL_CALL
jfw_unlock
();
#ifdef __cplusplus
}
}
#endif
#endif
#endif
...
...
include/jvmfwk/jvmfwkdllapi.h
→
include/jvmfwk/jvmfwkdllapi.h
xx
Dosyayı görüntüle @
220d9c24
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#ifndef INCLUDED_JVMFWK_JVMFWKDLLAPI_H
#ifndef INCLUDED_JVMFWK_JVMFWKDLLAPI_H
XX
#define INCLUDED_JVMFWK_JVMFWKDLLAPI_H
#define INCLUDED_JVMFWK_JVMFWKDLLAPI_H
XX
#include <sal/types.h>
#include <sal/types.h>
...
...
jvmfwk/inc/vendorplugin.hxx
Dosyayı görüntüle @
220d9c24
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#ifndef INCLUDED_JVMFWK_INC_VENDORPLUGIN_HXX
#ifndef INCLUDED_JVMFWK_INC_VENDORPLUGIN_HXX
#define INCLUDED_JVMFWK_INC_VENDORPLUGIN_HXX
#define INCLUDED_JVMFWK_INC_VENDORPLUGIN_HXX
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#include <rtl/ref.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustring.h>
#include <rtl/ustring.h>
#include "jni.h"
#include "jni.h"
...
@@ -74,7 +74,7 @@ typedef enum
...
@@ -74,7 +74,7 @@ typedef enum
<p>
<p>
The function allocates memory for an array and all the JavaInfo objects returned
The function allocates memory for an array and all the JavaInfo objects returned
in <code>parJavaInfo</code>. The caller must free each JavaInfo object by calling
in <code>parJavaInfo</code>. The caller must free each JavaInfo object by calling
<code>jfw_freeJavaInfo</code> (#include "jvmfwk/framework.h"). The array is to be
<code>jfw_freeJavaInfo</code> (#include "jvmfwk/framework.h
xx
"). The array is to be
freed by rtl_freeMemory.
freed by rtl_freeMemory.
In case an error occurred <code>parJavaInfo</code> need not be freed.
In case an error occurred <code>parJavaInfo</code> need not be freed.
</p>
</p>
...
@@ -218,7 +218,7 @@ javaPluginError jfw_plugin_getJavaInfoFromJavaHome(
...
@@ -218,7 +218,7 @@ javaPluginError jfw_plugin_getJavaInfoFromJavaHome(
<p>
<p>
The function allocates memory for all the JavaInfo objects returned
The function allocates memory for all the JavaInfo objects returned
in <code>vecJavaInfosFromPath</code>. The caller must free each JavaInfo object by calling
in <code>vecJavaInfosFromPath</code>. The caller must free each JavaInfo object by calling
<code>jfw_freeJavaInfo</code> (#include "jvmfwk/framework.h").
<code>jfw_freeJavaInfo</code> (#include "jvmfwk/framework.h
xx
").
</p>
</p>
@param vecVendorInfos
@param vecVendorInfos
[in] vector specifying the vendor and version requirements that the JRE must fulfill.
[in] vector specifying the vendor and version requirements that the JRE must fulfill.
...
...
jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "osl/thread.h"
#include "osl/thread.h"
#include "rtl/ustring.hxx"
#include "rtl/ustring.hxx"
#include "rtl/byteseq.hxx"
#include "rtl/byteseq.hxx"
#include "jvmfwk/framework.h"
#include "jvmfwk/framework.h
xx
"
static
bool
hasOption
(
char
const
*
szOption
,
int
argc
,
char
**
argv
);
static
bool
hasOption
(
char
const
*
szOption
,
int
argc
,
char
**
argv
);
...
...
jvmfwk/source/elements.hxx
Dosyayı görüntüle @
220d9c24
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#define INCLUDED_JVMFWK_SOURCE_ELEMENTS_HXX
#define INCLUDED_JVMFWK_SOURCE_ELEMENTS_HXX
#include <vector>
#include <vector>
#include "jvmfwk/framework.h"
#include "jvmfwk/framework.h
xx
"
#include "fwkutil.hxx"
#include "fwkutil.hxx"
#include "rtl/ustring.hxx"
#include "rtl/ustring.hxx"
#include "rtl/byteseq.hxx"
#include "rtl/byteseq.hxx"
...
...
jvmfwk/source/framework.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include "rtl/bootstrap.hxx"
#include "rtl/bootstrap.hxx"
#include "osl/thread.hxx"
#include "osl/thread.hxx"
#include "osl/file.hxx"
#include "osl/file.hxx"
#include "jvmfwk/framework.h"
#include "jvmfwk/framework.h
xx
"
#include "vendorplugin.hxx"
#include "vendorplugin.hxx"
#include <cassert>
#include <cassert>
#include <vector>
#include <vector>
...
...
jvmfwk/source/framework.hxx
Dosyayı görüntüle @
220d9c24
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "rtl/ustring.hxx"
#include "rtl/ustring.hxx"
#include "rtl/byteseq.hxx"
#include "rtl/byteseq.hxx"
#include "jvmfwk/framework.h"
#include "jvmfwk/framework.h
xx
"
#include "vendorplugin.hxx"
#include "vendorplugin.hxx"
/** typedefs for functions from vendorplugin.hxx
/** typedefs for functions from vendorplugin.hxx
...
...
stoc/source/javavm/javavm.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
#include <sal/types.h>
#include <sal/types.h>
#include <uno/current_context.hxx>
#include <uno/current_context.hxx>
#include <uno/environment.h>
#include <uno/environment.h>
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#include "jni.h"
#include "jni.h"
#include <stack>
#include <stack>
...
...
svtools/source/java/javainteractionhandler.cxx
Dosyayı görüntüle @
220d9c24
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <tools/rcid.h>
#include <tools/rcid.h>
#include <jvmfwk/framework.h>
#include <jvmfwk/framework.h
xx
>
#include <svtools/restartdialog.hxx>
#include <svtools/restartdialog.hxx>
#include <svtools/svtresid.hxx>
#include <svtools/svtresid.hxx>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment