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
6daff4ed
Kaydet (Commit)
6daff4ed
authored
Mar 20, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
range list might be nil, who knows
Change-Id: Iee5554f1b51db0f6dc22ccbed743ae431bb895f6
üst
9cee6a45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tabprotection.cxx
sc/source/core/data/tabprotection.cxx
+2
-1
No files found.
sc/source/core/data/tabprotection.cxx
Dosyayı görüntüle @
6daff4ed
...
@@ -374,7 +374,8 @@ bool ScTableProtectionImpl::updateReference( UpdateRefMode eMode, ScDocument* pD
...
@@ -374,7 +374,8 @@ bool ScTableProtectionImpl::updateReference( UpdateRefMode eMode, ScDocument* pD
for
(
::
std
::
vector
<
ScEnhancedProtection
>::
iterator
it
(
maEnhancedProtection
.
begin
());
for
(
::
std
::
vector
<
ScEnhancedProtection
>::
iterator
it
(
maEnhancedProtection
.
begin
());
it
!=
maEnhancedProtection
.
end
();
++
it
)
it
!=
maEnhancedProtection
.
end
();
++
it
)
{
{
bChanged
|=
(
*
it
).
maRangeList
->
UpdateReference
(
eMode
,
pDoc
,
rWhere
,
nDx
,
nDy
,
nDz
);
if
((
*
it
).
maRangeList
.
Is
())
bChanged
|=
(
*
it
).
maRangeList
->
UpdateReference
(
eMode
,
pDoc
,
rWhere
,
nDx
,
nDy
,
nDz
);
}
}
return
bChanged
;
return
bChanged
;
}
}
...
...
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