From 1f116adb7cfa7ee6a441693530d5afc94ca70f1a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 20 Jun 2015 14:06:33 +0100 Subject: callcatcher: update unused code Change-Id: I29b3f1408b814a1424d8bab232e9ac618901b4c2 --- unusedcode.easy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'unusedcode.easy') diff --git a/unusedcode.easy b/unusedcode.easy index bf3c1ab4fb41..acf29d41cc01 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1,6 +1,7 @@ BigInt::BigInt(unsigned int) BitmapFilterStackBlur::filter(BitmapEx&) FontCharMap::GetDefaultMap(bool) +GenericSalLayout::GetTextRect() const NotifyEvent::NotifyEvent() OpenGLContext::init(_XDisplay*, unsigned long, unsigned int, unsigned int, int) OpenGLContext::renderToFile() @@ -47,7 +48,8 @@ SvpSalFrame::enableDamageTracker(bool) SvpSalInstance::PostedEventsInQueue() SvtAccessibilityOptions::IsModified() const SvtListener::IsListening(SvtBroadcaster&) const -SvxColorTabPage::GetPropertyList(XPropertyListType) +SwUnoTableCrsr::Clone() const +SwXParaFrameEnumerationImpl::PurgeFrameClients()::{lambda(std::shared_ptr&)#1}::_FUN(std::shared_ptr&) Test::testCopyPasteSkipEmptyConditionalFormatting() Test::testPerf() Test::testSharedFormulaMoveBlock() @@ -100,6 +102,7 @@ vcl::IsWindowSystemAvailable() vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) vcl::Region::IsInside(Rectangle const&) const vcl::RenderSettings::PushAndApply(OutputDevice&) +vcl::Window::DrawGradientWallpaper(OutputDevice&, long, long, long, long, Wallpaper const&) vcl::Window::DrawSelectionBackground(Rectangle const&, unsigned short, bool, bool, bool, Color*) vcl::Window::GetRenderSettings() vcl::Window::SetDoubleBuffering(bool) @@ -108,3 +111,4 @@ vclcanvas::CanvasBitmapHelper::setPixel(com::sun::star::uno::Sequence const&, com::sun::star::rendering::IntegerBitmapLayout const&, com::sun::star::geometry::IntegerRectangle2D const&) vclcanvas::CanvasHelper::setPixel(com::sun::star::uno::Sequence const&, com::sun::star::rendering::IntegerBitmapLayout const&, com::sun::star::geometry::IntegerPoint2D const&) +ww8::WW8TableNodeInfo::isEndOfLine() const -- cgit