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
a81f161b
Kaydet (Commit)
a81f161b
authored
Nis 15, 2013
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add desktop libs to libmerged
Change-Id: I0e5477f84de316598015330cea995e42f1249acb
üst
0b2eae62
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
8 deletions
+14
-8
cexports.cxx
desktop/source/migration/services/cexports.cxx
+2
-2
cexportsoo3.cxx
desktop/source/migration/services/cexportsoo3.cxx
+2
-2
acceptor.cxx
desktop/source/offacc/acceptor.cxx
+2
-2
gciterator.cxx
linguistic/source/gciterator.cxx
+2
-2
pre_MergedLibsList.mk
solenv/gbuild/extensions/pre_MergedLibsList.mk
+6
-0
No files found.
desktop/source/migration/services/cexports.cxx
Dosyayı görüntüle @
a81f161b
...
...
@@ -26,7 +26,7 @@
extern
"C"
{
::
cppu
::
ImplementationEntry
entries
[]
=
::
cppu
::
ImplementationEntry
oo2_
entries
[]
=
{
{
migration
::
BasicMigration_create
,
migration
::
BasicMigration_getImplementationName
,
...
...
@@ -54,7 +54,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL migrationoo2_component_getFactory(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
return
::
cppu
::
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
entries
);
pImplName
,
pServiceManager
,
pRegistryKey
,
oo2_
entries
);
}
}
...
...
desktop/source/migration/services/cexportsoo3.cxx
Dosyayı görüntüle @
a81f161b
...
...
@@ -24,7 +24,7 @@
extern
"C"
{
::
cppu
::
ImplementationEntry
entries
[]
=
::
cppu
::
ImplementationEntry
oo3_
entries
[]
=
{
{
migration
::
OO3ExtensionMigration_create
,
migration
::
OO3ExtensionMigration_getImplementationName
,
...
...
@@ -39,7 +39,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL migrationoo3_component_getFactory(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
return
::
cppu
::
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
entries
);
pImplName
,
pServiceManager
,
pRegistryKey
,
oo3_
entries
);
}
}
...
...
desktop/source/offacc/acceptor.cxx
Dosyayı görüntüle @
a81f161b
...
...
@@ -28,7 +28,7 @@
namespace
desktop
{
extern
"C"
void
workerfunc
(
void
*
acc
)
extern
"C"
void
offacc_
workerfunc
(
void
*
acc
)
{
((
Acceptor
*
)
acc
)
->
run
();
}
...
...
@@ -157,7 +157,7 @@ void SAL_CALL Acceptor::initialize( const Sequence<Any>& aArguments )
m_aProtocol
=
m_aAcceptString
.
copy
(
nIndex1
,
nIndex2
-
nIndex1
);
// start accepting in new thread...
m_thread
=
osl_createThread
(
workerfunc
,
this
);
m_thread
=
osl_createThread
(
offacc_
workerfunc
,
this
);
m_bInit
=
sal_True
;
bOk
=
sal_True
;
}
...
...
linguistic/source/gciterator.cxx
Dosyayı görüntüle @
a81f161b
...
...
@@ -219,7 +219,7 @@ static sal_Int32 lcl_BacktraceWhiteSpaces( const OUString &rText, sal_Int32 nSta
}
extern
"C"
void
workerfunc
(
void
*
gci
)
extern
"C"
void
lcl_
workerfunc
(
void
*
gci
)
{
((
GrammarCheckingIterator
*
)
gci
)
->
DequeueAndCheck
();
}
...
...
@@ -243,7 +243,7 @@ GrammarCheckingIterator::GrammarCheckingIterator( const uno::Reference< lang::XM
m_aEventListeners
(
MyMutex
::
get
()
),
m_aNotifyListeners
(
MyMutex
::
get
()
)
{
m_thread
=
osl_createThread
(
workerfunc
,
this
);
m_thread
=
osl_createThread
(
lcl_
workerfunc
,
this
);
}
...
...
solenv/gbuild/extensions/pre_MergedLibsList.mk
Dosyayı görüntüle @
a81f161b
...
...
@@ -35,6 +35,7 @@ gb_EXTRAMERGEDLIBS := \
$
(
call gb_Helper_optional,DBCONNECTIVITY,dbase
)
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,dbtools
)
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,dbu
)
\
deploymentgui
\
$
(
call gb_Helper_optional,EXPORT,egi
)
\
$
(
call gb_Helper_optional,EXPORT,eme
)
\
$
(
call gb_Helper_optional,EXPORT,epb
)
\
...
...
@@ -66,11 +67,14 @@ gb_EXTRAMERGEDLIBS := \
itg
\
iti
\
$
(
if
$
(
filter TRUE,
$(SOLAR_JAVA)
)
,jdbc
)
\
$
(
call gb_Helper_optional,DESKTOP,migrationoo2
)
\
$
(
call gb_Helper_optional,DESKTOP,migrationoo3
)
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,mork
)
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,mysql
)
\
$
(
if
$
(
filter-out ANDROID IOS,
$(OS)
)
,odbc
)
\
$
(
if
$
(
filter-out ANDROID IOS,
$(OS)
)
,odbcbase
)
\
odfflatxml
\
offacc
\
oox
\
pdffilter
\
placeware
\
...
...
@@ -78,11 +82,13 @@ gb_EXTRAMERGEDLIBS := \
$
(
call gb_Helper_optional,DBCONNECTIVITY,rpt
)
\
sd
\
$
(
call gb_Helper_optional,DBCONNECTIVITY,sdbc2
)
\
$
(
if
$
(
filter-out WNT MACOSX ANDROID IOS,
$(OS)
)
,spl_unx
)
\
svgfilter
\
swd
\
t602filter
\
test
\
textfd
\
$
(
call gb_Helper_optional,DESKTOP,unopkgapp
)
\
unotest
\
$
(
if
$(DISABLE_SCRIPTING)
,,vbahelper
)
\
xmlfa
\
...
...
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