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
ec7e3c6d
Kaydet (Commit)
ec7e3c6d
authored
Tem 16, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:simplifybool
Change-Id: I2a112a1e0b1761e1d05f789c6defb9d2bb6aa8de
üst
89e33144
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
jni_java2uno.cxx
bridges/source/jni_uno/jni_java2uno.cxx
+1
-1
jni_uno2java.cxx
bridges/source/jni_uno/jni_uno2java.cxx
+3
-3
No files found.
bridges/source/jni_uno/jni_java2uno.cxx
Dosyayı görüntüle @
ec7e3c6d
...
@@ -222,7 +222,7 @@ jobject Bridge::call_uno(
...
@@ -222,7 +222,7 @@ jobject Bridge::call_uno(
java_arg
.
l
=
jo_arg
.
get
();
java_arg
.
l
=
jo_arg
.
get
();
map_to_uno
(
map_to_uno
(
jni
,
uno_args
[
nPos
],
java_arg
,
type
,
0
,
jni
,
uno_args
[
nPos
],
java_arg
,
type
,
0
,
false
/* no assign */
,
sal_False
!=
param
.
bOut
,
false
/* no assign */
,
param
.
bOut
,
true
/* special wrapped integral types */
);
true
/* special wrapped integral types */
);
}
}
catch
(...)
catch
(...)
...
...
bridges/source/jni_uno/jni_uno2java.cxx
Dosyayı görüntüle @
ec7e3c6d
...
@@ -167,8 +167,8 @@ void Bridge::call_java(
...
@@ -167,8 +167,8 @@ void Bridge::call_java(
jni
,
&
java_args
[
nPos
],
jni
,
&
java_args
[
nPos
],
uno_args
[
nPos
],
uno_args
[
nPos
],
param
.
pTypeRef
,
0
,
param
.
pTypeRef
,
0
,
sal_False
!=
param
.
bIn
/* convert uno value */
,
param
.
bIn
/* convert uno value */
,
sal_False
!=
param
.
bOut
/* build up array[ 1 ] */
);
param
.
bOut
/* build up array[ 1 ] */
);
}
}
catch
(...)
catch
(...)
{
{
...
@@ -318,7 +318,7 @@ void Bridge::call_java(
...
@@ -318,7 +318,7 @@ void Bridge::call_java(
map_to_uno
(
map_to_uno
(
jni
,
uno_args
[
nPos
],
jni
,
uno_args
[
nPos
],
java_args
[
nPos
],
param
.
pTypeRef
,
0
,
java_args
[
nPos
],
param
.
pTypeRef
,
0
,
sal_False
!=
param
.
bIn
/* assign if inout */
,
param
.
bIn
/* assign if inout */
,
true
/* out param */
);
true
/* out param */
);
}
}
catch
(...)
catch
(...)
...
...
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