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
f1b5381e
Kaydet (Commit)
f1b5381e
authored
Mar 12, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
formula: PVS-Studio V610 Undefined behavior shift negative signed int
Change-Id: If6c054abfab6ba421a6924a65dac76782e6eaa0b
üst
2298c1a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
grammar.hxx
include/formula/grammar.hxx
+1
-1
No files found.
include/formula/grammar.hxx
Dosyayı görüntüle @
f1b5381e
...
@@ -53,7 +53,7 @@ public:
...
@@ -53,7 +53,7 @@ public:
// Room for 256 reference conventions.
// Room for 256 reference conventions.
static
const
int
kEnglishBit
=
(
1
<<
(
kConventionShift
+
8
));
static
const
int
kEnglishBit
=
(
1
<<
(
kConventionShift
+
8
));
// Mask off all non-language bits.
// Mask off all non-language bits.
static
const
int
kFlagMask
=
~
((
~
int
(
0
))
<<
kConventionShift
);
static
const
int
kFlagMask
=
~
((
~
unsigned
(
0
))
<<
kConventionShift
);
/** Values encoding the formula language plus address reference convention
/** Values encoding the formula language plus address reference convention
plus English parsing/formatting
plus English parsing/formatting
...
...
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