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
ac34f33d
Kaydet (Commit)
ac34f33d
authored
Haz 14, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: silence bogus unusedScopedObject
Change-Id: I033b9e141bde73820972f285e97f5c14d60b1a43
üst
8d8f264f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
29 deletions
+29
-29
parse.hxx
starmath/inc/parse.hxx
+29
-29
parse.cxx
starmath/source/parse.cxx
+0
-0
No files found.
starmath/inc/parse.hxx
Dosyayı görüntüle @
ac34f33d
...
@@ -62,35 +62,35 @@ class SmParser
...
@@ -62,35 +62,35 @@ class SmParser
inline
bool
TokenInGroup
(
sal_uLong
nGroup
);
inline
bool
TokenInGroup
(
sal_uLong
nGroup
);
// grammar
// grammar
void
Table
();
void
Do
Table
();
void
Line
();
void
Do
Line
();
void
Expression
();
void
Do
Expression
();
void
Relation
();
void
Do
Relation
();
void
Sum
();
void
Do
Sum
();
void
Product
();
void
Do
Product
();
void
SubSup
(
sal_uLong
nActiveGroup
);
void
Do
SubSup
(
sal_uLong
nActiveGroup
);
void
OpSubSup
();
void
Do
OpSubSup
();
void
Power
();
void
Do
Power
();
void
Blank
();
void
Do
Blank
();
void
Term
(
bool
bGroupNumberIdent
);
void
Do
Term
(
bool
bGroupNumberIdent
);
void
Escape
();
void
Do
Escape
();
void
Operator
();
void
Do
Operator
();
void
Oper
();
void
Do
Oper
();
void
UnOper
();
void
Do
UnOper
();
void
Align
();
void
Do
Align
();
void
FontAttribut
();
void
Do
FontAttribut
();
void
Attribut
();
void
Do
Attribut
();
void
Font
();
void
Do
Font
();
void
FontSize
();
void
Do
FontSize
();
void
Color
();
void
Do
Color
();
void
Brace
();
void
Do
Brace
();
void
Bracebody
(
bool
bIsLeftRight
);
void
Do
Bracebody
(
bool
bIsLeftRight
);
void
Function
();
void
Do
Function
();
void
Binom
();
void
Do
Binom
();
void
Stack
();
void
Do
Stack
();
void
Matrix
();
void
Do
Matrix
();
void
Special
();
void
Do
Special
();
void
GlyphSpecial
();
void
Do
GlyphSpecial
();
// end of grammar
// end of grammar
LanguageType
GetLanguage
()
const
{
return
m_nLang
;
}
LanguageType
GetLanguage
()
const
{
return
m_nLang
;
}
...
...
starmath/source/parse.cxx
Dosyayı görüntüle @
ac34f33d
This diff is collapsed.
Click to expand it.
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