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
9b5afa24
Kaydet (Commit)
9b5afa24
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: javaunohelper
Change-Id: If8f65b5942fd41c7023a14f9e321568a0d6c7946
üst
285ebf02
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
36 deletions
+36
-36
bootstrap.cxx
javaunohelper/source/bootstrap.cxx
+13
-13
javaunohelper.cxx
javaunohelper/source/javaunohelper.cxx
+4
-4
juhx-export-functions.hxx
javaunohelper/source/juhx-export-functions.hxx
+2
-2
juhx-export-types.hxx
javaunohelper/source/juhx-export-types.hxx
+2
-2
preload.cxx
javaunohelper/source/preload.cxx
+4
-4
vm.cxx
javaunohelper/source/vm.cxx
+7
-7
vm.hxx
javaunohelper/source/vm.hxx
+4
-4
No files found.
javaunohelper/source/bootstrap.cxx
Dosyayı görüntüle @
9b5afa24
...
@@ -17,26 +17,26 @@
...
@@ -17,26 +17,26 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/diagnose.h"
#include
<osl/diagnose.h>
#include
"rtl/alloc.h"
#include
<rtl/alloc.h>
#include
"rtl/bootstrap.hxx"
#include
<rtl/bootstrap.hxx>
#include
"rtl/string.hxx"
#include
<rtl/string.hxx>
#include <uno/lbnames.h>
#include <uno/lbnames.h>
#include
"uno/mapping.hxx"
#include
<uno/mapping.hxx>
#include
"uno/environment.hxx"
#include
<uno/environment.hxx>
#include
"cppuhelper/bootstrap.hxx"
#include
<cppuhelper/bootstrap.hxx>
#include
"com/sun/star/lang/XComponent.hpp"
#include
<com/sun/star/lang/XComponent.hpp>
#include
"com/sun/star/lang/XSingleComponentFactory.hpp"
#include
<com/sun/star/lang/XSingleComponentFactory.hpp>
#include
"jni.h"
#include
<jni.h>
#include
"jvmaccess/virtualmachine.hxx"
#include
<jvmaccess/virtualmachine.hxx>
#include
"jvmaccess/unovirtualmachine.hxx"
#include
<jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx"
#include "juhx-export-functions.hxx"
#include "vm.hxx"
#include "vm.hxx"
...
...
javaunohelper/source/javaunohelper.cxx
Dosyayı görüntüle @
9b5afa24
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <osl/module.hxx>
#include <osl/module.hxx>
#include <osl/thread.h>
#include <osl/thread.h>
...
@@ -33,9 +33,9 @@
...
@@ -33,9 +33,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include
"jni.h"
#include
<jni.h>
#include
"jvmaccess/virtualmachine.hxx"
#include
<jvmaccess/virtualmachine.hxx>
#include
"jvmaccess/unovirtualmachine.hxx"
#include
<jvmaccess/unovirtualmachine.hxx>
#include "juhx-export-functions.hxx"
#include "juhx-export-functions.hxx"
#include "vm.hxx"
#include "vm.hxx"
...
...
javaunohelper/source/juhx-export-functions.hxx
Dosyayı görüntüle @
9b5afa24
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_FUNCTIONS_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/types.h"
#include
<sal/types.h>
#include "juhx-export-types.hxx"
#include "juhx-export-types.hxx"
...
...
javaunohelper/source/juhx-export-types.hxx
Dosyayı görüntüle @
9b5afa24
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_JUHX_EXPORT_TYPES_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"jni.h"
#include
<jni.h>
#if defined DISABLE_DYNLOADING
#if defined DISABLE_DYNLOADING
#define JAVAUNOHELPER_DETAIL_CALLCONV JNICALL
#define JAVAUNOHELPER_DETAIL_CALLCONV JNICALL
...
...
javaunohelper/source/preload.cxx
Dosyayı görüntüle @
9b5afa24
...
@@ -17,12 +17,12 @@
...
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include
"jni.h"
#include
<jni.h>
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
#include
"osl/module.hxx"
#include
<osl/module.hxx>
#include "juhx-export-types.hxx"
#include "juhx-export-types.hxx"
...
...
javaunohelper/source/vm.cxx
Dosyayı görüntüle @
9b5afa24
...
@@ -18,17 +18,17 @@
...
@@ -18,17 +18,17 @@
*/
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include "vm.hxx"
#include "vm.hxx"
#include
"com/sun/star/beans/NamedValue.hpp"
#include
<com/sun/star/beans/NamedValue.hpp>
#include
"com/sun/star/lang/XSingleComponentFactory.hpp"
#include
<com/sun/star/lang/XSingleComponentFactory.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/compbase.hxx>
#include
"cppuhelper/component_context.hxx"
#include
<cppuhelper/component_context.hxx>
#include
"jvmaccess/virtualmachine.hxx"
#include
<jvmaccess/virtualmachine.hxx>
#include
"jvmaccess/unovirtualmachine.hxx"
#include
<jvmaccess/unovirtualmachine.hxx>
#include
"osl/mutex.hxx"
#include
<osl/mutex.hxx>
namespace
{
namespace
{
...
...
javaunohelper/source/vm.hxx
Dosyayı görüntüle @
9b5afa24
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#ifndef INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#define INCLUDED_JAVAUNOHELPER_SOURCE_VM_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"jni.h"
#include
<jni.h>
#include
"com/sun/star/uno/Reference.hxx"
#include
<com/sun/star/uno/Reference.hxx>
#include
"rtl/ref.hxx"
#include
<rtl/ref.hxx>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
XComponentContext
;
class
XComponentContext
;
...
...
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