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
e0cf30f5
Kaydet (Commit)
e0cf30f5
authored
Ock 06, 2012
tarafından
August Sodora
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code
üst
66291199
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
exprnode.cxx
basic/source/comp/exprnode.cxx
+0
-5
expr.hxx
basic/source/inc/expr.hxx
+0
-1
No files found.
basic/source/comp/exprnode.cxx
Dosyayı görüntüle @
e0cf30f5
...
@@ -195,11 +195,6 @@ sal_Bool SbiExprNode::IsNumber()
...
@@ -195,11 +195,6 @@ sal_Bool SbiExprNode::IsNumber()
return
sal_Bool
(
eNodeType
==
SbxNUMVAL
);
return
sal_Bool
(
eNodeType
==
SbxNUMVAL
);
}
}
sal_Bool
SbiExprNode
::
IsString
()
{
return
sal_Bool
(
eNodeType
==
SbxSTRVAL
);
}
sal_Bool
SbiExprNode
::
IsVariable
()
sal_Bool
SbiExprNode
::
IsVariable
()
{
{
return
sal_Bool
(
eNodeType
==
SbxVARVAL
);
return
sal_Bool
(
eNodeType
==
SbxVARVAL
);
...
...
basic/source/inc/expr.hxx
Dosyayı görüntüle @
e0cf30f5
...
@@ -122,7 +122,6 @@ class SbiExprNode { // operators (and operands)
...
@@ -122,7 +122,6 @@ class SbiExprNode { // operators (and operands)
sal_Bool
IsNew
()
sal_Bool
IsNew
()
{
return
sal_Bool
(
eNodeType
==
SbxNEW
);
}
{
return
sal_Bool
(
eNodeType
==
SbxNEW
);
}
sal_Bool
IsNumber
();
sal_Bool
IsNumber
();
sal_Bool
IsString
();
sal_Bool
IsLvalue
();
// sal_True, if usable as Lvalue
sal_Bool
IsLvalue
();
// sal_True, if usable as Lvalue
void
GenElement
(
SbiOpcode
);
void
GenElement
(
SbiOpcode
);
void
BaseInit
(
SbiParser
*
p
);
// help function for Ctor, from 17.12.95
void
BaseInit
(
SbiParser
*
p
);
// help function for Ctor, from 17.12.95
...
...
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