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
dcb22610
Kaydet (Commit)
dcb22610
authored
Eki 07, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/source/filter/rtf/*.cxx from String to OUString
Change-Id: I79ba4ccba049fe4c573e04e931220ad16bab85b9
üst
77d8f734
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
eeimpars.cxx
sc/source/filter/rtf/eeimpars.cxx
+4
-4
No files found.
sc/source/filter/rtf/eeimpars.cxx
Dosyayı görüntüle @
dcb22610
...
@@ -264,7 +264,7 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
...
@@ -264,7 +264,7 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
rSet
.
Put
(
*
pNumFmt
);
rSet
.
Put
(
*
pNumFmt
);
if
(
pFont
||
pHeight
||
pWeight
||
pPosture
)
if
(
pFont
||
pHeight
||
pWeight
||
pPosture
)
{
{
String
aStr
(
mpEngine
->
GetText
(
pE
->
aSel
)
);
OU
String
aStr
(
mpEngine
->
GetText
(
pE
->
aSel
)
);
sal_uInt8
nScriptType
=
mpDoc
->
GetStringScriptType
(
aStr
);
sal_uInt8
nScriptType
=
mpDoc
->
GetStringScriptType
(
aStr
);
const
sal_uInt8
nScripts
[
3
]
=
{
SCRIPTTYPE_LATIN
,
const
sal_uInt8
nScripts
[
3
]
=
{
SCRIPTTYPE_LATIN
,
SCRIPTTYPE_ASIAN
,
SCRIPTTYPE_COMPLEX
};
SCRIPTTYPE_ASIAN
,
SCRIPTTYPE_COMPLEX
};
...
@@ -336,7 +336,7 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
...
@@ -336,7 +336,7 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
}
}
else
else
{
{
String
aStr
;
OU
String
aStr
;
if
(
pE
->
bEntirePara
)
if
(
pE
->
bEntirePara
)
{
{
aStr
=
mpEngine
->
GetText
(
pE
->
aSel
.
nStartPara
);
aStr
=
mpEngine
->
GetText
(
pE
->
aSel
.
nStartPara
);
...
@@ -383,8 +383,8 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
...
@@ -383,8 +383,8 @@ void ScEEImport::WriteToDocument( bool bSizeColsRows, double nOutputFactor, SvNu
// #105460#, #i4180# String cells can't contain tabs or linebreaks
// #105460#, #i4180# String cells can't contain tabs or linebreaks
// -> replace with spaces
// -> replace with spaces
aStr
.
SearchAndReplaceAll
(
(
sal_Unicode
)
'\t'
,
(
sal_Unicode
)
' '
);
aStr
=
aStr
.
replaceAll
(
"
\t
"
,
" "
);
aStr
.
SearchAndReplaceAll
(
(
sal_Unicode
)
'\n'
,
(
sal_Unicode
)
' '
);
aStr
=
aStr
.
replaceAll
(
"
\n
"
,
" "
);
if
(
bTextFormat
)
if
(
bTextFormat
)
{
{
...
...
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