summaryrefslogtreecommitdiff
path: root/icon-themes/sifr_svg/cmd/lc_distributevertcenter.svg
blob: 0cd2211a23a095fe1d7f8f6e2da84fb391c99f8f (plain)
1
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="#2e3436" transform="matrix(0 1 -1 0 24 0)"><path d="m3 0v1h2v-1zm16 0v1h2v-1zm-16 3v2h2v-2zm16 0v2h2v-2zm-16 4v2h2v-2zm16 0v2h2v-2zm-19 4v13h8v-13zm19 0v2h-3v11h8v-11h-3v-2zm-17 2h4v9h-4zm1 2v2h2v-2zm15 0h1v2h2v-2h1v7h-4zm-15 4v2h2v-2zm16 0v2h2v-2z"/><path d="m19 5c-.000004.270003-.109196.528533-.302734.716797l-.025391.023437-.671875.673828-2.291016 2.289063c-.19526.195261-.451109.292969-.707031.292969s-.511769-.09771-.707031-.292969c-.390524-.390522-.390524-1.023543 0-1.414063l1.291015-1.289062h-7.171875l1.291016 1.289062c.390524.39052.390524 1.023541 0 1.414063-.195262.195259-.451109.292969-.707031.292969s-.511771-.09771-.707031-.292969l-2.291016-2.289063-.671875-.673828-.02539-.02344c-.193539-.188261-.302731-.446791-.302735-.716794.000004-.270003.109195-.528535.302734-.716797l.02539-.02344.671876-.673825 2.291016-2.289063c.19526-.195259.451109-.292969.707031-.292969s.511769.09771.707031.292969c.390524.390522.390524 1.023542 0 1.414063l-1.291016 1.289062h7.171875l-1.291015-1.289062c-.390524-.390521-.390524-1.023541 0-1.414063.195262-.195258.451109-.292969.707031-.292969s.511771.09771.707031.292969l2.291016 2.289063.671875.673828.02539.023437c.193539.188265.302731.446794.302735.716797z"/></g></svg>
08:57:07 +0100'>2020-10-30convert some tools::Long->sal_Int32Noel in places where it is obvious we only need a sal_Int32, because we are dealing with rows and columns, and not even calc needs more than 32 bits for that. Change-Id: I114417e639c224d45bfd9fc6838122ab195eefa3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104584 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-10-20use tools::Long in scNoel Change-Id: I8f37a8d1174ed816df971b8cee036d4e88d4a7fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104526 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-05-09compact namespace in scNoel Grandin Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-03-12Revert "loplugin:constfields in sc"Noel Grandin This reverts commit fb1d3b580763a333bbbfe115d09e1b5cd8849675. Now that we know that making fields has negative side effects like disabling assignment operator generation. Change-Id: Ib48334ffbeb2c768896dd8ced6818aa0b9910b0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90333 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-09-26loplugin:constmethod in scNoel Grandin Change-Id: I78c4fb4acf21756f91582caee5e30e3ad1fc2ae4 Reviewed-on: https://gerrit.libreoffice.org/79543 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I3b33b0dee7d7c9afc136510898039cab53990ddf Reviewed-on: https://gerrit.libreoffice.org/74980 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara which seems a bit excessive Change-Id: If0ab5a33bfbbd399e270f3e140c9d44d843985aa Reviewed-on: https://gerrit.libreoffice.org/63422 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2018-10-15loplugin:constfields in scNoel Grandin Change-Id: If326175d571d15752efd1b63df45b2bc785f7541 Reviewed-on: https://gerrit.libreoffice.org/61653 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen Found with bin/find-unneeded-includes These were quite a bit entangled with each other thus a lot of fallout management was necessary. Also try harder to use fw declarations in files already checked Change-Id: Ia69c3a0d66ec2763ac03094aaa1b646a290d3cfa Reviewed-on: https://gerrit.libreoffice.org/56361 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen Found with bin/find-unneeded-includes Mostly removal proposals are dealt with here and a few trivial substitutions in small headers Change-Id: Ic4b2e48f1e55fc5d10e3dab16cfee1e358a8e917 Reviewed-on: https://gerrit.libreoffice.org/54005 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2017-07-13loplugin:useuniqueptr in scNoel Grandin Change-Id: I004e1f0292c8a40515880546574255ab835dbdbe Reviewed-on: https://gerrit.libreoffice.org/39875 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-07-04loplugin:unusedfields in sc part3Noel Grandin Change-Id: I7323e8644e5d336d52fa21b063264b0847b5e780 Reviewed-on: https://gerrit.libreoffice.org/39064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-04-03use actual UNO enums in scNoel Grandin Change-Id: I51dbe623178e3c463dc4c941f23edac04fbfe349 Reviewed-on: https://gerrit.libreoffice.org/35968 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna Mostly generated using make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle" Except some modules have their own foo::tools namespace, so there have to use ::tools::Rectangle. This commit just moves the class from the global namespace, it does not update pre/postwin.h yet. Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2 Reviewed-on: https://gerrit.libreoffice.org/35923 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2017-02-24Remove SC_DPOUT_MAXLEVELS limit in PivotJulien Nabet by using vectors instead of fixed arrays Change-Id: I4bd070e05ccc464c80722ffd05e70b7acac17d5f Reviewed-on: https://gerrit.libreoffice.org/34408 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> 2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai New functionality added to pivot table became fully broken with Eike's revertion: 50244309501d738e7314fa79785db139c826f8d7 This commit fixes this problem. Change-Id: I67cfc63305bb9b2edeed2abd26d729fbf650579f Reviewed-on: https://gerrit.libreoffice.org/31096 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> 2016-05-24loplugin:unusedmethods in scNoel Grandin Change-Id: Ic378126a30be853d10fe174c451cee3c6ded404f Reviewed-on: https://gerrit.libreoffice.org/25109 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-03-04loplugin:unuseddefaultparam in scNoel Grandin Change-Id: Id461fc600bec5fe372875c2dcf405997fcf9f0b4 2015-10-28com::sun::star->css in scNoel Grandin Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915 2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida Still not perfect, but it somewhat does work. Change-Id: Ic248e20f7ab18a37f56b2034f57551dded956bab