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
e459f512
Kaydet (Commit)
e459f512
authored
Şub 21, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Need the protocolhandler and spell libraries
Change-Id: I88b514326be80e56053a28f4a434162fd8d4397b
üst
aeebcdf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
native-code.cxx
android/experimental/DocumentLoader/native-code.cxx
+3
-0
No files found.
android/experimental/DocumentLoader/native-code.cxx
Dosyayı görüntüle @
e459f512
...
...
@@ -28,6 +28,7 @@ extern "C"
extern
void
*
lnth_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
lotuswordpro_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
oox_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
protocolhandler_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
sb_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
sc_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
extern
void
*
scd_component_getFactory
(
const
char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
);
...
...
@@ -75,6 +76,7 @@ lo_get_libmap(void)
{
"liblnthlo.a"
,
lnth_component_getFactory
},
{
"liblwpftlo.a"
,
lotuswordpro_component_getFactory
},
{
"libooxlo.a"
,
oox_component_getFactory
},
{
"libprotocolhandlerlo.a"
,
protocolhandler_component_getFactory
},
{
"libscdlo.a"
,
scd_component_getFactory
},
{
"libscfiltlo.a"
,
scfilt_component_getFactory
},
{
"libsblo.a"
,
sb_component_getFactory
},
...
...
@@ -83,6 +85,7 @@ lo_get_libmap(void)
{
"libsdlo.a"
,
sd_component_getFactory
},
{
"libsmdlo.a"
,
smd_component_getFactory
},
{
"libsmlo.a"
,
sm_component_getFactory
},
{
"libspelllo.a"
,
spell_component_getFactory
},
{
"libsvgfilterlo.a"
,
svgfilter_component_getFactory
},
{
"libswdlo.a"
,
swd_component_getFactory
},
{
"libswlo.a"
,
sw_component_getFactory
},
...
...
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