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
6c8c54ee
Kaydet (Commit)
6c8c54ee
authored
Mar 27, 2013
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add fwl, scui, sdui, swui to Library_merged
Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660
üst
8042b521
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
4 deletions
+8
-4
scuiexp.cxx
sc/source/ui/attrdlg/scuiexp.cxx
+1
-1
sduiexp.cxx
sd/source/ui/dlg/sduiexp.cxx
+1
-1
pre_MergedLibsList.mk
solenv/gbuild/extensions/pre_MergedLibsList.mk
+4
-0
swdialmgr.cxx
sw/source/ui/dialog/swdialmgr.cxx
+1
-1
swuiexp.cxx
sw/source/ui/dialog/swuiexp.cxx
+1
-1
No files found.
sc/source/ui/attrdlg/scuiexp.cxx
Dosyayı görüntüle @
6c8c54ee
...
@@ -36,7 +36,7 @@ namespace scui
...
@@ -36,7 +36,7 @@ namespace scui
}
}
}
}
#if
def DISABLE_DYNLOADING
#if
defined(DISABLE_DYNLOADING) || defined (LIBO_MERGELIBS)
#define CreateDialogFactory ScCreateDialogFactory
#define CreateDialogFactory ScCreateDialogFactory
#endif
#endif
...
...
sd/source/ui/dlg/sduiexp.cxx
Dosyayı görüntüle @
6c8c54ee
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include "sddlgfact.hxx"
#include "sddlgfact.hxx"
#include "sal/types.h"
#include "sal/types.h"
#if
def DISABLE_DYNLOADING
#if
defined(DISABLE_DYNLOADING) || defined (LIBO_MERGELIBS)
#define CreateDialogFactory SdCreateDialogFactory
#define CreateDialogFactory SdCreateDialogFactory
#endif
#endif
...
...
solenv/gbuild/extensions/pre_MergedLibsList.mk
Dosyayı görüntüle @
6c8c54ee
...
@@ -55,6 +55,7 @@ gb_MERGEDLIBS := \
...
@@ -55,6 +55,7 @@ gb_MERGEDLIBS := \
fwe
\
fwe
\
fwi
\
fwi
\
fwk
\
fwk
\
fwl
\
i18npool
\
i18npool
\
i18nutil
\
i18nutil
\
lng
\
lng
\
...
@@ -69,8 +70,10 @@ gb_MERGEDLIBS := \
...
@@ -69,8 +70,10 @@ gb_MERGEDLIBS := \
sax
\
sax
\
sb
\
sb
\
sc
\
sc
\
scui
\
scfilt
\
scfilt
\
sd
\
sd
\
sdui
\
sfx
\
sfx
\
sofficeapp
\
sofficeapp
\
sot
\
sot
\
...
@@ -81,6 +84,7 @@ gb_MERGEDLIBS := \
...
@@ -81,6 +84,7 @@ gb_MERGEDLIBS := \
svx
\
svx
\
svxcore
\
svxcore
\
sw
\
sw
\
swui
\
swd
\
swd
\
test
\
test
\
tk
\
tk
\
...
...
sw/source/ui/dialog/swdialmgr.cxx
Dosyayı görüntüle @
6c8c54ee
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "tools/string.hxx"
#include "tools/string.hxx"
#include <sfx2/app.hxx>
#include <sfx2/app.hxx>
#if
ndef DISABLE_DYNLOADING
#if
!defined(DISABLE_DYNLOADING) && !defined (LIBO_MERGELIBS)
//copy from core\bastyp\swtypes.cxx
//copy from core\bastyp\swtypes.cxx
String
aEmptyStr
;
// constant strings
String
aEmptyStr
;
// constant strings
...
...
sw/source/ui/dialog/swuiexp.cxx
Dosyayı görüntüle @
6c8c54ee
...
@@ -33,7 +33,7 @@ namespace swui
...
@@ -33,7 +33,7 @@ namespace swui
}
}
}
}
#if
def DISABLE_DYNLOADING
#if
defined(DISABLE_DYNLOADING) || defined (LIBO_MERGELIBS)
#define CreateDialogFactory SwCreateDialogFactory
#define CreateDialogFactory SwCreateDialogFactory
#endif
#endif
...
...
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