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
3a5cc4e3
Kaydet (Commit)
3a5cc4e3
authored
Tem 09, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More fix for link error on windows.
Change-Id: I4c419e87c3b3da1d28ff1e6aa2877c74cdbd1437
üst
f3a0dd8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
formulacell.hxx
sc/inc/formulacell.hxx
+1
-1
subsequent_filters-test.cxx
sc/qa/unit/subsequent_filters-test.cxx
+1
-0
formulacell.cxx
sc/source/core/data/formulacell.cxx
+5
-0
No files found.
sc/inc/formulacell.hxx
Dosyayı görüntüle @
3a5cc4e3
...
...
@@ -276,7 +276,7 @@ public:
void
SetResultToken
(
const
formula
::
FormulaToken
*
pToken
);
double
GetResultDouble
()
const
{
return
aResult
.
GetDouble
();
}
double
GetResultDouble
()
const
;
void
SetErrCode
(
sal_uInt16
n
);
bool
IsHyperLinkCell
()
const
;
...
...
sc/qa/unit/subsequent_filters-test.cxx
Dosyayı görüntüle @
3a5cc4e3
...
...
@@ -41,6 +41,7 @@
#include "markdata.hxx"
#include "colorscale.hxx"
#include "olinetab.hxx"
#include "patattr.hxx"
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/drawing/XControlShape.hpp>
...
...
sc/source/core/data/formulacell.cxx
Dosyayı görüntüle @
3a5cc4e3
...
...
@@ -1603,6 +1603,11 @@ void ScFormulaCell::SetResultToken( const formula::FormulaToken* pToken )
aResult
.
SetToken
(
pToken
);
}
double
ScFormulaCell
::
GetResultDouble
()
const
{
return
aResult
.
GetDouble
();
}
void
ScFormulaCell
::
SetResultMatrix
(
SCCOL
nCols
,
SCROW
nRows
,
const
ScConstMatrixRef
&
pMat
,
formula
::
FormulaToken
*
pUL
)
{
aResult
.
SetMatrix
(
nCols
,
nRows
,
pMat
,
pUL
);
...
...
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