From f4d03933dc764139dc1e40fe6985a3cac090216e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Dec 2014 09:27:12 +0000 Subject: callcatcher: update unused code Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e --- unusedcode.easy | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'unusedcode.easy') diff --git a/unusedcode.easy b/unusedcode.easy index cb99ad9ebe3a..fe2e1a547003 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -5,11 +5,15 @@ GDriveDocument::GDriveDocument(GDriveSession*) GDriveFolder::GDriveFolder(GDriveSession*) GDriveProperty::GDriveProperty() GDriveSession::GDriveSession() +ImpBitmap::ImplCrop(Rectangle const&) +ImpBitmap::ImplErase(Color const&) ImpBitmap::ImplSetSalBitmap(SalBitmap*) +OpenGLContext::init(_XDisplay*, unsigned long, unsigned int, unsigned int, int) OpenGLContext::renderToFile() OpenGLContext::requestSingleBufferedRendering() OpenGLContext::requestVirtualDevice() OpenGLRender::CreateTextTexture(rtl::OUString const&, vcl::Font, long, com::sun::star::awt::Point, com::sun::star::awt::Size, long) +OpenGLTexture::Draw() OutputDevice::GetCanvas() const OutputDevice::HasAlpha() OutputDevice::LogicHeightToDeviceCoordinate(long) const @@ -22,7 +26,9 @@ Primitive2dXmlDump::filterActionType(unsigned short, bool) Primitive2dXmlDump::filterAllActionTypes() SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) ScBroadcastAreaSlotMachine::AreaBroadcastInRange(ScRange const&, ScHint const&) const +ScCellValue::set(ScRefCellValue const&) ScDocument::CreateFormatTable() const +ScDocument::EndAllListeners(ScRange const&) ScFormulaCellGroup::scheduleCompilation() ScVbaFormat::getAddIndent() ScVbaFormat::setAddIndent(com::sun::star::uno::Any const&) @@ -169,7 +175,6 @@ basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon c canvas::createSurfaceProxyManager(boost::shared_ptr const&) chart::ShapeToolbarController::create(com::sun::star::uno::Reference const&) comphelper::OAccessibleImplementationAccess::setStateBit(short, bool) -comphelper::ThreadPool::getSharedOptimalPool() comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr const&, rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr const&, rtl::OUString const&, com::sun::star::uno::Any const&) const @@ -185,6 +190,11 @@ sc::CLBuildKernelThread::consume() sc::CLBuildKernelThread::finish() sc::CLBuildKernelThread::produce() sc::CellValues::transferTo(ScColumn&, int) +sc::FormulaGroupAreaListener::getGroupLength() const +sc::FormulaGroupAreaListener::getRange() const +sc::FormulaGroupAreaListener::getTopCellPos() const +sc::FormulaGroupAreaListener::isEndFixed() const +sc::FormulaGroupAreaListener::isStartFixed() const sd::LeftDrawPaneShell::RegisterInterface(SfxModule*) sd::LeftImpressPaneShell::RegisterInterface(SfxModule*) sdr::contact::ViewContactOfTextObj::GetTextObj() const -- cgit