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
c424b5dc
Kaydet (Commit)
c424b5dc
authored
Şub 11, 2012
tarafından
Kate Goss
Kaydeden (comit)
Michael Meeks
Şub 13, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused pdfi::PDFIProcessor::sortDocument(bool)
üst
20370a16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
pdfiprocessor.cxx
sdext/source/pdfimport/tree/pdfiprocessor.cxx
+0
-10
pdfiprocessor.hxx
sdext/source/pdfimport/tree/pdfiprocessor.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
sdext/source/pdfimport/tree/pdfiprocessor.cxx
Dosyayı görüntüle @
c424b5dc
...
@@ -908,16 +908,6 @@ void PDFIProcessor::endIndicator()
...
@@ -908,16 +908,6 @@ void PDFIProcessor::endIndicator()
m_xStatusIndicator
->
end
();
m_xStatusIndicator
->
end
();
}
}
void
PDFIProcessor
::
sortDocument
(
bool
bDeep
)
{
for
(
std
::
list
<
Element
*
>::
iterator
it
=
m_pDocument
->
Children
.
begin
();
it
!=
m_pDocument
->
Children
.
end
();
++
it
)
{
if
(
dynamic_cast
<
PageElement
*>
(
*
it
)
!=
NULL
)
sortElements
(
*
it
,
bDeep
);
}
}
static
bool
lr_tb_sort
(
Element
*
pLeft
,
Element
*
pRight
)
static
bool
lr_tb_sort
(
Element
*
pLeft
,
Element
*
pRight
)
{
{
// first: top-bottom sorting
// first: top-bottom sorting
...
...
sdext/source/pdfimport/tree/pdfiprocessor.hxx
Dosyayı görüntüle @
c424b5dc
...
@@ -109,7 +109,6 @@ namespace pdfi
...
@@ -109,7 +109,6 @@ namespace pdfi
sal_Int32
getFontId
(
const
FontAttributes
&
rAttr
)
const
;
sal_Int32
getFontId
(
const
FontAttributes
&
rAttr
)
const
;
void
sortElements
(
Element
*
pElement
,
bool
bDeep
=
false
);
void
sortElements
(
Element
*
pElement
,
bool
bDeep
=
false
);
void
sortDocument
(
bool
bDeep
=
false
);
rtl
::
OUString
mirrorString
(
const
rtl
::
OUString
&
i_rInString
);
rtl
::
OUString
mirrorString
(
const
rtl
::
OUString
&
i_rInString
);
...
...
unusedcode.easy
Dosyayı görüntüle @
c424b5dc
...
@@ -1420,7 +1420,6 @@ oox::xls::WorksheetHelper::getRow(int) const
...
@@ -1420,7 +1420,6 @@ oox::xls::WorksheetHelper::getRow(int) const
oox::xls::WorksheetHelper::getRows(oox::ValueRange const&) const
oox::xls::WorksheetHelper::getRows(oox::ValueRange const&) const
oox::xls::WorksheetHelper::putFormulaString(com::sun::star::table::CellAddress const&, rtl::OUString const&) const
oox::xls::WorksheetHelper::putFormulaString(com::sun::star::table::CellAddress const&, rtl::OUString const&) const
oox::xls::Xf::hasAnyUsedFlags() const
oox::xls::Xf::hasAnyUsedFlags() const
pdfi::PDFIProcessor::sortDocument(bool)
pdfi::PDFIRawAdaptor::odfConvert(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> const&, com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator> const&)
pdfi::PDFIRawAdaptor::odfConvert(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> const&, com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator> const&)
psp::GetCommandLineTokenCount(rtl::OString const&)
psp::GetCommandLineTokenCount(rtl::OString const&)
psp::PrinterGfx::DrawBitmap(Rectangle const&, Rectangle const&, psp::PrinterBmp const&, psp::PrinterBmp const&)
psp::PrinterGfx::DrawBitmap(Rectangle const&, Rectangle const&, psp::PrinterBmp const&, psp::PrinterBmp const&)
...
...
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