summaryrefslogtreecommitdiff
path: root/ooo_custom_images/human/cmd/sc_connectorcurvearrowstart.png
blob: a6e8853320ac6d69d6da3e239cea997ce95518a6 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 10 00 00 00 10 08 04 00 00 00 b5 fa 37 .PNG........IHDR...............7
0020 ea 00 00 00 6e 49 44 41 54 28 cf 63 60 00 01 7e 86 56 86 ff 0c 38 41 21 c3 4f a0 34 4e 05 ff b1 ....nIDAT(.c`..~.V...8A!.O.4N...
0040 c0 03 0c a6 c8 4a 5a 19 be a1 99 a0 ca 30 9d 21 1e 59 89 04 c3 54 0c 2b f0 b8 89 08 05 20 2b 9c .....JZ......0.!.Y...T.+......+.
0060 d0 05 4d 81 4e c3 e1 48 10 88 07 ea 51 25 db 46 a2 14 38 a1 59 91 02 76 4b 0a 2e 47 02 e1 e2 ff ..M.N..H....Q%.F..8.Y..vK..G....
0080 57 ff e3 33 f7 ff 89 ff df f0 2a 80 58 11 c7 40 18 00 00 04 c3 39 c4 a1 1b ff 9c 00 00 00 00 49 W..3......*.X..@.....9.........I
00a0 45 4e 44 ae 42 60 82 END.B`.
L_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG') to directories from connectivity to cui Change-Id: I9903c10d0a04bbeb93d0f776d1d252b152459499 Reviewed-on: https://gerrit.libreoffice.org/57408 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin Change-Id: I6d8c24fabd52b39c66ce0b88b547df7ec85dad76 Reviewed-on: https://gerrit.libreoffice.org/47725 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-12-11loplugin:salcall fix functionsNoel Grandin since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-10-23loplugin:includeform: cppuStephan Bergmann Change-Id: I438346398fd8430cf4357b8a3d8e9f423966f2ca 2017-07-17cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock Change-Id: I0f19cf7045e6ff2906404a73ce710e42800c0a72 Reviewed-on: https://gerrit.libreoffice.org/39994 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com> 2017-05-07revert OSL_ASSERT changesChris Sherlock Change-Id: I365d140446bd2a62cf8256acbfdd53fe72987380 2017-05-07tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assertChris Sherlock Change-Id: Ia55de2424b6e42a4377e7f5c06387aec79a59ec4 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-07-11int -> boolStephan Bergmann Change-Id: I8e8bedcc510a895cda90c9979bf75afca0ea9071 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I17eb40b2923793280ea220e519f97563c8490a19 2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni Change-Id: I178545792c7354a362658ac7ef8b1d4cf0865797 Signed-off-by: Michael Stahl <mstahl@redhat.com> 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-06-09cppcheck: noExplicitConstructorCaolán McNamara Change-Id: Ic33ee6936f40bec4f3a82aea39a180ae6e9a0928 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd 2014-12-16cppu: Use appropriate OUString functions on string constantsStephan Bergmann Change-Id: Id1d763c83821b7af6c541cb28ff438765026ea4d