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
3594cfd5
Kaydet (Commit)
3594cfd5
authored
Mar 26, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This can return const reference.
Change-Id: I1cf3e58167b883fee1b8cb32783a7892f6e0faa5
üst
646daee2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dociter.hxx
sc/inc/dociter.hxx
+1
-1
dociter.cxx
sc/source/core/data/dociter.cxx
+1
-1
No files found.
sc/inc/dociter.hxx
Dosyayı görüntüle @
3594cfd5
...
@@ -239,7 +239,7 @@ public:
...
@@ -239,7 +239,7 @@ public:
const
ScFormulaCell
*
getFormulaCell
()
const
;
const
ScFormulaCell
*
getFormulaCell
()
const
;
double
getValue
()
const
;
double
getValue
()
const
;
ScCellValue
getCellValue
()
const
;
ScCellValue
getCellValue
()
const
;
ScRefCellValue
getRefCellValue
()
const
;
const
ScRefCellValue
&
getRefCellValue
()
const
;
bool
hasString
()
const
;
bool
hasString
()
const
;
bool
hasNumeric
()
const
;
bool
hasNumeric
()
const
;
...
...
sc/source/core/data/dociter.cxx
Dosyayı görüntüle @
3594cfd5
...
@@ -1131,7 +1131,7 @@ ScCellValue ScCellIterator::getCellValue() const
...
@@ -1131,7 +1131,7 @@ ScCellValue ScCellIterator::getCellValue() const
return
aRet
;
return
aRet
;
}
}
ScRefCellValue
ScCellIterator
::
getRefCellValue
()
const
const
ScRefCellValue
&
ScCellIterator
::
getRefCellValue
()
const
{
{
return
maCurCell
;
return
maCurCell
;
}
}
...
...
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