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
b382f5df
Kaydet (Commit)
b382f5df
authored
Tem 01, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705845 Dereference before null
Change-Id: I4aecc132ca45abd45183455c87be4c4a3749d983
üst
31050012
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
viewfun2.cxx
sc/source/ui/view/viewfun2.cxx
+11
-11
No files found.
sc/source/ui/view/viewfun2.cxx
Dosyayı görüntüle @
b382f5df
...
...
@@ -1707,19 +1707,19 @@ void ScViewFunc::Solve( const ScSolveParam& rParam )
{
ScDocument
*
pDoc
=
GetViewData
().
GetDocument
();
SCCOL
nDestCol
=
rParam
.
aRefVariableCell
.
Col
();
SCROW
nDestRow
=
rParam
.
aRefVariableCell
.
Row
();
SCTAB
nDestTab
=
rParam
.
aRefVariableCell
.
Tab
();
ScEditableTester
aTester
(
pDoc
,
nDestTab
,
nDestCol
,
nDestRow
,
nDestCol
,
nDestRow
);
if
(
!
aTester
.
IsEditable
())
{
ErrorMessage
(
aTester
.
GetMessageId
());
return
;
}
if
(
pDoc
)
{
SCCOL
nDestCol
=
rParam
.
aRefVariableCell
.
Col
();
SCROW
nDestRow
=
rParam
.
aRefVariableCell
.
Row
();
SCTAB
nDestTab
=
rParam
.
aRefVariableCell
.
Tab
();
ScEditableTester
aTester
(
pDoc
,
nDestTab
,
nDestCol
,
nDestRow
,
nDestCol
,
nDestRow
);
if
(
!
aTester
.
IsEditable
())
{
ErrorMessage
(
aTester
.
GetMessageId
());
return
;
}
OUString
aTargetValStr
;
if
(
rParam
.
pStrTargetVal
!=
NULL
)
aTargetValStr
=
*
(
rParam
.
pStrTargetVal
);
...
...
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