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
71bf0792
Kaydet (Commit)
71bf0792
authored
Mar 07, 2018
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarify that IGNORE_DIACRITICS_CTL is not only CTL, despite its name
Change-Id: I5954094131debb7cdf0fc44a9db3a3609b356baf
üst
f2a8f440
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
transliteration.hxx
include/i18nutil/transliteration.hxx
+2
-0
TransliterationModulesExtra.idl
offapi/com/sun/star/i18n/TransliterationModulesExtra.idl
+10
-1
No files found.
include/i18nutil/transliteration.hxx
Dosyayı görüntüle @
71bf0792
...
@@ -119,7 +119,9 @@ enum class TransliterationFlags {
...
@@ -119,7 +119,9 @@ enum class TransliterationFlags {
/// transliterate Japanese normal sized character to small sized character
/// transliterate Japanese normal sized character to small sized character
largeToSmall_ja_JP
=
int
(
css
::
i18n
::
TransliterationModules_largeToSmall_ja_JP
),
largeToSmall_ja_JP
=
int
(
css
::
i18n
::
TransliterationModules_largeToSmall_ja_JP
),
/// Transliterate decomposing and removing diacritics, not only CTL, despite its name.
IGNORE_DIACRITICS_CTL
=
int
(
css
::
i18n
::
TransliterationModulesExtra
::
IGNORE_DIACRITICS_CTL
),
IGNORE_DIACRITICS_CTL
=
int
(
css
::
i18n
::
TransliterationModulesExtra
::
IGNORE_DIACRITICS_CTL
),
/// Ignore Kashida mark.
IGNORE_KASHIDA_CTL
=
int
(
css
::
i18n
::
TransliterationModulesExtra
::
IGNORE_KASHIDA_CTL
)
IGNORE_KASHIDA_CTL
=
int
(
css
::
i18n
::
TransliterationModulesExtra
::
IGNORE_KASHIDA_CTL
)
};
};
namespace
o3tl
{
namespace
o3tl
{
...
...
offapi/com/sun/star/i18n/TransliterationModulesExtra.idl
Dosyayı görüntüle @
71bf0792
...
@@ -50,8 +50,17 @@ constants TransliterationModulesExtra
...
@@ -50,8 +50,17 @@ constants TransliterationModulesExtra
*/
*/
const
short
TOGGLE_CASE
=
202
;
const
short
TOGGLE_CASE
=
202
;
///
because
we
cannot
extend
TransliterationModule
we
used
TranslationModuleExtra
and
it
will
act
the
same
way
/**
Ignore
diacritics
.
Despite
the
_CTL
name
suffix
this
is
not
only
about
CTL
/
Arabic
diacritic
characters
,
though
these
are
handled
as
well
,
but
the
transliteration
decomposes
and
removes
any
diacritic
from
characters
.
Because
we
cannot
extend
the
TransliterationModules
enum
we
use
TranslationModuleExtra
and
it
will
act
the
same
way
.
*/
const
long
IGNORE_DIACRITICS_CTL
=
0
x40000000
;
const
long
IGNORE_DIACRITICS_CTL
=
0
x40000000
;
/**
Ignore
Kashida
mark
.
*/
const
long
IGNORE_KASHIDA_CTL
=
0
x00000800
;
const
long
IGNORE_KASHIDA_CTL
=
0
x00000800
;
const
long
END_OF_MODULE
=
0
;
const
long
END_OF_MODULE
=
0
;
...
...
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