unused SalGraphics::drawTransformedBitmap(
basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) it used here http://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdicommon.cxx#669 and http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/gdiimpl.cxx#2305 Change-Id: Ia177e27fe1dcec0ca441547db0240fb3f62650a7 Reviewed-on: https://gerrit.libreoffice.org/21085 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
parent
65650d6432
commit
be0b369929
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ 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()
|
||||
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
|
||||
ScCellValue::set(ScRefCellValue const&)
|
||||
ScImportExport::ImportData(rtl::OUString const&, com::sun::star::uno::Any const&)
|
||||
ScImportExport::ScImportExport(ScDocument*, rtl::OUString const&)
|
||||
|
|
|
@ -30,4 +30,5 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
|
|||
FontCharMap::GetDefaultMap(bool)
|
||||
OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&)
|
||||
SvpSalFrame::enableDamageTracker(bool)
|
||||
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
|
||||
|
||||
|
|
Loading…
Reference in a new issue