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
a5922eb6
Kaydet (Commit)
a5922eb6
authored
Şub 19, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Markus Mohrhard
Şub 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code in XclExpName
üst
20d6c4d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
xename.cxx
sc/source/filter/excel/xename.cxx
+0
-7
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sc/source/filter/excel/xename.cxx
Dosyayı görüntüle @
a5922eb6
...
@@ -94,8 +94,6 @@ public:
...
@@ -94,8 +94,6 @@ public:
/** Returns true, if this defined name is volatile. */
/** Returns true, if this defined name is volatile. */
bool
IsVolatile
()
const
;
bool
IsVolatile
()
const
;
/** Returns true, if this defined name is hidden. */
bool
IsHidden
()
const
;
/** Returns true, if this defined name describes a macro call.
/** Returns true, if this defined name describes a macro call.
@param bFunc true = Macro function; false = Macro procedure. */
@param bFunc true = Macro function; false = Macro procedure. */
bool
IsMacroCall
(
bool
bVBasic
,
bool
bFunc
)
const
;
bool
IsMacroCall
(
bool
bVBasic
,
bool
bFunc
)
const
;
...
@@ -306,11 +304,6 @@ bool XclExpName::IsVolatile() const
...
@@ -306,11 +304,6 @@ bool XclExpName::IsVolatile() const
return
mxTokArr
&&
mxTokArr
->
IsVolatile
();
return
mxTokArr
&&
mxTokArr
->
IsVolatile
();
}
}
bool
XclExpName
::
IsHidden
()
const
{
return
::
get_flag
(
mnFlags
,
EXC_NAME_HIDDEN
);
}
bool
XclExpName
::
IsMacroCall
(
bool
bVBasic
,
bool
bFunc
)
const
bool
XclExpName
::
IsMacroCall
(
bool
bVBasic
,
bool
bFunc
)
const
{
{
return
return
...
...
unusedcode.easy
Dosyayı görüntüle @
a5922eb6
...
@@ -549,7 +549,6 @@ XMLVisAreaContext::XMLVisAreaContext(SvXMLImport&, unsigned short, rtl::OUString
...
@@ -549,7 +549,6 @@ XMLVisAreaContext::XMLVisAreaContext(SvXMLImport&, unsigned short, rtl::OUString
XWindowItem::XWindowItem(unsigned short, Window*)
XWindowItem::XWindowItem(unsigned short, Window*)
XWindowItem::XWindowItem(unsigned short, com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&)
XWindowItem::XWindowItem(unsigned short, com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&)
XclExpFontBuffer::Insert(ScPatternAttr const&, short, XclExpColorType, bool)
XclExpFontBuffer::Insert(ScPatternAttr const&, short, XclExpColorType, bool)
XclExpName::IsHidden() const
XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
XclExpString::SetFormats(std::__debug::vector<XclFormatRun, std::allocator<XclFormatRun> > const&)
XclExpString::SetFormats(std::__debug::vector<XclFormatRun, std::allocator<XclFormatRun> > const&)
XclTokenArray::XclTokenArray(std::__debug::vector<unsigned char, std::allocator<unsigned char> >&, bool)
XclTokenArray::XclTokenArray(std::__debug::vector<unsigned char, std::allocator<unsigned char> >&, bool)
...
...
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