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
f96ac4aa
Kaydet (Commit)
f96ac4aa
authored
Mar 11, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
üst
820c23d3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
WW8FFData.cxx
sw/source/filter/ww8/WW8FFData.cxx
+1
-1
wrtw8nds.cxx
sw/source/filter/ww8/wrtw8nds.cxx
+2
-2
XMLRedlineImportHelper.cxx
sw/source/filter/xml/XMLRedlineImportHelper.cxx
+1
-1
xmltexti.cxx
sw/source/filter/xml/xmltexti.cxx
+1
-1
swdtflvr.cxx
sw/source/ui/dochdl/swdtflvr.cxx
+1
-1
No files found.
sw/source/filter/ww8/WW8FFData.cxx
Dosyayı görüntüle @
f96ac4aa
...
@@ -163,7 +163,7 @@ void WW8FFData::Write(SvStream * pDataStrm)
...
@@ -163,7 +163,7 @@ void WW8FFData::Write(SvStream * pDataStrm)
const
::
rtl
::
OUString
&
rEntry
=
*
aIt
;
const
::
rtl
::
OUString
&
rEntry
=
*
aIt
;
WriteOUString
(
pDataStrm
,
rEntry
,
false
);
WriteOUString
(
pDataStrm
,
rEntry
,
false
);
aIt
++
;
++
aIt
;
}
}
}
}
...
...
sw/source/filter/ww8/wrtw8nds.cxx
Dosyayı görüntüle @
f96ac4aa
...
@@ -1676,7 +1676,7 @@ bool MSWordExportBase::NearestBookmark( xub_StrLen& rNearest, const xub_StrLen n
...
@@ -1676,7 +1676,7 @@ bool MSWordExportBase::NearestBookmark( xub_StrLen& rNearest, const xub_StrLen n
{
{
bool
bHasBookmark
=
false
;
bool
bHasBookmark
=
false
;
if
(
m_rSortedMarksStart
.
size
(
)
>
0
)
if
(
!
m_rSortedMarksStart
.
empty
()
)
{
{
IMark
*
pMarkStart
=
m_rSortedMarksStart
.
front
();
IMark
*
pMarkStart
=
m_rSortedMarksStart
.
front
();
xub_StrLen
nNext
=
pMarkStart
->
GetMarkStart
().
nContent
.
GetIndex
();
xub_StrLen
nNext
=
pMarkStart
->
GetMarkStart
().
nContent
.
GetIndex
();
...
@@ -1687,7 +1687,7 @@ bool MSWordExportBase::NearestBookmark( xub_StrLen& rNearest, const xub_StrLen n
...
@@ -1687,7 +1687,7 @@ bool MSWordExportBase::NearestBookmark( xub_StrLen& rNearest, const xub_StrLen n
}
}
}
}
if
(
m_rSortedMarksEnd
.
size
(
)
>
0
)
if
(
!
m_rSortedMarksEnd
.
empty
()
)
{
{
IMark
*
pMarkEnd
=
m_rSortedMarksEnd
[
0
];
IMark
*
pMarkEnd
=
m_rSortedMarksEnd
[
0
];
xub_StrLen
nNext
=
pMarkEnd
->
GetMarkEnd
().
nContent
.
GetIndex
();
xub_StrLen
nNext
=
pMarkEnd
->
GetMarkEnd
().
nContent
.
GetIndex
();
...
...
sw/source/filter/xml/XMLRedlineImportHelper.cxx
Dosyayı görüntüle @
f96ac4aa
...
@@ -330,7 +330,7 @@ XMLRedlineImportHelper::~XMLRedlineImportHelper()
...
@@ -330,7 +330,7 @@ XMLRedlineImportHelper::~XMLRedlineImportHelper()
{
{
// delete all left over (and obviously incomplete) RedlineInfos (and map)
// delete all left over (and obviously incomplete) RedlineInfos (and map)
RedlineMapType
::
iterator
aFind
=
aRedlineMap
.
begin
();
RedlineMapType
::
iterator
aFind
=
aRedlineMap
.
begin
();
for
(
;
aRedlineMap
.
end
()
!=
aFind
;
aFind
++
)
for
(
;
aRedlineMap
.
end
()
!=
aFind
;
++
aFind
)
{
{
RedlineInfo
*
pInfo
=
aFind
->
second
;
RedlineInfo
*
pInfo
=
aFind
->
second
;
...
...
sw/source/filter/xml/xmltexti.cxx
Dosyayı görüntüle @
f96ac4aa
...
@@ -946,7 +946,7 @@ void SwXMLTextImportHelper::endAppletOrPlugin(
...
@@ -946,7 +946,7 @@ void SwXMLTextImportHelper::endAppletOrPlugin(
aCommandSequence
[
nIndex
].
Handle
=
-
1
;
aCommandSequence
[
nIndex
].
Handle
=
-
1
;
aCommandSequence
[
nIndex
].
Value
=
makeAny
(
OUString
((
*
aIter
).
second
)
);
aCommandSequence
[
nIndex
].
Value
=
makeAny
(
OUString
((
*
aIter
).
second
)
);
aCommandSequence
[
nIndex
].
State
=
beans
::
PropertyState_DIRECT_VALUE
;
aCommandSequence
[
nIndex
].
State
=
beans
::
PropertyState_DIRECT_VALUE
;
aIter
++
,
nIndex
++
;
++
aIter
,
++
nIndex
;
}
}
// unfortunately the names of the properties are depending on the object
// unfortunately the names of the properties are depending on the object
...
...
sw/source/ui/dochdl/swdtflvr.cxx
Dosyayı görüntüle @
f96ac4aa
...
@@ -854,7 +854,7 @@ int SwTransferable::PrepareForCopy( sal_Bool bIsCut )
...
@@ -854,7 +854,7 @@ int SwTransferable::PrepareForCopy( sal_Bool bIsCut )
// remove all DDE-Bookmarks, they are invalid inside the clipdoc!
// remove all DDE-Bookmarks, they are invalid inside the clipdoc!
for
(
::
std
::
vector
<
::
sw
::
mark
::
IMark
*
>::
iterator
ppMark
=
vDdeMarks
.
begin
();
for
(
::
std
::
vector
<
::
sw
::
mark
::
IMark
*
>::
iterator
ppMark
=
vDdeMarks
.
begin
();
ppMark
!=
vDdeMarks
.
end
();
ppMark
!=
vDdeMarks
.
end
();
ppMark
++
)
++
ppMark
)
pMarkAccess
->
deleteMark
(
*
ppMark
);
pMarkAccess
->
deleteMark
(
*
ppMark
);
}
}
...
...
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