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
bc3f0bd3
Kaydet (Commit)
bc3f0bd3
authored
Nis 15, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unused functions
üst
5a560e43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
23 deletions
+0
-23
defnamesbuffer.cxx
sc/source/filter/oox/defnamesbuffer.cxx
+0
-8
drawingmanager.cxx
sc/source/filter/oox/drawingmanager.cxx
+0
-6
pivottablebuffer.cxx
sc/source/filter/oox/pivottablebuffer.cxx
+0
-9
No files found.
sc/source/filter/oox/defnamesbuffer.cxx
Dosyayı görüntüle @
bc3f0bd3
...
@@ -160,14 +160,6 @@ sal_Unicode lclGetBuiltinIdFromBaseName( const OUString& rModelName )
...
@@ -160,14 +160,6 @@ sal_Unicode lclGetBuiltinIdFromBaseName( const OUString& rModelName )
return
BIFF_DEFNAME_UNKNOWN
;
return
BIFF_DEFNAME_UNKNOWN
;
}
}
bool
lclIsFilterDatabaseName
(
const
OUString
&
rModelName
)
{
for
(
const
sal_Char
*
const
*
ppcName
=
sppcFilterDbNames
;
ppcName
<
STATIC_ARRAY_END
(
sppcFilterDbNames
);
++
ppcName
)
if
(
rModelName
.
equalsIgnoreAsciiCaseAscii
(
*
ppcName
)
)
return
true
;
return
false
;
}
OUString
lclGetUpcaseModelName
(
const
OUString
&
rModelName
)
OUString
lclGetUpcaseModelName
(
const
OUString
&
rModelName
)
{
{
// TODO: i18n?
// TODO: i18n?
...
...
sc/source/filter/oox/drawingmanager.cxx
Dosyayı görüntüle @
bc3f0bd3
...
@@ -171,12 +171,6 @@ const sal_uInt16 BIFF_OBJCMO_AUTOFILL = 0x4000; /// Automatic fill forma
...
@@ -171,12 +171,6 @@ const sal_uInt16 BIFF_OBJCMO_AUTOFILL = 0x4000; /// Automatic fill forma
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
inline
BiffInputStream
&
operator
>>
(
BiffInputStream
&
rStrm
,
ShapeAnchor
&
rAnchor
)
{
rAnchor
.
importBiffAnchor
(
rStrm
);
return
rStrm
;
}
}
// namespace
}
// namespace
// ============================================================================
// ============================================================================
...
...
sc/source/filter/oox/pivottablebuffer.cxx
Dosyayı görüntüle @
bc3f0bd3
...
@@ -210,15 +210,6 @@ const sal_Int16 BIFF_PTPAGEFIELDS_ALLITEMS = 0x7FFD;
...
@@ -210,15 +210,6 @@ const sal_Int16 BIFF_PTPAGEFIELDS_ALLITEMS = 0x7FFD;
const
sal_Int16
BIFF_PTDATAFIELD_PREVIOUS
=
0x7FFB
;
const
sal_Int16
BIFF_PTDATAFIELD_PREVIOUS
=
0x7FFB
;
const
sal_Int16
BIFF_PTDATAFIELD_NEXT
=
0x7FFC
;
const
sal_Int16
BIFF_PTDATAFIELD_NEXT
=
0x7FFC
;
// ----------------------------------------------------------------------------
OUString
lclReadPivotString
(
const
WorkbookHelper
&
rHelper
,
BiffInputStream
&
rStrm
,
sal_uInt16
nLen
)
{
if
(
nLen
==
BIFF_PT_NOSTRING
)
return
OUString
();
return
(
rHelper
.
getBiff
()
==
BIFF8
)
?
rStrm
.
readUniStringBody
(
nLen
)
:
rStrm
.
readCharArrayUC
(
nLen
,
rHelper
.
getTextEncoding
()
);
}
}
// namespace
}
// namespace
// ============================================================================
// ============================================================================
...
...
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