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
65afee03
Kaydet (Commit)
65afee03
authored
Nis 23, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sccomp: sal_Bool->bool
Change-Id: I9156ba8671348fd77b93921236827235775e1108
üst
fda8ac2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
SolverComponent.cxx
sccomp/source/solver/SolverComponent.cxx
+5
-5
SolverComponent.hxx
sccomp/source/solver/SolverComponent.hxx
+5
-5
No files found.
sccomp/source/solver/SolverComponent.cxx
Dosyayı görüntüle @
65afee03
...
@@ -96,13 +96,13 @@ double SolverComponent::GetValue( const uno::Reference<sheet::XSpreadsheetDocume
...
@@ -96,13 +96,13 @@ double SolverComponent::GetValue( const uno::Reference<sheet::XSpreadsheetDocume
SolverComponent
::
SolverComponent
()
:
SolverComponent
::
SolverComponent
()
:
OPropertyContainer
(
GetBroadcastHelper
()
),
OPropertyContainer
(
GetBroadcastHelper
()
),
mbMaximize
(
sal_T
rue
),
mbMaximize
(
t
rue
),
mbNonNegative
(
sal_F
alse
),
mbNonNegative
(
f
alse
),
mbInteger
(
sal_F
alse
),
mbInteger
(
f
alse
),
mnTimeout
(
100
),
mnTimeout
(
100
),
mnEpsilonLevel
(
0
),
mnEpsilonLevel
(
0
),
mbLimitBBDepth
(
sal_T
rue
),
mbLimitBBDepth
(
t
rue
),
mbSuccess
(
sal_F
alse
),
mbSuccess
(
f
alse
),
mfResultValue
(
0.0
)
mfResultValue
(
0.0
)
{
{
// for XPropertySet implementation:
// for XPropertySet implementation:
...
...
sccomp/source/solver/SolverComponent.hxx
Dosyayı görüntüle @
65afee03
...
@@ -73,15 +73,15 @@ protected:
...
@@ -73,15 +73,15 @@ protected:
com
::
sun
::
star
::
table
::
CellAddress
maObjective
;
com
::
sun
::
star
::
table
::
CellAddress
maObjective
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
table
::
CellAddress
>
maVariables
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
table
::
CellAddress
>
maVariables
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
sheet
::
SolverConstraint
>
maConstraints
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
sheet
::
SolverConstraint
>
maConstraints
;
sal_B
ool
mbMaximize
;
b
ool
mbMaximize
;
// set via XPropertySet
// set via XPropertySet
sal_B
ool
mbNonNegative
;
b
ool
mbNonNegative
;
sal_B
ool
mbInteger
;
b
ool
mbInteger
;
sal_Int32
mnTimeout
;
sal_Int32
mnTimeout
;
sal_Int32
mnEpsilonLevel
;
sal_Int32
mnEpsilonLevel
;
sal_B
ool
mbLimitBBDepth
;
b
ool
mbLimitBBDepth
;
// results
// results
sal_B
ool
mbSuccess
;
b
ool
mbSuccess
;
double
mfResultValue
;
double
mfResultValue
;
com
::
sun
::
star
::
uno
::
Sequence
<
double
>
maSolution
;
com
::
sun
::
star
::
uno
::
Sequence
<
double
>
maSolution
;
OUString
maStatus
;
OUString
maStatus
;
...
...
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