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
738ae33f
Kaydet (Commit)
738ae33f
authored
Eki 04, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4701: potentially uninitialized local variables
Change-Id: Ia153de4928ff99e8943450be27fa5ddeada8608c
üst
bbadfca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xeformula.cxx
sc/source/filter/excel/xeformula.cxx
+2
-2
No files found.
sc/source/filter/excel/xeformula.cxx
Dosyayı görüntüle @
738ae33f
...
@@ -1250,7 +1250,7 @@ void XclExpFmlaCompImpl::ProcessDdeLink( const XclExpScToken& rTokData )
...
@@ -1250,7 +1250,7 @@ void XclExpFmlaCompImpl::ProcessDdeLink( const XclExpScToken& rTokData )
if
(
mxData
->
mbOk
)
mxData
->
mbOk
=
aApplic
.
Len
()
&&
aTopic
.
Len
()
&&
aItem
.
Len
();
if
(
mxData
->
mbOk
)
mxData
->
mbOk
=
aApplic
.
Len
()
&&
aTopic
.
Len
()
&&
aItem
.
Len
();
if
(
mxData
->
mbOk
)
if
(
mxData
->
mbOk
)
{
{
sal_uInt16
nExtSheet
,
nExtName
;
sal_uInt16
nExtSheet
(
0
),
nExtName
(
0
)
;
if
(
mxData
->
mpLinkMgr
&&
mxData
->
mpLinkMgr
->
InsertDde
(
nExtSheet
,
nExtName
,
aApplic
,
aTopic
,
aItem
)
)
if
(
mxData
->
mpLinkMgr
&&
mxData
->
mpLinkMgr
->
InsertDde
(
nExtSheet
,
nExtName
,
aApplic
,
aTopic
,
aItem
)
)
AppendNameXToken
(
nExtSheet
,
nExtName
,
rTokData
.
mnSpaces
);
AppendNameXToken
(
nExtSheet
,
nExtName
,
rTokData
.
mnSpaces
);
else
else
...
@@ -2377,7 +2377,7 @@ void XclExpFmlaCompImpl::AppendAddInCallToken( const XclExpExtFuncData& rExtFunc
...
@@ -2377,7 +2377,7 @@ void XclExpFmlaCompImpl::AppendAddInCallToken( const XclExpExtFuncData& rExtFunc
void
XclExpFmlaCompImpl
::
AppendEuroToolCallToken
(
const
XclExpExtFuncData
&
rExtFuncData
,
sal_uInt8
nSpaces
)
void
XclExpFmlaCompImpl
::
AppendEuroToolCallToken
(
const
XclExpExtFuncData
&
rExtFuncData
,
sal_uInt8
nSpaces
)
{
{
sal_uInt16
nExtSheet
,
nExtName
;
sal_uInt16
nExtSheet
(
0
),
nExtName
(
0
)
;
if
(
mxData
->
mpLinkMgr
&&
mxData
->
mpLinkMgr
->
InsertEuroTool
(
nExtSheet
,
nExtName
,
rExtFuncData
.
maFuncName
)
)
if
(
mxData
->
mpLinkMgr
&&
mxData
->
mpLinkMgr
->
InsertEuroTool
(
nExtSheet
,
nExtName
,
rExtFuncData
.
maFuncName
)
)
AppendNameXToken
(
nExtSheet
,
nExtName
,
nSpaces
);
AppendNameXToken
(
nExtSheet
,
nExtName
,
nSpaces
);
else
else
...
...
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