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
3d177c7b
Kaydet (Commit)
3d177c7b
authored
Mar 30, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bootstrap.initVCL is not used by our Android app any more
Change-Id: Id1e58547cf2b0786d7a2ca29eae8bbcdd644fdd5
üst
2688a882
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
36 deletions
+0
-36
Bootstrap.java
android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
+0
-4
lo-bootstrap.c
sal/android/lo-bootstrap.c
+0
-15
svmain.cxx
vcl/source/app/svmain.cxx
+0
-17
No files found.
android/Bootstrap/src/org/libreoffice/android/Bootstrap.java
Dosyayı görüntüle @
3d177c7b
...
...
@@ -43,10 +43,6 @@ public final class Bootstrap
// Wrapper for putenv()
public
static
native
void
putenv
(
String
string
);
// A wrapper for InitVCL() in libvcl (svmain.cxx), called indirectly
// through the lo-bootstrap library
public
static
native
void
initVCL
();
// A wrapper for osl_setCommandArgs(). Before calling
// osl_setCommandArgs(), argv[0] is prefixed with the parent directory of
// where the lo-bootstrap library is.
...
...
sal/android/lo-bootstrap.c
Dosyayı görüntüle @
3d177c7b
...
...
@@ -821,21 +821,6 @@ extract_files(const char *root,
* functions here in this file.
*/
// public static native void initVCL();
extern
void
InitVCLWrapper
(
void
);
__attribute__
((
visibility
(
"default"
)))
void
Java_org_libreoffice_android_Bootstrap_initVCL
(
JNIEnv
*
env
,
jobject
clazz
)
{
(
void
)
env
;
(
void
)
clazz
;
InitVCLWrapper
();
}
extern
void
osl_setCommandArgs
(
int
,
char
**
);
__attribute__
((
visibility
(
"default"
)))
...
...
vcl/source/app/svmain.cxx
Dosyayı görüntüle @
3d177c7b
...
...
@@ -294,23 +294,6 @@ bool InitVCL()
return
true
;
}
#ifdef ANDROID
extern
"C"
__attribute__
((
visibility
(
"default"
)))
void
InitVCLWrapper
()
{
uno
::
Reference
<
uno
::
XComponentContext
>
xContext
(
cppu
::
defaultBootstrap_InitialComponentContext
()
);
uno
::
Reference
<
lang
::
XMultiComponentFactory
>
xFactory
(
xContext
->
getServiceManager
()
);
uno
::
Reference
<
lang
::
XMultiServiceFactory
>
xSM
(
xFactory
,
uno
::
UNO_QUERY_THROW
);
comphelper
::
setProcessServiceFactory
(
xSM
);
InitVCL
();
}
#endif
namespace
{
...
...
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