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
0267612d
Kaydet (Commit)
0267612d
authored
Tem 31, 2017
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin default value for a bool parameter that was defaulted in only one place
Change-Id: Ie5d4339639a034c4be991c9302576a116866b085
üst
8c64b2e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dociter.hxx
sc/inc/dociter.hxx
+2
-2
interpr1.cxx
sc/source/core/tool/interpr1.cxx
+1
-1
No files found.
sc/inc/dociter.hxx
Dosyayı görüntüle @
0267612d
...
...
@@ -293,8 +293,8 @@ class ScQueryCellIterator // walk through all non-empty cells in an ar
public
:
ScQueryCellIterator
(
ScDocument
*
pDocument
,
SCTAB
nTable
,
const
ScQueryParam
&
aParam
,
bool
bMod
=
true
);
//
for bMod = FALSE
the QueryParam has to be filled
const
ScQueryParam
&
aParam
,
bool
bMod
);
//
when !bMod,
the QueryParam has to be filled
// (bIsString)
bool
GetFirst
();
bool
GetNext
();
...
...
sc/source/core/tool/interpr1.cxx
Dosyayı görüntüle @
0267612d
...
...
@@ -7533,7 +7533,7 @@ void ScInterpreter::ScDBCount()
// so the source range has to be restricted, like before the introduction
// of ScDBQueryParamBase.
p->nCol1 = p->nCol2 = p->mnField;
ScQueryCellIterator aCellIter( pDok, nTab, *p);
ScQueryCellIterator aCellIter( pDok, nTab, *p
, true
);
if ( aCellIter.GetFirst() )
{
do
...
...
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