summaryrefslogtreecommitdiff
path: root/icon-themes/breeze_dark/cmd/lc_autoformat.png
blob: a08bc4fdbecaa925dfd05aa9673378595b41d702 (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 08 03 00 00 00 d7 a9 cd .PNG........IHDR................
0020 ca 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 51 50 4c 54 45 00 00 00 ff ff ff ff ff ff ff ff ff f2 f2 pe.org..<....QPLTE..............
0080 f2 ec f2 f2 ed ed f3 ee ee f3 ee ee f4 f0 f0 f0 f0 f0 f0 f0 f0 f0 ee f1 f1 ee f0 f0 ef f1 f1 ef ................................
00a0 ef f1 ef ef f1 f0 f0 f1 ee f0 f1 ef f0 f2 ef ef f1 ef f0 f0 ef f1 f1 ef ef f1 ef f0 f1 ef f0 f1 ................................
00c0 ef f0 f1 4b e7 38 fb 00 00 00 1a 74 52 4e 53 00 01 03 04 13 28 2b 2c 2d 42 55 57 5b 8b 8d a3 a4 ...K.8.....tRNS.....(+,-BUW[....
00e0 a6 a8 d1 d5 e4 e5 e6 fb fc bf c7 05 d1 00 00 00 6a 49 44 41 54 28 cf cd 8e 4b 12 80 20 0c 43 83 ................jIDAT(...K....C.
0100 f8 83 8a e2 0f 91 fb 1f 54 64 70 d4 c1 b5 9a 45 16 af 69 5a e0 2d b5 ec 30 c8 9e 9f 5c 39 15 0d ........Tdp....E..iZ.-..0...\9..
0120 b4 8c c3 39 61 8a 45 a3 a5 ca 47 9d 56 4a 53 a3 98 9b 0b 09 71 90 15 28 0d 5d a3 e1 00 59 37 89 ...9a.E...G.VJS.....q..(.]...Y7.
0140 3b 0f 1b 9e 3b 67 29 ed df f9 da fc 86 43 3f ff 09 64 dd 63 de 8b 6b c2 07 da 00 4d ea 07 cc 9e ;...;g)......C?..d.c..k....M....
0160 86 d3 df 00 00 00 00 49 45 4e 44 ae 42 60 82 .......IEND.B`.
msg'> * first, a non-const Date* may leave the impression that one could change the NullDate through the pointer, which is only partly successful; luckily no one did that * second, there is always a NullDate so checking for nullptr is superfluous * third, the pointer was dereferenced (maybe after a check) everywhere to obtain the NullDate, luckily.. Change-Id: I3c3a788ba0336596ac6bde4c96e77a0cdb7a4a95 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin Change-Id: I5710b51e53779c222cec0bf08cd34bda330fec4b Reviewed-on: https://gerrit.libreoffice.org/39737 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin Change-Id: I72d7b13a23ce306b752b39187a0e9fbb7028643a Reviewed-on: https://gerrit.libreoffice.org/38606 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-05-19loplugin:stringcopy: svlStephan Bergmann Change-Id: I47a0e13c5affa220646c59ec0bddb342f858fe53 2017-02-06Add missing #includesStephan Bergmann ...and remove some unncessary using directives/declarations, in preparation of removing now-unnecessary #includes from cppumaker-generated files, post e57ca02849c3d87142ff5ff9099a212e72b8139c "Remove dynamic exception specifications". Change-Id: Iaf1f268871e2ee1d1c76cf90f03557527ebc9067 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-10-17let LanguageTag::convertToLocale() decide when to create a temporaryEike Rathke Change-Id: Id4e718eb23d4acf2ee7bddc4da1cd4e8e811be78 2016-08-09remove the duplicated system locale checkEike Rathke ... which is handled by LanguageTag::convertToLanguageType() anyway. Change-Id: I26656d64fdccf9c06d24c53e1e473e355732e00f 2016-08-09do not resolve system locale when queried, rhbz#1364406 relatedEike Rathke When loading older documents that calculated a number format on the fly an inherited but default format of a type could had been applied using the fixed resolved locale instead of the default system locale, which then was stored upon save and remained sticky. This because a format the formula depends on already was applied using the resolved system locale. http://bugs.documentfoundation.org/attachment.cgi?id=78559 of tdf#63267 exhibits the behavior on the hidden sheet 'Festwerte' when unprotected and inspecting number formats in column A under Datum. Change-Id: If23908f259458e988c5164cc5e268bfc9a6a6bcd 2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann Change-Id: I2005ce59d6211181ed039eaff60ffd31084e1d40 2016-06-08make SvNumberFormatter::IsCompatible() staticEike Rathke Change-Id: Ic40d0852c8e0a8f0957fc782c85c1084c7fe265f 2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann ...which only happens ot work in environments where sizeof (bool) == 1. The simpler alternative is to use the operator <<= template without passing explicit UNO type information, anyway. The std::nullptr_t overloads are needed to disambiguate calls with a nullptr argument. (Which can at least be meaningful for VOID, but for other types what it happens to do is store a default value of the given type.) As std::nullptr_t is only C++11, this all needs to be LIBO_INTERNAL_ONLY. Change-Id: Iff06a6ba94250bd4ae4afc937c2a2bfa75f0888f 2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet Change-Id: Ie19467a020d1839146d5a6324e54ccf223d99dd6 Reviewed-on: https://gerrit.libreoffice.org/23603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2016-02-08tdf#88205 Delete 'uno::Sequence' in svlkerem Change-Id: I5f2d79bedcea2712070c4e50b6f9e6d0d0112920 Reviewed-on: https://gerrit.libreoffice.org/22193 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>