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
2d4922da
Kaydet (Commit)
2d4922da
authored
Eyl 20, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/.../solveroptions.hxx from String to OUString
Change-Id: I2f00c298acfa79403d3e5e596b1c2e6cf6d84128
üst
f164e012
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
solveroptions.hxx
sc/source/ui/inc/solveroptions.hxx
+5
-5
solveroptions.cxx
sc/source/ui/miscdlgs/solveroptions.cxx
+5
-5
No files found.
sc/source/ui/inc/solveroptions.hxx
Dosyayı görüntüle @
2d4922da
...
@@ -50,7 +50,7 @@ class ScSolverOptionsDialog : public ModalDialog
...
@@ -50,7 +50,7 @@ class ScSolverOptionsDialog : public ModalDialog
SvLBoxButtonData
*
mpCheckButtonData
;
SvLBoxButtonData
*
mpCheckButtonData
;
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
maImplNames
;
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
maImplNames
;
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
maDescriptions
;
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
maDescriptions
;
String
maEngine
;
OUString
maEngine
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
maProperties
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
maProperties
;
DECL_LINK
(
EngineSelectHdl
,
void
*
);
DECL_LINK
(
EngineSelectHdl
,
void
*
);
...
@@ -66,11 +66,11 @@ public:
...
@@ -66,11 +66,11 @@ public:
ScSolverOptionsDialog
(
Window
*
pParent
,
ScSolverOptionsDialog
(
Window
*
pParent
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rImplNames
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rImplNames
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rDescriptions
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
rDescriptions
,
const
String
&
rEngine
,
const
OU
String
&
rEngine
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rProperties
);
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rProperties
);
~
ScSolverOptionsDialog
();
~
ScSolverOptionsDialog
();
const
String
&
GetEngine
()
const
;
const
OU
String
&
GetEngine
()
const
;
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
GetProperties
();
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>&
GetProperties
();
};
};
...
@@ -87,7 +87,7 @@ public:
...
@@ -87,7 +87,7 @@ public:
ScSolverIntegerDialog
(
Window
*
pParent
);
ScSolverIntegerDialog
(
Window
*
pParent
);
~
ScSolverIntegerDialog
();
~
ScSolverIntegerDialog
();
void
SetOptionName
(
const
String
&
rName
);
void
SetOptionName
(
const
OU
String
&
rName
);
void
SetValue
(
sal_Int32
nValue
);
void
SetValue
(
sal_Int32
nValue
);
sal_Int32
GetValue
()
const
;
sal_Int32
GetValue
()
const
;
};
};
...
@@ -104,7 +104,7 @@ public:
...
@@ -104,7 +104,7 @@ public:
ScSolverValueDialog
(
Window
*
pParent
);
ScSolverValueDialog
(
Window
*
pParent
);
~
ScSolverValueDialog
();
~
ScSolverValueDialog
();
void
SetOptionName
(
const
String
&
rName
);
void
SetOptionName
(
const
OU
String
&
rName
);
void
SetValue
(
double
fValue
);
void
SetValue
(
double
fValue
);
double
GetValue
()
const
;
double
GetValue
()
const
;
};
};
...
...
sc/source/ui/miscdlgs/solveroptions.cxx
Dosyayı görüntüle @
2d4922da
...
@@ -111,7 +111,7 @@ void ScSolverOptionsString::Paint( const Point& rPos, SvTreeListBox& rDev, const
...
@@ -111,7 +111,7 @@ void ScSolverOptionsString::Paint( const Point& rPos, SvTreeListBox& rDev, const
ScSolverOptionsDialog
::
ScSolverOptionsDialog
(
Window
*
pParent
,
ScSolverOptionsDialog
::
ScSolverOptionsDialog
(
Window
*
pParent
,
const
uno
::
Sequence
<
OUString
>&
rImplNames
,
const
uno
::
Sequence
<
OUString
>&
rImplNames
,
const
uno
::
Sequence
<
OUString
>&
rDescriptions
,
const
uno
::
Sequence
<
OUString
>&
rDescriptions
,
const
String
&
rEngine
,
const
OU
String
&
rEngine
,
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rProperties
)
const
uno
::
Sequence
<
beans
::
PropertyValue
>&
rProperties
)
:
ModalDialog
(
pParent
,
ScResId
(
RID_SCDLG_SOLVEROPTIONS
)
),
:
ModalDialog
(
pParent
,
ScResId
(
RID_SCDLG_SOLVEROPTIONS
)
),
maFtEngine
(
this
,
ScResId
(
FT_ENGINE
)
),
maFtEngine
(
this
,
ScResId
(
FT_ENGINE
)
),
...
@@ -158,7 +158,7 @@ ScSolverOptionsDialog::ScSolverOptionsDialog( Window* pParent,
...
@@ -158,7 +158,7 @@ ScSolverOptionsDialog::ScSolverOptionsDialog( Window* pParent,
nSelect
=
0
;
nSelect
=
0
;
}
}
else
else
maEngine
.
Erase
()
;
maEngine
=
""
;
maProperties
.
realloc
(
0
);
// don't use options from different engine
maProperties
.
realloc
(
0
);
// don't use options from different engine
}
}
if
(
nSelect
>=
0
)
// select in list box
if
(
nSelect
>=
0
)
// select in list box
...
@@ -176,7 +176,7 @@ ScSolverOptionsDialog::~ScSolverOptionsDialog()
...
@@ -176,7 +176,7 @@ ScSolverOptionsDialog::~ScSolverOptionsDialog()
delete
mpCheckButtonData
;
delete
mpCheckButtonData
;
}
}
const
String
&
ScSolverOptionsDialog
::
GetEngine
()
const
const
OU
String
&
ScSolverOptionsDialog
::
GetEngine
()
const
{
{
return
maEngine
;
// already updated in selection handler
return
maEngine
;
// already updated in selection handler
}
}
...
@@ -416,7 +416,7 @@ ScSolverIntegerDialog::~ScSolverIntegerDialog()
...
@@ -416,7 +416,7 @@ ScSolverIntegerDialog::~ScSolverIntegerDialog()
{
{
}
}
void
ScSolverIntegerDialog
::
SetOptionName
(
const
String
&
rName
)
void
ScSolverIntegerDialog
::
SetOptionName
(
const
OU
String
&
rName
)
{
{
maFtName
.
SetText
(
rName
);
maFtName
.
SetText
(
rName
);
}
}
...
@@ -453,7 +453,7 @@ ScSolverValueDialog::~ScSolverValueDialog()
...
@@ -453,7 +453,7 @@ ScSolverValueDialog::~ScSolverValueDialog()
{
{
}
}
void
ScSolverValueDialog
::
SetOptionName
(
const
String
&
rName
)
void
ScSolverValueDialog
::
SetOptionName
(
const
OU
String
&
rName
)
{
{
maFtName
.
SetText
(
rName
);
maFtName
.
SetText
(
rName
);
}
}
...
...
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