summaryrefslogtreecommitdiff
path: root/icon-themes/breeze/cmd/lc_zoomnext.png
blob: dd31918568f5db1e5b6eccc7e989de761253e9b0 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 18 00 00 00 18 04 03 00 00 00 12 59 20 .PNG........IHDR..............Y.
0020 cb 00 00 00 03 73 42 49 54 08 08 08 db e1 4f e0 00 00 00 09 70 48 59 73 00 00 0e c4 00 00 0e c4 .....sBIT.....O.....pHYs........
0040 01 95 2b 0e 1b 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 61 ..+......tEXtSoftware.www.inksca
0060 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 00 18 50 4c 54 45 00 00 00 28 28 28 26 26 26 22 25 2a 23 25 pe.org..<.....PLTE...(((&&&"%*#%
0080 29 23 26 28 24 26 28 23 26 29 6d ef a3 74 00 00 00 07 74 52 4e 53 00 13 14 61 82 85 d0 e4 4a 4a )#&($&(#&)m..t....tRNS...a....JJ
00a0 7d 00 00 00 32 49 44 41 54 18 57 63 60 20 0b 94 97 23 48 86 02 88 18 3b 01 0e 10 18 32 20 01 37 }...2IDAT.Wc`....#H....;....2..7
00c0 05 24 0e 6b 22 4e 29 64 0e 8a 32 14 55 08 a3 89 74 0e 8a 17 48 06 00 b1 55 09 49 e1 76 37 b4 00 .$.k"N)d..2.U...t...H...U.I.v7..
00e0 00 00 00 49 45 4e 44 ae 42 60 82 ...IEND.B`.
n Change-Id: Ie139490f2b008bf294910d002af711f8f41fe76d Reviewed-on: https://gerrit.libreoffice.org/61727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-07-30Add missing sal/log.hxx headersGabor Kelemen rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it. This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes. This commit adds missing headers to every file found by: grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG') to directories from l10ntools to reportdesign Change-Id: Ia2dc93dd848c2dc0b6a8cb6e19849c614ec55198 Reviewed-on: https://gerrit.libreoffice.org/58205 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin Change-Id: I914fa6c6ef2f660eb6b8570c9c5f86cef477be80 Reviewed-on: https://gerrit.libreoffice.org/44093 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-10-23loplugin:includeform: registryStephan Bergmann Change-Id: I499856ba451c71bb53e99d74c5a89f1a185c9386 2017-05-27tdf#43157 - registry: convert from OSL_ASSERT to assertChris Sherlock Change-Id: I527920d3e970e5028ebc0a84d0b460cdee0f140b Reviewed-on: https://gerrit.libreoffice.org/38077 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke with command > git grep -l osl/diagnose.h *.cxx | xargs grep -L -w 'OSL_\w*' | xargs sed -i '/#include *\(<\|\"\)osl\/diagnose.h\(>\|\"\).*/d' headers need more work Change-Id: I906519ebbd47a04703b4fa5943b2f7abea7a97ab Reviewed-on: https://gerrit.libreoffice.org/37350 Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2017-05-07revert OSL_ASSERT changesChris Sherlock Change-Id: I365d140446bd2a62cf8256acbfdd53fe72987380 2017-05-07tdf#43157 - registry: convert from OSL_ASSERT to assertChris Sherlock Change-Id: I10c3f9d26c3faf6bd2c47493dd83c3ee744dc711 2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin Change-Id: I9a897af88aa9f6f7ca98ce521c69b5a4ee8462e9 Reviewed-on: https://gerrit.libreoffice.org/31903 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-09-12loplugin:constantparam in package..stocNoel Grandin Change-Id: I04b6d14d3dd8d55ccc4d4eb9313bc37959690672 Reviewed-on: https://gerrit.libreoffice.org/28824 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann ...which (in LIBO_INTERNAL_ONLY) for Clang expands to [[clang::fallthrough]] in preparation of enabling -Wimplicit-fallthrough. (This is only relevant for C++11, as neither C nor old C++ has a way to annotate intended fallthroughs.) Could use BOOST_FALLTHROUGH instead of introducing our own SAL_FALLTHROUGH, but that would require adding back in dependencies on boost_headers to many libraries where we carefully removed any remaining Boost dependencies only recently. (At least make SAL_FALLTHROUGH strictly LIBO_INTERNAL_ONLY, so its future evolution will not have any impact on the stable URE interface.) C++17 will have a proper [[fallthroug]], eventually removing the need for a macro altogether. Change-Id: I342a7610a107db7d7a344ea9cbddfd9714d7e9ca 2016-02-12loplugin:unusedmethodsNoel Grandin Change-Id: I0fb06079ff8a9d0b2f5a2929f31846f91391f5c4 Reviewed-on: https://gerrit.libreoffice.org/22229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-02-04[ABI CHANGE] In SDK, replace regcompare with unoidl-checkStephan Bergmann ...as the latter was the more flexible replacement for the former for LO- internal use already. The only gotcha to watch out for is that unoidl-check cannot be used to check "naked" .urd files, but only ones where the content has been moved to /UCR via regmerge. Leave registry/CustomTarget_regcompare_test.mk around to verify that unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb files. Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e 2016-02-04loplugin:fpcomparison in registry/Noel Grandin Change-Id: Ifdc2df9ba51ce8ef2c8793bb51c28a547f22214f Reviewed-on: https://gerrit.libreoffice.org/21866 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-01-10Fix typosAndrea Gelmini Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: Ie5a37a49f1b1c08a20f89e167ca415fc645ed40d 2015-11-06coverity#1338272 Uncaught exceptionCaolán McNamara Change-Id: I5b2b7044c77de899ce8dc1e44f3673835bd3ce4c 2015-11-06coverity#1338270 Uncaught exceptionCaolán McNamara Change-Id: I5c6fae963c4aabe15d82a51f5801e62656188051 2015-11-06coverity#1338252 Uncaught exceptionCaolán McNamara Change-Id: Ia058e42700c7724efd74fd6c5560ccca919fb2e8 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3 2015-07-03No need for a C API hereStephan Bergmann Change-Id: Ie453a7c97a762932884c5c41b13607a170368107 2015-07-03Move module-private includes from include/registry/ to registry/Stephan Bergmann Change-Id: I72bdd6627a191a65d5c3b479c100e30442a8bb9e 2015-04-09convert RTReferenceType to scoped enumNoel Grandin Change-Id: I8320f6f42d5579fbd09450ddca61c4c066de98e4 2015-04-09convert RTMethodMode to scoped enumNoel Grandin Change-Id: I81599570698eb92abf14fa6386d8545c2031e863 2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin Change-Id: Ifef0aaae6208f18c1352fef7c471deb60a97820d 2015-04-09convert RegError to scoped enumNoel Grandin Change-Id: I55977c38578cb59deb195d91f8948da2e0905b6a 2015-04-09convert RegValueType to scoped enumNoel Grandin Change-Id: Ic672e75db4d7323760577b19490ffa28d38965b6 2015-04-09convert REG_ constants to scoped enumNoel Grandin Change-Id: I11d92218c5e0678d497f8964723033e2bd8b3300 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e 2015-02-07loplugin:deletedspecialStephan Bergmann Change-Id: I52253f6b925a943edc2984ce4d9462bd1edb5f51 2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist Change-Id: If0f47a78bbffec5c2ebd33c552d0d8a300b48eb1 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>