summaryrefslogtreecommitdiff
path: root/unusedcode.exclude
AgeCommit message (Collapse)AuthorFilesLines
2016-01-06unused SalGraphics::drawTransformedBitmap(Juergen Funk1-0/+1
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>
2015-12-22unused code SvpSalFrame::enableDamageTracker(bool)Juergen Funk1-0/+1
used here http://opengrok.libreoffice.org/xref/core/vcl/android/androidinst.cxx#127 Change-Id: If1b0ff8ef4c585e4b36c4735d7928361fb41b238 Reviewed-on: https://gerrit.libreoffice.org/20885 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-20unused codeJuergen Funk1-0/+1
Primitive2dXmlDump::filterActionType(unsigned short, bool) Primitive2dXmlDump::filterAllActionTypes() used code OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) at http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/pdfwriter_impl.cxx#1388 tested under windows with enable-dbgutil Change-Id: Ife200e5851323dfcfe138f5c978d028513213295 Reviewed-on: https://gerrit.libreoffice.org/20781 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-10Add FontCharMap::GetDefaultMap(bool) to unusedcode.excludeJuergen Funk1-0/+2
This function ist uesed under windows here (only once) http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/salgdi3.cxx#1205 Change-Id: I03d48535d7ffd3bc148ccc637a7cc3cf94fceaeb Reviewed-on: https://gerrit.libreoffice.org/20458 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2012-11-20Add comphelper/configuration.hxx functions to unusedcode.excludeStephan Bergmann1-0/+3
The functionality in comphelper/configuration.hxx is used by C++ headers to simplify configuration access that are generated via officecfg/Package_cppheader.mk. Change-Id: I85d26309ec8c4f8ac5cde773fd3298a699bad030
2012-11-19unusedcode exclude file: symbols known to be requiredEnrico Weigelt, metux ITS1-0/+26
The file unused.easy contains a lot of symbols which are known to be required, even they're currently not referenced by anyone. Change-Id: I048c1656b240f7d601e4c99b8d9c4969b3954c87 Reviewed-on: https://gerrit.libreoffice.org/1084 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>