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
201a3b83
Kaydet (Commit)
201a3b83
authored
Kas 27, 2012
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
we don't need to convert a system locale
Change-Id: I1b964fc34f078ddf400927ddce4c19130db43ad8
üst
52b10fde
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
findattr.cxx
sw/source/core/crsr/findattr.cxx
+1
-1
edtox.cxx
sw/source/core/edit/edtox.cxx
+1
-1
unoobj.cxx
sw/source/core/unocore/unoobj.cxx
+1
-1
view2.cxx
sw/source/ui/uiview/view2.cxx
+1
-1
No files found.
sw/source/core/crsr/findattr.cxx
Dosyayı görüntüle @
201a3b83
...
@@ -1107,7 +1107,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
...
@@ -1107,7 +1107,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
aTmp
.
searchFlag
|=
(
SearchFlags
::
REG_NOT_BEGINOFLINE
|
aTmp
.
searchFlag
|=
(
SearchFlags
::
REG_NOT_BEGINOFLINE
|
SearchFlags
::
REG_NOT_ENDOFLINE
);
SearchFlags
::
REG_NOT_ENDOFLINE
);
aTmp
.
Locale
=
LanguageTag
(
LANGUAGE_SYSTEM
).
getLocale
();
aTmp
.
Locale
=
SvtSysLocale
().
GetLanguageTag
(
).
getLocale
();
pSTxt
=
new
utl
::
TextSearch
(
aTmp
);
pSTxt
=
new
utl
::
TextSearch
(
aTmp
);
}
}
...
...
sw/source/core/edit/edtox.cxx
Dosyayı görüntüle @
201a3b83
...
@@ -374,7 +374,7 @@ void SwEditShell::ApplyAutoMark()
...
@@ -374,7 +374,7 @@ void SwEditShell::ApplyAutoMark()
SearchOptions
aSearchOpt
(
SearchOptions
aSearchOpt
(
SearchAlgorithms_ABSOLUTE
,
nSrchFlags
,
SearchAlgorithms_ABSOLUTE
,
nSrchFlags
,
sEmpty
,
sEmpty
,
sEmpty
,
sEmpty
,
LanguageTag
(
LANGUAGE_SYSTEM
).
getLocale
(),
SvtSysLocale
().
GetLanguageTag
(
).
getLocale
(),
nLEV_Other
,
nLEV_Longer
,
nLEV_Shorter
,
nLEV_Other
,
nLEV_Longer
,
nLEV_Shorter
,
nTransliterationFlags
);
nTransliterationFlags
);
...
...
sw/source/core/unocore/unoobj.cxx
Dosyayı görüntüle @
201a3b83
...
@@ -2518,7 +2518,7 @@ SwUnoCursorHelper::CreateSortDescriptor(const bool bFromTable)
...
@@ -2518,7 +2518,7 @@ SwUnoCursorHelper::CreateSortDescriptor(const bool bFromTable)
uno
::
Sequence
<
table
::
TableSortField
>
aFields
(
3
);
uno
::
Sequence
<
table
::
TableSortField
>
aFields
(
3
);
table
::
TableSortField
*
pFields
=
aFields
.
getArray
();
table
::
TableSortField
*
pFields
=
aFields
.
getArray
();
lang
::
Locale
aLang
(
LanguageTag
(
LANGUAGE_SYSTEM
).
getLocale
());
lang
::
Locale
aLang
(
SvtSysLocale
().
GetLanguageTag
(
).
getLocale
());
// get collator algorithm to be used for the locale
// get collator algorithm to be used for the locale
uno
::
Sequence
<
OUString
>
aSeq
(
uno
::
Sequence
<
OUString
>
aSeq
(
GetAppCollator
().
listCollatorAlgorithms
(
aLang
)
);
GetAppCollator
().
listCollatorAlgorithms
(
aLang
)
);
...
...
sw/source/ui/uiview/view2.cxx
Dosyayı görüntüle @
201a3b83
...
@@ -1897,7 +1897,7 @@ bool SwView::JumpToSwMark( const String& rMark )
...
@@ -1897,7 +1897,7 @@ bool SwView::JumpToSwMark( const String& rMark )
SearchOptions
aSearchOpt
(
SearchOptions
aSearchOpt
(
SearchAlgorithms_ABSOLUTE
,
0
,
SearchAlgorithms_ABSOLUTE
,
0
,
sName
,
rtl
::
OUString
(),
sName
,
rtl
::
OUString
(),
LanguageTag
(
LANGUAGE_SYSTEM
).
getLocale
(),
SvtSysLocale
().
GetLanguageTag
(
).
getLocale
(),
0
,
0
,
0
,
0
,
0
,
0
,
TransliterationModules_IGNORE_CASE
);
TransliterationModules_IGNORE_CASE
);
...
...
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