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
c0b0cbe1
Kaydet (Commit)
c0b0cbe1
authored
Ara 12, 2011
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
exclude wntgcc* directories from searching for translatable files
üst
2d5e44f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
srciter.cxx
l10ntools/source/srciter.cxx
+3
-1
No files found.
l10ntools/source/srciter.cxx
Dosyayı görüntüle @
c0b0cbe1
...
@@ -64,6 +64,7 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory )
...
@@ -64,6 +64,7 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory )
static
rtl
::
OUString
WCARD7
(
RTL_CONSTASCII_USTRINGPARAM
(
".git"
)
);
static
rtl
::
OUString
WCARD7
(
RTL_CONSTASCII_USTRINGPARAM
(
".git"
)
);
static
rtl
::
OUString
WCARD8
(
RTL_CONSTASCII_USTRINGPARAM
(
"clone"
)
);
static
rtl
::
OUString
WCARD8
(
RTL_CONSTASCII_USTRINGPARAM
(
"clone"
)
);
static
rtl
::
OUString
WCARD9
(
RTL_CONSTASCII_USTRINGPARAM
(
"install"
)
);
static
rtl
::
OUString
WCARD9
(
RTL_CONSTASCII_USTRINGPARAM
(
"install"
)
);
static
rtl
::
OUString
WCARDA
(
RTL_CONSTASCII_USTRINGPARAM
(
"wntgcc"
)
);
if
(
sDirName
.
indexOf
(
WCARD1
,
0
)
>
-
1
||
if
(
sDirName
.
indexOf
(
WCARD1
,
0
)
>
-
1
||
...
@@ -76,7 +77,8 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory )
...
@@ -76,7 +77,8 @@ void SourceTreeIterator::ExecuteDirectory( transex::Directory& aDirectory )
#ifndef WNT
#ifndef WNT
sDirName
.
indexOf
(
WCARD8
,
0
)
>
-
1
||
sDirName
.
indexOf
(
WCARD8
,
0
)
>
-
1
||
#endif
#endif
sDirName
.
indexOf
(
WCARD9
,
0
)
>
-
1
sDirName
.
indexOf
(
WCARD9
,
0
)
>
-
1
||
sDirName
.
indexOf
(
WCARDA
,
0
)
>
-
1
)
return
;
)
return
;
//printf("**** %s \n", OUStringToOString( sDirName , RTL_TEXTENCODING_UTF8 , sDirName.getLength() ).getStr() );
//printf("**** %s \n", OUStringToOString( sDirName , RTL_TEXTENCODING_UTF8 , sDirName.getLength() ).getStr() );
...
...
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