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
129eddc1
Kaydet (Commit)
129eddc1
authored
Kas 09, 2016
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#103689 do not slice 3D area broadcasters into separate sheets
Change-Id: Ie167e5e5e953c3e8064b8e128d52f6aa6740575b
üst
989cf68b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
bcaslot.cxx
sc/source/core/data/bcaslot.cxx
+5
-1
No files found.
sc/source/core/data/bcaslot.cxx
Dosyayı görüntüle @
129eddc1
...
...
@@ -736,6 +736,11 @@ void ScBroadcastAreaSlotMachine::StartListeningArea(
}
else
{
// A new area needs to be inserted to the corresponding slots, for 3D
// ranges for all sheets, do not slice into per sheet areas or the
// !bDone will break too early (i.e. after the first sheet) if
// subsequent listeners are to be added.
ScBroadcastArea
*
pArea
=
nullptr
;
bool
bDone
=
false
;
for
(
SCTAB
nTab
=
rRange
.
aStart
.
Tab
();
!
bDone
&&
nTab
<=
rRange
.
aEnd
.
Tab
();
++
nTab
)
...
...
@@ -750,7 +755,6 @@ void ScBroadcastAreaSlotMachine::StartListeningArea(
SCSIZE
nOff
=
nStart
;
SCSIZE
nBreak
=
nOff
+
nRowBreak
;
ScBroadcastAreaSlot
**
pp
=
ppSlots
+
nOff
;
ScBroadcastArea
*
pArea
=
nullptr
;
while
(
!
bDone
&&
nOff
<=
nEnd
)
{
if
(
!*
pp
)
...
...
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