Kaydet (Commit) c424b5dc authored tarafından Kate Goss's avatar Kate Goss Kaydeden (comit) Michael Meeks

Remove unused pdfi::PDFIProcessor::sortDocument(bool)

üst 20370a16
...@@ -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
......
...@@ -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 );
......
...@@ -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&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment