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
6a2a1326
Kaydet (Commit)
6a2a1326
authored
Mar 27, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove this hack.
Change-Id: Ibaf4f478c25e5c8b429ffb45a70d9a8a170053ef
üst
48dfa346
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
dociter.hxx
sc/inc/dociter.hxx
+0
-3
dociter.cxx
sc/source/core/data/dociter.cxx
+0
-5
No files found.
sc/inc/dociter.hxx
Dosyayı görüntüle @
6a2a1326
...
...
@@ -249,9 +249,6 @@ public:
bool
first
();
bool
next
();
// TODO: Remove this later.
ScBaseCell
*
getHackedBaseCell
();
};
class
ScQueryCellIterator
// walk through all non-empty cells in an area
...
...
sc/source/core/data/dociter.cxx
Dosyayı görüntüle @
6a2a1326
...
...
@@ -1164,11 +1164,6 @@ bool ScCellIterator::next()
return
getCurrent
();
}
ScBaseCell
*
ScCellIterator
::
getHackedBaseCell
()
{
return
mpDoc
->
GetCell
(
maCurPos
);
}
//-------------------------------------------------------------------------------
ScQueryCellIterator
::
ScQueryCellIterator
(
ScDocument
*
pDocument
,
SCTAB
nTable
,
...
...
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