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
8877e4ae
Kaydet (Commit)
8877e4ae
authored
Ock 28, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no need for the String version of this function anymore
Change-Id: Ic661a5cb492c25a049dfaf1da0a501ceeae83c2c
üst
c842966f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
compiler.hxx
sc/inc/compiler.hxx
+0
-1
compiler.cxx
sc/source/core/tool/compiler.cxx
+1
-9
No files found.
sc/inc/compiler.hxx
Dosyayı görüntüle @
8877e4ae
...
@@ -426,7 +426,6 @@ public:
...
@@ -426,7 +426,6 @@ public:
maExternalLinks
=
rLinks
;
maExternalLinks
=
rLinks
;
}
}
void
CreateStringFromXMLTokenArray
(
String
&
rFormula
,
String
&
rFormulaNmsp
);
void
CreateStringFromXMLTokenArray
(
rtl
::
OUString
&
rFormula
,
rtl
::
OUString
&
rFormulaNmsp
);
void
CreateStringFromXMLTokenArray
(
rtl
::
OUString
&
rFormula
,
rtl
::
OUString
&
rFormulaNmsp
);
void
SetExtendedErrorDetection
(
ExtendedErrorDetection
eVal
)
{
meExtendedErrorDetection
=
eVal
;
}
void
SetExtendedErrorDetection
(
ExtendedErrorDetection
eVal
)
{
meExtendedErrorDetection
=
eVal
;
}
...
...
sc/source/core/tool/compiler.cxx
Dosyayı görüntüle @
8877e4ae
...
@@ -3718,7 +3718,7 @@ bool ScCompiler::NextNewToken( bool bInArray )
...
@@ -3718,7 +3718,7 @@ bool ScCompiler::NextNewToken( bool bInArray )
return
true
;
return
true
;
}
}
void
ScCompiler
::
CreateStringFromXMLTokenArray
(
String
&
rFormula
,
String
&
rFormulaNmsp
)
void
ScCompiler
::
CreateStringFromXMLTokenArray
(
rtl
::
OUString
&
rFormula
,
rtl
::
OU
String
&
rFormulaNmsp
)
{
{
bool
bExternal
=
GetGrammar
()
==
FormulaGrammar
::
GRAM_EXTERNAL
;
bool
bExternal
=
GetGrammar
()
==
FormulaGrammar
::
GRAM_EXTERNAL
;
sal_uInt16
nExpectedCount
=
bExternal
?
2
:
1
;
sal_uInt16
nExpectedCount
=
bExternal
?
2
:
1
;
...
@@ -3733,14 +3733,6 @@ void ScCompiler::CreateStringFromXMLTokenArray( String& rFormula, String& rFormu
...
@@ -3733,14 +3733,6 @@ void ScCompiler::CreateStringFromXMLTokenArray( String& rFormula, String& rFormu
}
}
}
}
void
ScCompiler
::
CreateStringFromXMLTokenArray
(
rtl
::
OUString
&
rFormula
,
rtl
::
OUString
&
rFormulaNmsp
)
{
String
sFormula
,
aFormulaNmsp
;
CreateStringFromXMLTokenArray
(
sFormula
,
aFormulaNmsp
);
rFormula
=
sFormula
;
rFormulaNmsp
=
aFormulaNmsp
;
}
namespace
{
namespace
{
class
ExternalFileInserter
:
std
::
unary_function
<
sal_uInt16
,
void
>
class
ExternalFileInserter
:
std
::
unary_function
<
sal_uInt16
,
void
>
...
...
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