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
3d2ee524
Kaydet (Commit)
3d2ee524
authored
Ara 09, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove now unused BROADCAST_ALL_POSITIONS case
Change-Id: I4e6b362f31d93964567fe9ca394cd96568981746
üst
f882be56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
column.hxx
sc/inc/column.hxx
+0
-1
column.cxx
sc/source/core/data/column.cxx
+0
-13
No files found.
sc/inc/column.hxx
Dosyayı görüntüle @
3d2ee524
...
@@ -172,7 +172,6 @@ public:
...
@@ -172,7 +172,6 @@ public:
{
{
BROADCAST_NONE
,
///< no broadcasting
BROADCAST_NONE
,
///< no broadcasting
BROADCAST_DATA_POSITIONS
,
///< broadcast existing cells with position => does AreaBroadcast
BROADCAST_DATA_POSITIONS
,
///< broadcast existing cells with position => does AreaBroadcast
BROADCAST_ALL_POSITIONS
,
///< broadcast all cells, including empty, with position => does AreaBroadcast
BROADCAST_BROADCASTERS
///< broadcast only existing cell broadcasters => no AreaBroadcast of range!
BROADCAST_BROADCASTERS
///< broadcast only existing cell broadcasters => no AreaBroadcast of range!
};
};
...
...
sc/source/core/data/column.cxx
Dosyayı görüntüle @
3d2ee524
...
@@ -3109,19 +3109,6 @@ void ScColumn::SetDirty( SCROW nRow1, SCROW nRow2, BroadcastMode eMode )
...
@@ -3109,19 +3109,6 @@ void ScColumn::SetDirty( SCROW nRow1, SCROW nRow2, BroadcastMode eMode )
aHdl
.
broadcast
();
aHdl
.
broadcast
();
}
}
break
;
break
;
case
BROADCAST_ALL_POSITIONS
:
{
// Handler only used with formula cells.
SetDirtyOnRangeHandler
aHdl
(
*
this
);
sc
::
ProcessFormula
(
maCells
.
begin
(),
maCells
,
nRow1
,
nRow2
,
aHdl
);
ScHint
aHint
(
SC_HINT_DATACHANGED
,
ScAddress
(
nCol
,
0
,
nTab
));
for
(
SCROW
nRow
=
nRow1
;
nRow
<=
nRow2
;
++
nRow
)
{
aHint
.
GetAddress
().
SetRow
(
nRow
);
pDocument
->
Broadcast
(
aHint
);
}
}
break
;
case
BROADCAST_BROADCASTERS
:
case
BROADCAST_BROADCASTERS
:
{
{
// Handler only used with formula cells.
// Handler only used with formula cells.
...
...
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