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
1fa272a6
Kaydet (Commit)
1fa272a6
authored
Nis 01, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Ia569901fd6061d9ccb8a584cac12e1ec59242d33
üst
e5b4bda0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
lngopt.cxx
linguistic/source/lngopt.cxx
+13
-13
No files found.
linguistic/source/lngopt.cxx
Dosyayı görüntüle @
1fa272a6
...
@@ -161,31 +161,31 @@ static const SfxItemPropertyMapEntry* lcl_GetLinguProps()
...
@@ -161,31 +161,31 @@ static const SfxItemPropertyMapEntry* lcl_GetLinguProps()
{
OUString
(
UPN_HYPH_MIN_WORD_LENGTH
),
WID_HYPH_MIN_WORD_LENGTH
,
{
OUString
(
UPN_HYPH_MIN_WORD_LENGTH
),
WID_HYPH_MIN_WORD_LENGTH
,
::
cppu
::
UnoType
<
sal_Int16
>::
get
(),
0
,
0
},
::
cppu
::
UnoType
<
sal_Int16
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_GERMAN_PRE_REFORM
),
WID_IS_GERMAN_PRE_REFORM
,
/*! deprecated !*/
{
OUString
(
UPN_IS_GERMAN_PRE_REFORM
),
WID_IS_GERMAN_PRE_REFORM
,
/*! deprecated !*/
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_HYPH_AUTO
),
WID_IS_HYPH_AUTO
,
{
OUString
(
UPN_IS_HYPH_AUTO
),
WID_IS_HYPH_AUTO
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_HYPH_SPECIAL
),
WID_IS_HYPH_SPECIAL
,
{
OUString
(
UPN_IS_HYPH_SPECIAL
),
WID_IS_HYPH_SPECIAL
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_IGNORE_CONTROL_CHARACTERS
),
WID_IS_IGNORE_CONTROL_CHARACTERS
,
{
OUString
(
UPN_IS_IGNORE_CONTROL_CHARACTERS
),
WID_IS_IGNORE_CONTROL_CHARACTERS
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_AUTO
),
WID_IS_SPELL_AUTO
,
{
OUString
(
UPN_IS_SPELL_AUTO
),
WID_IS_SPELL_AUTO
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_CAPITALIZATION
),
WID_IS_SPELL_CAPITALIZATION
,
{
OUString
(
UPN_IS_SPELL_CAPITALIZATION
),
WID_IS_SPELL_CAPITALIZATION
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_HIDE
),
WID_IS_SPELL_HIDE
,
/*! deprecated !*/
{
OUString
(
UPN_IS_SPELL_HIDE
),
WID_IS_SPELL_HIDE
,
/*! deprecated !*/
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_IN_ALL_LANGUAGES
),
WID_IS_SPELL_IN_ALL_LANGUAGES
,
/*! deprecated !*/
{
OUString
(
UPN_IS_SPELL_IN_ALL_LANGUAGES
),
WID_IS_SPELL_IN_ALL_LANGUAGES
,
/*! deprecated !*/
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_SPECIAL
),
WID_IS_SPELL_SPECIAL
,
{
OUString
(
UPN_IS_SPELL_SPECIAL
),
WID_IS_SPELL_SPECIAL
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_UPPER_CASE
),
WID_IS_SPELL_UPPER_CASE
,
{
OUString
(
UPN_IS_SPELL_UPPER_CASE
),
WID_IS_SPELL_UPPER_CASE
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_SPELL_WITH_DIGITS
),
WID_IS_SPELL_WITH_DIGITS
,
{
OUString
(
UPN_IS_SPELL_WITH_DIGITS
),
WID_IS_SPELL_WITH_DIGITS
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_USE_DICTIONARY_LIST
),
WID_IS_USE_DICTIONARY_LIST
,
{
OUString
(
UPN_IS_USE_DICTIONARY_LIST
),
WID_IS_USE_DICTIONARY_LIST
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(
UPN_IS_WRAP_REVERSE
),
WID_IS_WRAP_REVERSE
,
{
OUString
(
UPN_IS_WRAP_REVERSE
),
WID_IS_WRAP_REVERSE
,
::
getBooleanCppuType
(),
0
,
0
},
cppu
::
UnoType
<
bool
>::
get
(),
0
,
0
},
{
OUString
(),
0
,
css
::
uno
::
Type
(),
0
,
0
}
{
OUString
(),
0
,
css
::
uno
::
Type
(),
0
,
0
}
};
};
return
aLinguProps
;
return
aLinguProps
;
...
...
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