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
ca911d1d
Kaydet (Commit)
ca911d1d
authored
Tem 06, 2011
tarafından
marc-andre@atc.tcs.com
Kaydeden (comit)
Caolán McNamara
Tem 06, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed core dump and invalid memory access for some edge cases
üst
ee5af920
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
docnew.cxx
sw/source/core/doc/docnew.cxx
+3
-2
ww8par3.cxx
sw/source/filter/ww8/ww8par3.cxx
+1
-1
No files found.
sw/source/core/doc/docnew.cxx
Dosyayı görüntüle @
ca911d1d
...
@@ -909,9 +909,9 @@ void SwDoc::UpdateLinks( sal_Bool bUI )
...
@@ -909,9 +909,9 @@ void SwDoc::UpdateLinks( sal_Bool bUI )
{
{
SfxObjectCreateMode
eMode
;
SfxObjectCreateMode
eMode
;
sal_uInt16
nLinkMode
=
getLinkUpdateMode
(
true
);
sal_uInt16
nLinkMode
=
getLinkUpdateMode
(
true
);
if
(
GetDocShell
())
{
sal_uInt16
nUpdateDocMode
=
GetDocShell
()
->
GetUpdateDocMode
();
sal_uInt16
nUpdateDocMode
=
GetDocShell
()
->
GetUpdateDocMode
();
if
(
GetDocShell
()
&&
if
(
(
nLinkMode
!=
NEVER
||
document
::
UpdateDocMode
::
FULL_UPDATE
==
nUpdateDocMode
)
&&
(
nLinkMode
!=
NEVER
||
document
::
UpdateDocMode
::
FULL_UPDATE
==
nUpdateDocMode
)
&&
GetLinkManager
().
GetLinks
().
Count
()
&&
GetLinkManager
().
GetLinks
().
Count
()
&&
SFX_CREATE_MODE_INTERNAL
!=
SFX_CREATE_MODE_INTERNAL
!=
(
eMode
=
GetDocShell
()
->
GetCreateMode
())
&&
(
eMode
=
GetDocShell
()
->
GetCreateMode
())
&&
...
@@ -944,6 +944,7 @@ void SwDoc::UpdateLinks( sal_Bool bUI )
...
@@ -944,6 +944,7 @@ void SwDoc::UpdateLinks( sal_Bool bUI )
GetLinkManager
().
UpdateAllLinks
(
bAskUpdate
,
sal_True
,
sal_False
,
pDlgParent
);
GetLinkManager
().
UpdateAllLinks
(
bAskUpdate
,
sal_True
,
sal_False
,
pDlgParent
);
}
}
}
}
}
}
}
...
...
sw/source/filter/ww8/ww8par3.cxx
Dosyayı görüntüle @
ca911d1d
...
@@ -761,7 +761,7 @@ bool WW8ListManager::ReadLVL(SwNumFmt& rNumFmt, SfxItemSet*& rpItemSet,
...
@@ -761,7 +761,7 @@ bool WW8ListManager::ReadLVL(SwNumFmt& rNumFmt, SfxItemSet*& rpItemSet,
for
(
nLevelB
=
0
;
nLevelB
<=
nLevel
;
++
nLevelB
)
for
(
nLevelB
=
0
;
nLevelB
<=
nLevel
;
++
nLevelB
)
{
{
sal_uInt8
nPos
=
aOfsNumsXCH
[
nLevelB
];
sal_uInt8
nPos
=
aOfsNumsXCH
[
nLevelB
];
if
(
nPos
&&
sNumString
.
GetChar
(
nPos
-
1
)
<
nMaxLevel
)
if
(
nPos
&&
nPos
<
sNumString
.
Len
()
&&
sNumString
.
GetChar
(
nPos
-
1
)
<
nMaxLevel
)
{
{
if
(
rNotReallyThere
[
nLevelB
])
if
(
rNotReallyThere
[
nLevelB
])
aOfsNumsXCH
[
nLevelB
]
=
0
;
aOfsNumsXCH
[
nLevelB
]
=
0
;
...
...
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