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
f164e012
Kaydet (Commit)
f164e012
authored
Eyl 20, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/.../solvrdlg.hxx from String to OUString
Change-Id: Ie34c9119ed8c59c224d941e1cfa889185a536d37
üst
311d673f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
solvrdlg.hxx
sc/source/ui/inc/solvrdlg.hxx
+6
-6
solvrdlg.cxx
sc/source/ui/miscdlgs/solvrdlg.cxx
+1
-1
No files found.
sc/source/ui/inc/solvrdlg.hxx
Dosyayı görüntüle @
f164e012
...
...
@@ -70,21 +70,21 @@ private:
ScAddress
theFormulaCell
;
ScAddress
theVariableCell
;
String
theTargetValStr
;
OUString
theTargetValStr
;
ScDocument
*
pDoc
;
const
SCTAB
nCurTab
;
formula
::
RefEdit
*
pEdActive
;
sal_Bool
bDlgLostFocus
;
const
String
errMsgInvalidVar
;
const
String
errMsgInvalidForm
;
const
String
errMsgNoFormula
;
const
String
errMsgInvalidVal
;
const
OUString
errMsgInvalidVar
;
const
OUString
errMsgInvalidForm
;
const
OUString
errMsgNoFormula
;
const
OUString
errMsgInvalidVal
;
#ifdef _SOLVRDLG_CXX
void
Init
();
sal_Bool
CheckTargetValue
(
String
&
rStrVal
);
sal_Bool
CheckTargetValue
(
const
OU
String
&
rStrVal
);
void
RaiseError
(
ScSolverErr
eError
);
DECL_LINK
(
BtnHdl
,
PushButton
*
);
...
...
sc/source/ui/miscdlgs/solvrdlg.cxx
Dosyayı görüntüle @
f164e012
...
...
@@ -192,7 +192,7 @@ sal_Bool ScSolverDlg::IsRefInputMode() const
//----------------------------------------------------------------------------
sal_Bool
ScSolverDlg
::
CheckTargetValue
(
String
&
rStrVal
)
sal_Bool
ScSolverDlg
::
CheckTargetValue
(
const
OU
String
&
rStrVal
)
{
sal_uInt32
n1
=
0
;
double
n2
;
...
...
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