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
60e61e44
Kaydet (Commit)
60e61e44
authored
Kas 20, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields i18npool
Change-Id: I09dad8485f7a558dd389032a6052b88a8285afea
üst
275ccca3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
10 deletions
+0
-10
breakiterator_unicode.hxx
i18npool/inc/breakiterator_unicode.hxx
+0
-2
textconversion.hxx
i18npool/inc/textconversion.hxx
+0
-1
breakiterator_unicode.cxx
i18npool/source/breakiterator/breakiterator_unicode.cxx
+0
-1
numberchar.h
i18npool/source/nativenumber/data/numberchar.h
+0
-6
No files found.
i18npool/inc/breakiterator_unicode.hxx
Dosyayı görüntüle @
60e61e44
...
@@ -93,8 +93,6 @@ protected:
...
@@ -93,8 +93,6 @@ protected:
}
character
,
sentence
,
line
,
*
icuBI
;
}
character
,
sentence
,
line
,
*
icuBI
;
BI_Data
words
[
4
];
// 4 is css::i18n::WordType enumeration size
BI_Data
words
[
4
];
// 4 is css::i18n::WordType enumeration size
sal_Int16
aBreakType
;
void
SAL_CALL
loadICUBreakIterator
(
const
css
::
lang
::
Locale
&
rLocale
,
void
SAL_CALL
loadICUBreakIterator
(
const
css
::
lang
::
Locale
&
rLocale
,
sal_Int16
rBreakType
,
sal_Int16
rWordType
,
const
sal_Char
*
name
,
const
OUString
&
rText
)
throw
(
css
::
uno
::
RuntimeException
);
sal_Int16
rBreakType
,
sal_Int16
rWordType
,
const
sal_Char
*
name
,
const
OUString
&
rText
)
throw
(
css
::
uno
::
RuntimeException
);
};
};
...
...
i18npool/inc/textconversion.hxx
Dosyayı görüntüle @
60e61e44
...
@@ -152,7 +152,6 @@ private:
...
@@ -152,7 +152,6 @@ private:
// for SChines/TChinese word conversion
// for SChines/TChinese word conversion
typedef
struct
{
typedef
struct
{
sal_uInt16
start
;
sal_Int16
count
;
sal_Int16
count
;
}
STC_WordIndex
;
}
STC_WordIndex
;
...
...
i18npool/source/breakiterator/breakiterator_unicode.cxx
Dosyayı görüntüle @
60e61e44
...
@@ -44,7 +44,6 @@ BreakIterator_Unicode::BreakIterator_Unicode()
...
@@ -44,7 +44,6 @@ BreakIterator_Unicode::BreakIterator_Unicode()
:
cBreakIterator
(
"com.sun.star.i18n.BreakIterator_Unicode"
)
// implementation name
:
cBreakIterator
(
"com.sun.star.i18n.BreakIterator_Unicode"
)
// implementation name
,
lineRule
(
"line"
)
,
lineRule
(
"line"
)
,
icuBI
(
nullptr
)
,
icuBI
(
nullptr
)
,
aBreakType
(
0
)
{
{
}
}
...
...
i18npool/source/nativenumber/data/numberchar.h
Dosyayı görüntüle @
60e61e44
...
@@ -259,12 +259,6 @@ static const sal_Unicode MultiplierChar_7_CJK[][ExponentCount_7_CJK] = {
...
@@ -259,12 +259,6 @@ static const sal_Unicode MultiplierChar_7_CJK[][ExponentCount_7_CJK] = {
{
0x4EAC
,
0x5146
,
0x5104
,
0x842C
,
0x9621
,
0x767E
,
0x62FE
}
// Japanese Traditional
{
0x4EAC
,
0x5146
,
0x5104
,
0x842C
,
0x9621
,
0x767E
,
0x62FE
}
// Japanese Traditional
};
};
typedef
struct
{
sal_Int16
ExponentCount
;
sal_Int16
*
MultiplierExponent
;
sal_Unicode
*
MultiplierChar
;
}
Multiplier
;
}
}
}
}
}
}
}
}
#endif // INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H
#endif // INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H
...
...
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