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
e280ff03
Kaydet (Commit)
e280ff03
authored
Kas 26, 2011
tarafından
August Sodora
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused parameter
üst
919abbfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lngmisc.hxx
svl/inc/svl/lngmisc.hxx
+1
-1
lngmisc.cxx
svl/source/misc/lngmisc.cxx
+1
-1
No files found.
svl/inc/svl/lngmisc.hxx
Dosyayı görüntüle @
e280ff03
...
@@ -62,7 +62,7 @@ SVL_DLLPRIVATE sal_Int32 GetNumControlChars( const rtl::OUString &rTxt );
...
@@ -62,7 +62,7 @@ SVL_DLLPRIVATE sal_Int32 GetNumControlChars( const rtl::OUString &rTxt );
SVL_DLLPUBLIC
bool
RemoveHyphens
(
rtl
::
OUString
&
rTxt
);
SVL_DLLPUBLIC
bool
RemoveHyphens
(
rtl
::
OUString
&
rTxt
);
SVL_DLLPUBLIC
bool
RemoveControlChars
(
rtl
::
OUString
&
rTxt
);
SVL_DLLPUBLIC
bool
RemoveControlChars
(
rtl
::
OUString
&
rTxt
);
SVL_DLLPUBLIC
bool
ReplaceControlChars
(
rtl
::
OUString
&
rTxt
,
sal_Char
aRplcChar
=
' '
);
SVL_DLLPUBLIC
bool
ReplaceControlChars
(
rtl
::
OUString
&
rTxt
);
SVL_DLLPUBLIC
String
GetThesaurusReplaceText
(
const
String
&
rText
);
SVL_DLLPUBLIC
String
GetThesaurusReplaceText
(
const
String
&
rText
);
...
...
svl/source/misc/lngmisc.cxx
Dosyayı görüntüle @
e280ff03
...
@@ -73,7 +73,7 @@ namespace linguistic
...
@@ -73,7 +73,7 @@ namespace linguistic
return
true
;
return
true
;
}
}
bool
ReplaceControlChars
(
rtl
::
OUString
&
rTxt
,
sal_Char
/*aRplcChar*/
)
bool
ReplaceControlChars
(
rtl
::
OUString
&
rTxt
)
{
{
// non breaking field character
// non breaking field character
static
const
sal_Char
CH_TXTATR_INWORD
=
static_cast
<
sal_Char
>
(
0x02
);
static
const
sal_Char
CH_TXTATR_INWORD
=
static_cast
<
sal_Char
>
(
0x02
);
...
...
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