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
41e381e4
Kaydet (Commit)
41e381e4
authored
Nis 11, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: senstive -> sensitive
üst
5047891d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CheckXComponentLoader.java
...rk/qa/complex/loadAllDocuments/CheckXComponentLoader.java
+1
-1
docdde.cxx
sw/source/core/doc/docdde.cxx
+4
-4
No files found.
framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
Dosyayı görüntüle @
41e381e4
...
...
@@ -522,7 +522,7 @@ public class CheckXComponentLoader
// loadURL(m_xLoader, RESULT_ILLEGALARGUMENTEXCEPTION, sEmptyDocs, "_blank", 0,
// lProps);
//
// System.out.println("check case senstive URLs");
// System.out.println("check case sens
i
tive URLs");
//
// sIllegalArgs = new String[] {
// "sLot:5000", "sloT:10909", ".unO:SaveAs", ".uno:OPEN",
...
...
sw/source/core/doc/docdde.cxx
Dosyayı görüntüle @
41e381e4
...
...
@@ -138,7 +138,7 @@ static bool lcl_FindTable( const SwFrmFmt* pTableFmt, _FindItem * const pItem )
bool
SwDoc
::
GetData
(
const
OUString
&
rItem
,
const
OUString
&
rMimeType
,
uno
::
Any
&
rValue
)
const
{
// search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive
// search for bookmarks and sections case sens
i
tive at first. If nothing is found then try again case insensitive
bool
bCaseSensitive
=
true
;
while
(
true
)
{
...
...
@@ -181,7 +181,7 @@ bool SwDoc::GetData( const OUString& rItem, const OUString& rMimeType,
bool
SwDoc
::
SetData
(
const
OUString
&
rItem
,
const
OUString
&
rMimeType
,
const
uno
::
Any
&
rValue
)
{
// search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive
// search for bookmarks and sections case sens
i
tive at first. If nothing is found then try again case insensitive
bool
bCaseSensitive
=
true
;
while
(
true
)
{
...
...
@@ -226,7 +226,7 @@ bool SwDoc::SetData( const OUString& rItem, const OUString& rMimeType,
{
SwServerObject
*
pObj
=
NULL
;
// search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive
// search for bookmarks and sections case sens
i
tive at first. If nothing is found then try again case insensitive
bool
bCaseSensitive
=
true
;
while
(
true
)
{
...
...
@@ -376,7 +376,7 @@ bool SwDoc::SelectServerObj( const OUString& rStr, SwPaM*& rpPam,
return
false
;
}
// search for bookmarks and sections case senstive at first. If nothing is found then try again case insensitive
// search for bookmarks and sections case sens
i
tive at first. If nothing is found then try again case insensitive
bool
bCaseSensitive
=
true
;
while
(
true
)
{
...
...
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