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
cef57942
Kaydet (Commit)
cef57942
authored
Haz 14, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed ExcRecordList; nobody uses it.
üst
2cfb1725
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
41 deletions
+0
-41
excrecds.cxx
sc/source/filter/excel/excrecds.cxx
+0
-21
excrecds.hxx
sc/source/filter/inc/excrecds.hxx
+0
-20
No files found.
sc/source/filter/excel/excrecds.cxx
Dosyayı görüntüle @
cef57942
...
...
@@ -176,25 +176,6 @@ sal_Size ExcEmptyRec::GetLen() const
return
0
;
}
//------------------------------------------------------- class ExcRecordList -
ExcRecordList
::~
ExcRecordList
()
{
for
(
iterator
pIter
=
maRecords
.
begin
();
pIter
!=
maRecords
.
end
();
++
pIter
)
delete
(
*
pIter
);
}
void
ExcRecordList
::
Save
(
XclExpStream
&
rStrm
)
{
for
(
iterator
pIter
=
maRecords
.
begin
();
pIter
!=
maRecords
.
end
();
++
pIter
)
(
*
pIter
)
->
Save
(
rStrm
);
}
//--------------------------------------------------------- class ExcDummyRec -
void
ExcDummyRec
::
Save
(
XclExpStream
&
rStrm
)
...
...
@@ -208,8 +189,6 @@ sal_uInt16 ExcDummyRec::GetNum( void ) const
return
0x0000
;
}
//------------------------------------------------------- class ExcBoolRecord -
void
ExcBoolRecord
::
SaveCont
(
XclExpStream
&
rStrm
)
...
...
sc/source/filter/inc/excrecds.hxx
Dosyayı görüntüle @
cef57942
...
...
@@ -97,26 +97,6 @@ public:
virtual
sal_Size
GetLen
()
const
;
};
//------------------------------------------------------- class ExcRecordList -
class
ExcRecordList
:
public
ExcEmptyRec
{
private
:
std
::
vector
<
ExcRecord
*>
maRecords
;
public
:
typedef
std
::
vector
<
ExcRecord
*>::
iterator
iterator
;
virtual
~
ExcRecordList
();
inline
void
Append
(
ExcRecord
*
pNew
)
{
if
(
pNew
)
maRecords
.
push_back
(
pNew
);
}
virtual
void
Save
(
XclExpStream
&
rStrm
);
};
//--------------------------------------------------------- class ExcDummyRec -
class
ExcDummyRec
:
public
ExcRecord
...
...
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