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
acecfab9
Kaydet (Commit)
acecfab9
authored
Tem 08, 2011
tarafından
marc-andre@atc.tcs.com
Kaydeden (comit)
Caolán McNamara
Tem 08, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed a segmentation fault in some edge cases
üst
bb494d6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
ww8par6.cxx
sw/source/filter/ww8/ww8par6.cxx
+5
-2
No files found.
sw/source/filter/ww8/ww8par6.cxx
Dosyayı görüntüle @
acecfab9
...
@@ -915,6 +915,7 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
...
@@ -915,6 +915,7 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
aNewSection
.
maSep
.
fEvenlySpaced
=
aNewSection
.
maSep
.
fEvenlySpaced
=
ReadBSprm
(
pSep
,
(
eVer
<=
ww
::
eWW7
?
138
:
0x3005
),
1
)
?
true
:
false
;
ReadBSprm
(
pSep
,
(
eVer
<=
ww
::
eWW7
?
138
:
0x3005
),
1
)
?
true
:
false
;
const
sal_uInt8
numrgda
=
SAL_N_ELEMENTS
(
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
);
if
(
aNewSection
.
maSep
.
ccolM1
>
0
&&
!
aNewSection
.
maSep
.
fEvenlySpaced
)
if
(
aNewSection
.
maSep
.
ccolM1
>
0
&&
!
aNewSection
.
maSep
.
fEvenlySpaced
)
{
{
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
[
0
]
=
0
;
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
[
0
]
=
0
;
...
@@ -928,7 +929,8 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
...
@@ -928,7 +929,8 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
OSL_ENSURE
(
pSW
,
"+Sprm 136 (bzw. 0xF203) (ColWidth) fehlt"
);
OSL_ENSURE
(
pSW
,
"+Sprm 136 (bzw. 0xF203) (ColWidth) fehlt"
);
sal_uInt16
nWidth
=
pSW
?
SVBT16ToShort
(
pSW
+
1
)
:
1440
;
sal_uInt16
nWidth
=
pSW
?
SVBT16ToShort
(
pSW
+
1
)
:
1440
;
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
[
++
nIdx
]
=
nWidth
;
if
(
++
nIdx
<
numrgda
)
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
[
nIdx
]
=
nWidth
;
if
(
i
<
nCols
-
1
)
if
(
i
<
nCols
-
1
)
{
{
...
@@ -939,7 +941,8 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
...
@@ -939,7 +941,8 @@ void wwSectionManager::CreateSep(const long nTxtPos, bool /*bMustHaveBreak*/)
if
(
pSD
)
if
(
pSD
)
{
{
nWidth
=
SVBT16ToShort
(
pSD
+
1
);
nWidth
=
SVBT16ToShort
(
pSD
+
1
);
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
[
++
nIdx
]
=
nWidth
;
if
(
++
nIdx
<
numrgda
)
aNewSection
.
maSep
.
rgdxaColumnWidthSpacing
[
nIdx
]
=
nWidth
;
}
}
}
}
}
}
...
...
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