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
8af1b357
Kaydet (Commit)
8af1b357
authored
Şub 13, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Radek Doulik
Şub 14, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code.
üst
545a5589
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
17 deletions
+0
-17
xtable.hxx
svx/inc/svx/xtable.hxx
+0
-1
xtable.cxx
svx/source/xoutdev/xtable.cxx
+0
-15
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
svx/inc/svx/xtable.hxx
Dosyayı görüntüle @
8af1b357
...
...
@@ -238,7 +238,6 @@ protected:
XPropertyList
(
XPropertyListType
t
,
const
String
&
rPath
,
XOutdevItemPool
*
pXPool
=
NULL
);
void
Clear
();
public
:
virtual
~
XPropertyList
();
...
...
svx/source/xoutdev/xtable.cxx
Dosyayı görüntüle @
8af1b357
...
...
@@ -91,21 +91,6 @@ XPropertyList::~XPropertyList()
SfxItemPool
::
Free
(
pXPool
);
}
void
XPropertyList
::
Clear
()
{
for
(
size_t
i
=
0
,
n
=
aList
.
size
();
i
<
n
;
++
i
)
{
delete
aList
[
i
];
}
aList
.
clear
();
if
(
pBmpList
)
{
for
(
size_t
i
=
0
,
n
=
pBmpList
->
size
();
i
<
n
;
++
i
)
{
delete
(
*
pBmpList
)[
i
];
}
pBmpList
->
clear
();
}
}
long
XPropertyList
::
Count
()
const
{
if
(
bListDirty
)
...
...
unusedcode.easy
Dosyayı görüntüle @
8af1b357
...
...
@@ -622,7 +622,6 @@ XMLTextListAutoStylePoolNames_Impl::Remove(rtl::OUString*)
XMLTextListAutoStylePool_Impl::GetPos(XMLTextListAutoStylePoolEntry_Impl const*) const
XMLTextListAutoStylePool_Impl::Remove(XMLTextListAutoStylePoolEntry_Impl*)
XMLVisAreaContext::XMLVisAreaContext(SvXMLImport&, unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&, Rectangle&, short)
XPropertyList::Clear()
XWindowItem::XWindowItem(unsigned short, Window*)
XWindowItem::XWindowItem(unsigned short, com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&)
XclExpFontBuffer::Insert(ScPatternAttr const&, short, XclExpColorType, 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