Kaydet (Commit) 6ee75be6 authored tarafından Takeshi Abe's avatar Takeshi Abe

vcl: Kill unused RenderSettings

Change-Id: Ie74d4f3258ef553b4febcc544204080d8c6e0f40
Reviewed-on: https://gerrit.libreoffice.org/32046Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTakeshi Abe <tabe@fixedpoint.jp>
üst 107bcc88
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_VCL_RENDERSETTINGS_HXX
#define INCLUDED_VCL_RENDERSETTINGS_HXX
#include <vcl/window.hxx>
#include <vcl/outdev.hxx>
#include <vcl/outdevstate.hxx>
namespace vcl
{
class VCL_DLLPUBLIC RenderSettings final
{
OutDevState maOutDevState;
std::unique_ptr<Wallpaper> mpBackground;
public:
RenderSettings()
{}
};
}
#endif // INCLUDED_VCL_RENDERSETTINGS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -101,7 +101,6 @@ namespace dnd {
namespace vcl {
struct ControlLayoutData;
class RenderSettings;
}
namespace svt { class PopupWindowControllerImpl; }
......
......@@ -74,10 +74,8 @@ std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace
std::__cxx1998::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long)
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)
vclcanvas::CanvasBitmapHelper::setData(com::sun::star::uno::Sequence<signed char> const&, com::sun::star::rendering::IntegerBitmapLayout const&, com::sun::star::geometry::IntegerRectangle2D const&)
vclcanvas::CanvasBitmapHelper::setPixel(com::sun::star::uno::Sequence<signed char> const&, com::sun::star::rendering::IntegerBitmapLayout const&, com::sun::star::geometry::IntegerPoint2D const&)
......
......@@ -232,7 +232,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/outdev/textline \
vcl/source/outdev/pixel \
vcl/source/outdev/rect \
vcl/source/outdev/rendersettings \
vcl/source/outdev/line \
vcl/source/outdev/polyline \
vcl/source/outdev/hatch \
......
......@@ -50,7 +50,6 @@
#include <unordered_map>
#include <utility>
#include <vector>
#include <window.h>
#include <boost/functional/hash.hpp>
#include <boost/math/special_functions/sinc.hpp>
#include <boost/multi_array.hpp>
......@@ -298,5 +297,6 @@
#include <unotools/configmgr.hxx>
#include <unotools/localedatawrapper.hxx>
#include <unotools/unotoolsdllapi.h>
#include <window.h>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -24,7 +24,6 @@
#include <tools/fract.hxx>
#include <vcl/idle.hxx>
#include <vcl/rendersettings.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <list>
......
......@@ -17,12 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <window.h>
#include "impanmvw.hxx"
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
#include <tools/helpers.hxx>
#include "impanmvw.hxx"
#include "window.h"
ImplAnimView::ImplAnimView( Animation* pParent, OutputDevice* pOut,
const Point& rPt, const Size& rSz,
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
*/
#include <vcl/rendersettings.hxx>
namespace vcl
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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