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
74fcda22
Kaydet (Commit)
74fcda22
authored
Ara 15, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning in sc
Change-Id: I4d5c955d1587e3ad4acfa1671c49d7bc68a6829a
üst
c2e3d09b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
doubleref.cxx
sc/source/core/tool/doubleref.cxx
+1
-2
difimp.cxx
sc/source/filter/dif/difimp.cxx
+1
-2
No files found.
sc/source/core/tool/doubleref.cxx
Dosyayı görüntüle @
74fcda22
...
@@ -345,9 +345,8 @@ SCCOL ScDBInternalRange::findFieldColumn(const OUString& rStr, sal_uInt16* pErr)
...
@@ -345,9 +345,8 @@ SCCOL ScDBInternalRange::findFieldColumn(const OUString& rStr, sal_uInt16* pErr)
SCCOL
nDBCol2
=
e
.
Col
();
SCCOL
nDBCol2
=
e
.
Col
();
SCCOL
nField
=
nDBCol1
;
SCCOL
nField
=
nDBCol1
;
sal_Bool
bFound
=
sal_Tru
e
;
sal_Bool
bFound
=
sal_Fals
e
;
bFound
=
false
;
OUString
aCellStr
;
OUString
aCellStr
;
ScAddress
aLook
(
nDBCol1
,
nDBRow1
,
nDBTab1
);
ScAddress
aLook
(
nDBCol1
,
nDBRow1
,
nDBTab1
);
while
(
!
bFound
&&
(
aLook
.
Col
()
<=
nDBCol2
))
while
(
!
bFound
&&
(
aLook
.
Col
()
<=
nDBCol2
))
...
...
sc/source/filter/dif/difimp.cxx
Dosyayı görüntüle @
74fcda22
...
@@ -646,7 +646,6 @@ const sal_Unicode* DifParser::ScanIntVal( const sal_Unicode* pStart, sal_uInt32&
...
@@ -646,7 +646,6 @@ const sal_Unicode* DifParser::ScanIntVal( const sal_Unicode* pStart, sal_uInt32&
sal_Bool
DifParser
::
ScanFloatVal
(
const
sal_Unicode
*
pStart
)
sal_Bool
DifParser
::
ScanFloatVal
(
const
sal_Unicode
*
pStart
)
{
{
double
fNewVal
=
0.0
;
sal_Bool
bNeg
=
false
;
sal_Bool
bNeg
=
false
;
double
fFracPos
=
1.0
;
double
fFracPos
=
1.0
;
sal_Int32
nExp
=
0
;
sal_Int32
nExp
=
0
;
...
@@ -661,7 +660,7 @@ sal_Bool DifParser::ScanFloatVal( const sal_Unicode* pStart )
...
@@ -661,7 +660,7 @@ sal_Bool DifParser::ScanFloatVal( const sal_Unicode* pStart )
STATE
eS
=
S_FIRST
;
STATE
eS
=
S_FIRST
;
fNewVal
=
0.0
;
double
fNewVal
=
0.0
;
while
(
eS
!=
S_END
)
while
(
eS
!=
S_END
)
{
{
...
...
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