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
dbd01385
Kaydet (Commit)
dbd01385
authored
May 31, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
targetted minor cppcheck reversion
Change-Id: I897739c4623123c32433d0e10fd301e073bb496e
üst
b1ca0f24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
wrtw8sty.cxx
sw/source/filter/ww8/wrtw8sty.cxx
+2
-2
uinums.cxx
sw/source/ui/config/uinums.cxx
+1
-1
No files found.
sw/source/filter/ww8/wrtw8sty.cxx
Dosyayı görüntüle @
dbd01385
...
@@ -2036,13 +2036,13 @@ bool WW8_WrPlcSubDoc::WriteGenericTxt( WW8Export& rWrt, sal_uInt8 nTTyp,
...
@@ -2036,13 +2036,13 @@ bool WW8_WrPlcSubDoc::WriteGenericTxt( WW8Export& rWrt, sal_uInt8 nTTyp,
nTTyp
);
nTTyp
);
{
{
SwNodeIndex
aContentIdx
=
*
pNdIdx
;
SwNodeIndex
aContentIdx
=
*
pNdIdx
;
++
aContentIdx
;
aContentIdx
++
;
if
(
aContentIdx
.
GetNode
().
IsTableNode
()
)
if
(
aContentIdx
.
GetNode
().
IsTableNode
()
)
{
{
bool
bContainsOnlyTables
=
true
;
bool
bContainsOnlyTables
=
true
;
do
{
do
{
aContentIdx
=
*
(
aContentIdx
.
GetNode
().
EndOfSectionNode
());
aContentIdx
=
*
(
aContentIdx
.
GetNode
().
EndOfSectionNode
());
++
aContentIdx
;
aContentIdx
++
;
if
(
!
aContentIdx
.
GetNode
().
IsTableNode
()
&&
if
(
!
aContentIdx
.
GetNode
().
IsTableNode
()
&&
aContentIdx
.
GetIndex
()
!=
pNdIdx
->
GetNode
().
EndOfSectionIndex
()
)
aContentIdx
.
GetIndex
()
!=
pNdIdx
->
GetNode
().
EndOfSectionIndex
()
)
{
{
...
...
sw/source/ui/config/uinums.cxx
Dosyayı görüntüle @
dbd01385
...
@@ -331,6 +331,7 @@ SwNumRulesWithName::_SwNumFmtGlobal::_SwNumFmtGlobal( SvStream& rStream,
...
@@ -331,6 +331,7 @@ SwNumRulesWithName::_SwNumFmtGlobal::_SwNumFmtGlobal( SvStream& rStream,
CharSet
eEncoding
=
osl_getThreadTextEncoding
();
CharSet
eEncoding
=
osl_getThreadTextEncoding
();
{
{
sal_uInt16
nUS
;
sal_uInt16
nUS
;
short
nShort
;
sal_Char
cChar
;
sal_Char
cChar
;
sal_Bool
bFlag
;
sal_Bool
bFlag
;
String
sStr
;
String
sStr
;
...
@@ -362,7 +363,6 @@ SwNumRulesWithName::_SwNumFmtGlobal::_SwNumFmtGlobal( SvStream& rStream,
...
@@ -362,7 +363,6 @@ SwNumRulesWithName::_SwNumFmtGlobal::_SwNumFmtGlobal( SvStream& rStream,
}
}
else
// old start-value was a Byte
else
// old start-value was a Byte
{
{
short
nShort
;
rStream
>>
nUS
;
aFmt
.
SetStart
(
nUS
);
rStream
>>
nUS
;
aFmt
.
SetStart
(
nUS
);
sStr
=
rStream
.
ReadUniOrByteString
(
eEncoding
);
sStr
=
rStream
.
ReadUniOrByteString
(
eEncoding
);
aFmt
.
SetPrefix
(
sStr
);
aFmt
.
SetPrefix
(
sStr
);
...
...
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