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
a83e40e2
Kaydet (Commit)
a83e40e2
authored
Haz 11, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Dead code
Change-Id: Ifdb7c139fa6db7fef2896098f758769cb5284b28
üst
f839d6ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
45 deletions
+0
-45
xftable.cxx
lotuswordpro/source/filter/xfilter/xftable.cxx
+0
-41
xftable.hxx
lotuswordpro/source/filter/xfilter/xftable.hxx
+0
-4
No files found.
lotuswordpro/source/filter/xfilter/xftable.cxx
Dosyayı görüntüle @
a83e40e2
...
...
@@ -70,47 +70,6 @@ XFTable::XFTable()
m_pOwnerCell
=
NULL
;
}
XFTable
::
XFTable
(
const
XFTable
&
other
)
:
XFContent
(
other
)
{
m_strName
=
other
.
m_strName
;
m_bSubTable
=
other
.
m_bSubTable
;
m_pOwnerCell
=
NULL
;
for
(
int
i
=
1
;
i
<=
other
.
m_aHeaderRows
.
GetCount
();
i
++
)
{
XFRow
*
pRow
=
(
XFRow
*
)
other
.
m_aHeaderRows
.
GetContent
(
i
+
1
);
if
(
pRow
)
{
m_aHeaderRows
.
Add
(
new
XFRow
(
*
pRow
)
);
}
}
m_aColumns
=
other
.
m_aColumns
;
m_strDefCellStyle
=
other
.
m_strDefCellStyle
;
m_strDefRowStyle
=
other
.
m_strDefRowStyle
;
m_strDefColStyle
=
other
.
m_strDefColStyle
;
}
XFTable
&
XFTable
::
operator
=
(
const
XFTable
&
other
)
{
m_strName
=
other
.
m_strName
;
m_bSubTable
=
other
.
m_bSubTable
;
m_pOwnerCell
=
NULL
;
for
(
int
i
=
1
;
i
<=
other
.
m_aHeaderRows
.
GetCount
();
i
++
)
{
XFRow
*
pRow
=
(
XFRow
*
)
other
.
m_aHeaderRows
.
GetContent
(
i
);
if
(
pRow
)
{
m_aHeaderRows
.
Add
(
new
XFRow
(
*
pRow
)
);
}
}
m_aColumns
=
other
.
m_aColumns
;
m_strDefCellStyle
=
other
.
m_strDefCellStyle
;
m_strDefRowStyle
=
other
.
m_strDefRowStyle
;
m_strDefColStyle
=
other
.
m_strDefColStyle
;
return
*
this
;
}
XFTable
::~
XFTable
()
{
std
::
map
<
sal_uInt16
,
XFRow
*>::
iterator
it
;
...
...
lotuswordpro/source/filter/xfilter/xftable.hxx
Dosyayı görüntüle @
a83e40e2
...
...
@@ -72,10 +72,6 @@ class XFTable : public XFContent
public
:
XFTable
();
XFTable
(
const
XFTable
&
other
);
XFTable
&
operator
=
(
const
XFTable
&
other
);
virtual
~
XFTable
();
public
:
...
...
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