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
967c694c
Kaydet (Commit)
967c694c
authored
Mar 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)
Change-Id: Ia4e8c6139b20f2370219d9e7b72e6b3083301ba0
üst
6b27104a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
templatelocalview.hxx
include/sfx2/templatelocalview.hxx
+0
-2
templatelocalview.cxx
sfx2/source/control/templatelocalview.cxx
+0
-16
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
include/sfx2/templatelocalview.hxx
Dosyayı görüntüle @
967c694c
...
...
@@ -36,8 +36,6 @@ public:
// Fill view with template folders thumbnails
virtual
void
Populate
();
bool
HasUnfilteredItems
(
FILTER_APPLICATION
App
);
virtual
void
reload
();
virtual
void
showRootRegion
();
...
...
sfx2/source/control/templatelocalview.cxx
Dosyayı görüntüle @
967c694c
...
...
@@ -53,22 +53,6 @@ TemplateLocalView::~TemplateLocalView()
delete
mpDocTemplates
;
}
bool
TemplateLocalView
::
HasUnfilteredItems
(
FILTER_APPLICATION
App
)
{
ViewFilter_Application
aFilter
(
App
);
bool
bFound
=
false
;
for
(
size_t
i
=
0
;
!
bFound
&&
i
<
maRegions
.
size
();
++
i
)
{
TemplateContainerItem
*
pFolderItem
=
maRegions
[
i
];
for
(
size_t
j
=
0
;
!
bFound
&&
j
<
pFolderItem
->
maTemplates
.
size
();
++
j
)
{
bFound
=
aFilter
.
isValid
(
pFolderItem
->
maTemplates
[
j
].
aPath
);
}
}
return
bFound
;
}
void
TemplateLocalView
::
Populate
()
{
for
(
size_t
i
=
0
;
i
<
maRegions
.
size
();
++
i
)
...
...
unusedcode.easy
Dosyayı görüntüle @
967c694c
...
...
@@ -86,7 +86,6 @@ SwPostItField::GetByName(SwDoc*, rtl::OUString const&)
SwViewImp::FireColumnChangeEvent(unsigned short, unsigned short)
SwViewImp::FirePageChangeEvent(unsigned short, unsigned short)
SwViewImp::FireSectionChangeEvent(unsigned short, unsigned short)
TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)
TextDoc::IsValidPaM(TextPaM const&)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
apitest::CellProperties::testRotateReference()
...
...
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