From 875c997c7da116402509d0bd75e8c15a66a40529 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac Date: Wed, 6 Feb 2013 14:47:47 +0100 Subject: fdo#39446 - Bloat Removal. Removing uncallable code with callcatcher Removed several unused methods. Could not remove ScVbaFormat::getAddIndent() and ScVbaFormat::setAddIndent(com::sun::star::uno::Any const&) because it breaks compilation (they are implementing pure virtual methods). Should Test::test1Table1Page() really be removed? (test class) Conflicts: unusedcode.easy Change-Id: I98a761f66f28e3a82661c10a5fa1dc7e109fff2f --- unusedcode.easy | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'unusedcode.easy') diff --git a/unusedcode.easy b/unusedcode.easy index 6055f324478d..73ee6b513a05 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1,10 +1,3 @@ -Application::GetDisplayScreenName(unsigned int) -EditTextObject::RemoveParaAttribs(unsigned short) -EditTextObject::SetParaAttribs(unsigned long, SfxItemSet const&) -FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool) -Line::Intersection(Rectangle const&, Line&) const -PoHeader::PoHeader() -SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char) ScFiltersTest::testColorScaleODS() ScFiltersTest::testColorScaleXLSX() ScVbaFormat::getAddIndent() @@ -13,7 +6,6 @@ StyleSettings::GetPersonaFooter() const TemplateAbstractView::deselectOverlayItem(unsigned short) Test::test1Table1Page() TextEngine::GetLeftMargin() const -XclExpPivotCache::GetFieldAcc(rtl::OUString const&) apitest::XCellRangesQuery::testQueryFormulaCells() apitest::XDataPilotDescriptor::testGetHiddenFields() apitest::XDataPilotFieldGrouping::testCreateDateGroup() @@ -41,14 +33,10 @@ connectivity::file::OStatement_Base::reset() connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char) connectivity::sdbcx::OGroup::OGroup(unsigned char) jfw_plugin::VendorBase::createInstance() -oox::drawingml::TextListStyle::dump() const -oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&) -sc_apitest::main() +oox::drawingml::TextListStyle::dump() const # Only used in debug mode sd::LeftDrawPaneShell::RegisterInterface(SfxModule*) sd::LeftImpressPaneShell::RegisterInterface(SfxModule*) sd::ToolPanelPaneShell::RegisterInterface(SfxModule*) sd::ViewShellBase::CreateInstance(SfxViewFrame*, SfxViewShell*) test::BootstrapFixtureBase::getPathFromWorkdir(char const*) test::BootstrapFixtureBase::getURLFromWorkdir(char const*) -writerfilter::logger(std::basic_string, std::allocator >, std::basic_string, std::allocator >) -writerfilter::rtftok::RTFSprms::swap(writerfilter::rtftok::RTFSprms&) -- cgit