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
c2f24276
Kaydet (Commit)
c2f24276
authored
Şub 18, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I284f03f3cbc4f55e774b9596eb2e0b031c6c1933
üst
e23b79e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
optsolver.hxx
sc/source/ui/inc/optsolver.hxx
+7
-7
optsolver.cxx
sc/source/ui/miscdlgs/optsolver.cxx
+1
-1
No files found.
sc/source/ui/inc/optsolver.hxx
Dosyayı görüntüle @
c2f24276
...
...
@@ -65,9 +65,9 @@ struct ScOptConditionRow
class
ScOptSolverSave
{
OUString
maObjective
;
sal_Bool
mbMax
;
sal_Bool
mbMin
;
sal_Bool
mbValue
;
bool
mbMax
;
bool
mbMin
;
bool
mbValue
;
OUString
maTarget
;
OUString
maVariable
;
std
::
vector
<
ScOptConditionRow
>
maConditions
;
...
...
@@ -75,16 +75,16 @@ class ScOptSolverSave
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
maProperties
;
public
:
ScOptSolverSave
(
const
OUString
&
rObjective
,
sal_Bool
bMax
,
sal_Bool
bMin
,
sal_B
ool
bValue
,
ScOptSolverSave
(
const
OUString
&
rObjective
,
bool
bMax
,
bool
bMin
,
b
ool
bValue
,
const
OUString
&
rTarget
,
const
OUString
&
rVariable
,
const
std
::
vector
<
ScOptConditionRow
>&
rConditions
,
const
OUString
&
rEngine
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rProperties
);
const
OUString
&
GetObjective
()
const
{
return
maObjective
;
}
sal_Bool
GetMax
()
const
{
return
mbMax
;
}
sal_Bool
GetMin
()
const
{
return
mbMin
;
}
sal_Bool
GetValue
()
const
{
return
mbValue
;
}
bool
GetMax
()
const
{
return
mbMax
;
}
bool
GetMin
()
const
{
return
mbMin
;
}
bool
GetValue
()
const
{
return
mbValue
;
}
const
OUString
&
GetTarget
()
const
{
return
maTarget
;
}
const
OUString
&
GetVariable
()
const
{
return
maVariable
;
}
const
std
::
vector
<
ScOptConditionRow
>&
GetConditions
()
const
{
return
maConditions
;
}
...
...
sc/source/ui/miscdlgs/optsolver.cxx
Dosyayı görüntüle @
c2f24276
...
...
@@ -134,7 +134,7 @@ void ScCursorRefEdit::KeyInput( const KeyEvent& rKEvt )
//----------------------------------------------------------------------------
ScOptSolverSave
::
ScOptSolverSave
(
const
OUString
&
rObjective
,
sal_Bool
bMax
,
sal_Bool
bMin
,
sal_B
ool
bValue
,
ScOptSolverSave
::
ScOptSolverSave
(
const
OUString
&
rObjective
,
bool
bMax
,
bool
bMin
,
b
ool
bValue
,
const
OUString
&
rTarget
,
const
OUString
&
rVariable
,
const
std
::
vector
<
ScOptConditionRow
>&
rConditions
,
const
OUString
&
rEngine
,
...
...
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