From fdf56e4b50b396884f67b841b82bca2ae8def848 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 14 Nov 2016 10:39:55 +0200 Subject: loplugin:unusedmethods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Checked a couple of them: StandardCheckVisisbilityRedirector is unused since commit b1f8cf37828d5f37527e54774aa4935610aa6325 Author: Noel Grandin Date: Wed Nov 2 10:57:21 2016 +0200 loplugin:singlevalfields SfxQueryStatus is unused since commit 64a708cba9b954afe3331f63c58218eb53b3d0ce Author: Caolán McNamara Date: Sat Nov 5 20:28:27 2016 +0000 Revert "Reverts a commit series that cripple windows ci." Change-Id: If1c9fe26c3ebc573d8c53c8f060b05c27f2711e5 Reviewed-on: https://gerrit.libreoffice.org/30840 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/window/toolbox2.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/source/window/toolbox2.cxx') diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index f5c801625417..04ba01cd1603 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -845,11 +845,6 @@ Point ToolBox::ImplGetPopupPosition( const Rectangle& rRect, const Size& rSize ) return aPos; } -Point ToolBox::GetItemPopupPosition( sal_uInt16 nItemId, const Size& rSize ) const -{ - return ImplGetPopupPosition( GetItemRect( nItemId ), rSize ); -} - Rectangle ToolBox::GetItemRect( sal_uInt16 nItemId ) const { if ( mbCalc || mbFormat ) -- cgit /libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-08-11Initial APNG export supportParis Oplopoios
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-06-10tdf#104877 Add basic APNG format supportParis Oplopoios
2023-03-05tdf#153180: PngImageWriter add support for gray alpha colortypeSarper Akdemir
2023-01-12vcl: introduce a BitmapEx::DumpAsPng()Miklos Vajna
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-07-19Don't compare using long in PngFilterTestofftkp
2022-07-19Add ms-gif PNG chunk export support in PngImageWriterofftkp
2022-07-19Add PngImageWriter 8 bit palette export supportofftkp
2022-07-19Add PngImageWriter 1 bit palette export supportofftkp
2022-07-19Add PngSuite .png test files and test functionofftkp
2022-07-19vcl: add PNG writer based on libpngofftkp
2021-03-19vcl: add interlaced test case for PngImageReaderTomaž Vajngerl
2021-03-13test gif-in-png Microsoft extensionLuboš Luňák
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl
2019-02-09add PngImageFilter that uses libpng for PNG loadingTomaž Vajngerl