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
ba257d74
Kaydet (Commit)
ba257d74
authored
Haz 26, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant: handle OUString+=OUString(literal)
Change-Id: If9324bfb77d5f98ce6f968e0aa095f285ef7583f
üst
786447f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
DomainMapperTableHandler.cxx
writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+2
-4
DomainMapper_Impl.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
+2
-4
No files found.
writerfilter/source/dmapper/DomainMapperTableHandler.cxx
Dosyayı görüntüle @
ba257d74
...
@@ -844,11 +844,9 @@ CellPropertyValuesSeq_t DomainMapperTableHandler::endTableGetCellProperties(Tabl
...
@@ -844,11 +844,9 @@ CellPropertyValuesSeq_t DomainMapperTableHandler::endTableGetCellProperties(Tabl
sal_Int32
nDebugCellProperties
=
aDebugCellProperties
.
getLength
();
sal_Int32
nDebugCellProperties
=
aDebugCellProperties
.
getLength
();
for
(
sal_Int32
nDebugProperty
=
0
;
nDebugProperty
<
nDebugCellProperties
;
++
nDebugProperty
)
for
(
sal_Int32
nDebugProperty
=
0
;
nDebugProperty
<
nDebugCellProperties
;
++
nDebugProperty
)
{
{
const
OUString
sName
=
aDebugCellProperties
[
nDebugProperty
].
Name
;
sNames
+=
aDebugCellProperties
[
nDebugProperty
].
Name
+
"-"
;
sNames
+=
sName
;
sNames
+=
OUString
(
'-'
);
}
}
sNames
+=
OUString
(
'\n'
)
;
sNames
+=
"
\n
"
;
}
}
(
void
)
sNames
;
(
void
)
sNames
;
}
}
...
...
writerfilter/source/dmapper/DomainMapper_Impl.cxx
Dosyayı görüntüle @
ba257d74
...
@@ -2672,8 +2672,7 @@ void FieldContext::AppendCommand(const OUString& rPart)
...
@@ -2672,8 +2672,7 @@ void FieldContext::AppendCommand(const OUString& rPart)
if
(
bInString
)
if
(
bInString
)
{
{
sPart
+=
OUString
(
' '
);
sPart
+=
" "
+
sToken
;
sPart
+=
sToken
;
if
(
!
bInStringNext
)
if
(
!
bInStringNext
)
{
{
aResult
.
push_back
(
sPart
);
aResult
.
push_back
(
sPart
);
...
@@ -3720,8 +3719,7 @@ void DomainMapper_Impl::CloseFieldCommand()
...
@@ -3720,8 +3719,7 @@ void DomainMapper_Impl::CloseFieldCommand()
if
(
aPartIt
==
aItEnd
)
if
(
aPartIt
==
aItEnd
)
break
;
break
;
sURL
+=
OUString
(
'#'
);
sURL
+=
"#"
+
*
aPartIt
;
sURL
+=
*
aPartIt
;
}
}
else
if
(
*
aPartIt
==
"
\\
m"
||
*
aPartIt
==
"
\\
n"
)
else
if
(
*
aPartIt
==
"
\\
m"
||
*
aPartIt
==
"
\\
n"
)
{
{
...
...
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