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
6f9f1272
Kaydet (Commit)
6f9f1272
authored
Agu 29, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
nRepPos is never read
Change-Id: I6acb6517b6a62c59dff058e28a9e59342bb32510
üst
27304ec7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
zforscan.cxx
svl/source/numbers/zforscan.cxx
+0
-3
zforscan.hxx
svl/source/numbers/zforscan.hxx
+0
-1
No files found.
svl/source/numbers/zforscan.cxx
Dosyayı görüntüle @
6f9f1272
...
@@ -649,7 +649,6 @@ short ImpSvNumberformatScan::Next_Symbol( const OUString& rStr,
...
@@ -649,7 +649,6 @@ short ImpSvNumberformatScan::Next_Symbol( const OUString& rStr,
}
}
const
CharClass
*
pChrCls
=
pFormatter
->
GetCharClass
();
const
CharClass
*
pChrCls
=
pFormatter
->
GetCharClass
();
const
LocaleDataWrapper
*
pLoc
=
pFormatter
->
GetLocaleData
();
const
LocaleDataWrapper
*
pLoc
=
pFormatter
->
GetLocaleData
();
const
sal_Int32
nStart
=
nPos
;
short
eType
=
0
;
short
eType
=
0
;
ScanState
eState
=
SsStart
;
ScanState
eState
=
SsStart
;
sSymbol
.
clear
();
sSymbol
.
clear
();
...
@@ -866,7 +865,6 @@ short ImpSvNumberformatScan::Next_Symbol( const OUString& rStr,
...
@@ -866,7 +865,6 @@ short ImpSvNumberformatScan::Next_Symbol( const OUString& rStr,
case
SsGetStar
:
case
SsGetStar
:
eState
=
SsStop
;
eState
=
SsStop
;
sSymbol
+=
OUString
(
cToken
);
sSymbol
+=
OUString
(
cToken
);
nRepPos
=
(
nPos
-
nStart
)
-
1
;
// every time > 0!!
break
;
break
;
case
SsGetBlank
:
case
SsGetBlank
:
eState
=
SsStop
;
eState
=
SsStop
;
...
@@ -1091,7 +1089,6 @@ void ImpSvNumberformatScan::Reset()
...
@@ -1091,7 +1089,6 @@ void ImpSvNumberformatScan::Reset()
nAnzStrings
=
0
;
nAnzStrings
=
0
;
nAnzResStrings
=
0
;
nAnzResStrings
=
0
;
eScannedType
=
css
::
util
::
NumberFormat
::
UNDEFINED
;
eScannedType
=
css
::
util
::
NumberFormat
::
UNDEFINED
;
nRepPos
=
0
;
bExp
=
false
;
bExp
=
false
;
bThousand
=
false
;
bThousand
=
false
;
nThousand
=
0
;
nThousand
=
0
;
...
...
svl/source/numbers/zforscan.hxx
Dosyayı görüntüle @
6f9f1272
...
@@ -167,7 +167,6 @@ private: // Private section
...
@@ -167,7 +167,6 @@ private: // Private section
sal_uInt16
nCntExp
;
// Counts exponent digits AM/PM
sal_uInt16
nCntExp
;
// Counts exponent digits AM/PM
// Internal info:
// Internal info:
sal_uInt16
nAnzStrings
;
// Symbol count
sal_uInt16
nAnzStrings
;
// Symbol count
sal_uInt16
nRepPos
;
// Position of a '*'
sal_uInt16
nExpPos
;
// Internal position of E
sal_uInt16
nExpPos
;
// Internal position of E
sal_uInt16
nBlankPos
;
// Internal position of the Blank
sal_uInt16
nBlankPos
;
// Internal position of the Blank
short
nDecPos
;
// Internal position of the ,
short
nDecPos
;
// Internal position of the ,
...
...
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