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
b64c90c1
Kaydet (Commit)
b64c90c1
authored
Kas 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
nlsupport.c -> nlsupport.cxx
Change-Id: Ida0c3c0c521f71fd3f18a12c02cf98ac96c5b7a6
üst
431a7c40
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
staticsalhack_c.c
jurt/source/pipe/staticsalhack_c.c
+0
-1
staticsalhack_cxx.cxx
jurt/source/pipe/staticsalhack_cxx.cxx
+1
-0
Library_sal.mk
sal/Library_sal.mk
+1
-1
nlsupport.cxx
sal/osl/unx/nlsupport.cxx
+2
-2
No files found.
jurt/source/pipe/staticsalhack_c.c
Dosyayı görüntüle @
b64c90c1
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
#include <staticsalhack.h>
#include <staticsalhack.h>
#include <sal/osl/unx/nlsupport.c>
#include <sal/osl/unx/pipe.c>
#include <sal/osl/unx/pipe.c>
#include <sal/osl/unx/readwrite_helper.c>
#include <sal/osl/unx/readwrite_helper.c>
...
...
jurt/source/pipe/staticsalhack_cxx.cxx
Dosyayı görüntüle @
b64c90c1
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include <sal/osl/unx/memory.cxx>
#include <sal/osl/unx/memory.cxx>
#include <sal/osl/unx/module.cxx>
#include <sal/osl/unx/module.cxx>
#include <sal/osl/unx/mutex.cxx>
#include <sal/osl/unx/mutex.cxx>
#include <sal/osl/unx/nlsupport.cxx>
#include <sal/osl/unx/process.cxx>
#include <sal/osl/unx/process.cxx>
#include <sal/osl/unx/process_impl.cxx>
#include <sal/osl/unx/process_impl.cxx>
#include <sal/osl/unx/profile.cxx>
#include <sal/osl/unx/profile.cxx>
...
...
sal/Library_sal.mk
Dosyayı görüntüle @
b64c90c1
...
@@ -162,6 +162,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
...
@@ -162,6 +162,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/memory \
sal/osl/unx/memory \
sal/osl/unx/module \
sal/osl/unx/module \
sal/osl/unx/mutex \
sal/osl/unx/mutex \
sal/osl/unx/nlsupport \
sal/osl/unx/process \
sal/osl/unx/process \
sal/osl/unx/process_impl \
sal/osl/unx/process_impl \
sal/osl/unx/profile \
sal/osl/unx/profile \
...
@@ -171,7 +172,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
...
@@ -171,7 +172,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
$(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \
$(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \
))
))
$(eval $(call gb_Library_add_cobjects,sal,\
$(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/nlsupport \
sal/osl/unx/pipe \
sal/osl/unx/pipe \
sal/osl/unx/readwrite_helper \
sal/osl/unx/readwrite_helper \
sal/osl/unx/socket \
sal/osl/unx/socket \
...
...
sal/osl/unx/nlsupport.c
→
sal/osl/unx/nlsupport.c
xx
Dosyayı görüntüle @
b64c90c1
...
@@ -106,7 +106,7 @@ static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n )
...
@@ -106,7 +106,7 @@ static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n )
pLocale
->
Language
->
buffer
,
pLocale
->
Language
->
length
,
pLocale
->
Language
->
buffer
,
pLocale
->
Language
->
length
,
RTL_TEXTENCODING_ASCII_US
,
OUSTRING_TO_OSTRING_CVTFLAGS
);
RTL_TEXTENCODING_ASCII_US
,
OUSTRING_TO_OSTRING_CVTFLAGS
);
if
(
SAL_INT_CAST
(
sal_uInt32
,
pLanguage
->
length
)
<
n
)
if
(
sal
::
static_int_cast
<
sal_uInt32
>
(
pLanguage
->
length
)
<
n
)
{
{
strcpy
(
buffer
,
pLanguage
->
buffer
);
strcpy
(
buffer
,
pLanguage
->
buffer
);
offset
=
pLanguage
->
length
;
offset
=
pLanguage
->
length
;
...
@@ -136,7 +136,7 @@ static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n )
...
@@ -136,7 +136,7 @@ static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n )
/* convert variant to ascii - check if there is enough space for the variant string */
/* convert variant to ascii - check if there is enough space for the variant string */
if
(
pLocale
->
Variant
&&
pLocale
->
Variant
->
length
&&
if
(
pLocale
->
Variant
&&
pLocale
->
Variant
->
length
&&
(
SAL_INT_CAST
(
sal_uInt32
,
pLocale
->
Variant
->
length
)
<
n
-
6
)
)
(
sal
::
static_int_cast
<
sal_uInt32
>
(
pLocale
->
Variant
->
length
)
<
n
-
6
)
)
{
{
rtl_String
*
pVariant
=
NULL
;
rtl_String
*
pVariant
=
NULL
;
...
...
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