summaryrefslogtreecommitdiff
path: root/solenv/bin
AgeCommit message (Expand)Author
2020-07-12filter/svg: create instances with uno constructorsNoel Grandin
2020-07-12filter/storagefd: create instances with uno constructorsNoel Grandin
2020-07-12filter/xmlfilteradaptor: create instances with uno constructorsNoel Grandin
2020-07-11filter/xmlfilterdetect: create instances with uno constructorsNoel Grandin
2020-07-11dtrans/mcnttype: create instances with uno constructorsNoel Grandin
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin
2020-07-10fix android buildNoel Grandin
2020-07-09eventattacher: create instances with uno constructorsNoel Grandin
2020-07-09unotools: create instances with uno constructorsNoel Grandin
2020-07-09There is no com_sun_star_comp_dbaccess_DatabaseDataProvider_get_implementationTor Lillqvist
2020-07-09There is no com_sun_star_comp_dba_ODatabaseContext_get_implementationTor Lillqvist
2020-07-08unoxml: create instances with uno constructorsNoel Grandin
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-07-08svgio: create instances with uno constructorsNoel Grandin
2020-07-07vcl/clipboard: create instances with uno constructorsNoel Grandin
2020-07-07drawinglayer: create instances with uno constructorsNoel Grandin
2020-07-07vcl: create instances with uno constructorsNoel Grandin
2020-07-06emfio: create instances with uno constructorsNoel Grandin
2020-07-06xmlscript: create instances with uno constructorsNoel Grandin
2020-07-06xmloff/xof: create instances with uno constructorsNoel Grandin
2020-07-06cui,cppcanvas: create instances with uno constructorsNoel Grandin
2020-07-06configmgr: create instances with uno constructorsNoel Grandin
2020-07-05comphelper: create instances with uno constructorsNoel Grandin
2020-07-05canvas/vcl: create instances with uno constructorsNoel Grandin
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin
2020-06-26solenv: fix Android buildMiklos Vajna
2020-06-23weld emoji dropdownCaolán McNamara
2020-06-23weld DataNavigatorCaolán McNamara
2020-06-17Styles preview widgetSzymon Kłos
2020-06-12android buildfix - xo_component_getFactory is no moreChristian Lohmaier
2020-06-10Revert "enable backtraces for unit tests on macos"Noel Grandin
2020-06-10xmloff: create XMLAutoTextEventExportOOO instances with an uno constructorMiklos Vajna
2020-06-05xmloff: create XMLAutoTextEventImport instances with an uno constructorMiklos Vajna
2020-06-04Print out the guessed executable name that is actually passed to the debuggerStephan Bergmann
2020-06-03enable backtraces for unit tests on macosNoel Grandin
2020-05-29xmloff: create XMLAutoTextEventExport instances with an uno constructorMiklos Vajna
2020-05-27tdf#133331: Added explicit type casts to resolve -fpermissive errorsMichael Warner
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk
2020-05-25Correct commentsTor Lillqvist
2020-05-22xmloff: create XMLMetaExportOOO instances with an uno constructorMiklos Vajna
2020-05-19don't hardcode /usr/bin/python3 in android scriptsChristian Lohmaier
2020-05-15xmloff: create SchXMLExport_Content instances with an uno constructorMiklos Vajna
2020-05-13Include the language code in the volume name of a langpack dmgTor Lillqvist
2020-05-13ENABLE_DBGUTIL=TRUE implies ENABLE_DEBUG=TRUEStephan Bergmann
2020-05-13The dmg needs more space also in the ENABLE_DEBUG caseTor Lillqvist
2020-05-13Remove some code that was commented-out ten years agoTor Lillqvist
2020-05-12weld help browserCaolán McNamara
2020-05-12fix shebangRene Engelhard
2020-05-07fix macOS codesigning when using a separate builddirChristian Lohmaier
2020-05-01Restructure solenv/bin/assemble-flatpak.shStephan Bergmann
4e8'>tdf#133603 remove some string copyingNoel Grandin Change-Id: I5b9f011d276ec30a50648e7984862b9e5f4b5577 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131729 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen See tdf#42949 for motivation Change-Id: I867e1f7a2c44210de3281b36e22708a5d32ddb7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129476 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski Change-Id: Ifb7be992c6e951692a741d10ed24ec8b3836982a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128782 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2022-01-10use less SvStream::Flush()Noel Grandin Flush() turns into a sync() on the device, which is pretty slow. Most of the time all we actually want to do is to flush the internal buffers from the SvStream. So expose the FlushBuffer method and use that where possible. And also means we don't need the mbDontFlushOnClose flag on SvStream any more. Change-Id: Ibe089b88b325f0fdc565200a97ce72cd26b7fcfb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128214 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski ... to avoid hidden cost of multiple COW checks, because they call getArray() internally. This obsoletes [loplugin:sequenceloop]. Also rename toNonConstRange to asNonConstRange, to reflect that the result is a view of the sequence, not an independent object. TODO: also drop non-const operator[], but introduce operator[] in SequenceRange. Change-Id: Idd5fd7a3400fe65274d2a6343025e2ef8911635d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123518 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2021-03-25const OUString -> const OUStringLiteralMike Kaganski Mostly automated rewrite Change-Id: Ie020a083f898bc126b8fb039d4ecb2e687172da1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112965 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2021-02-21Some more unit conversion unificationMike Kaganski Change-Id: I1a906d918bb4255a75c62c68a57244f59d51d2b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111269 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel which means that some call sites have to change to use unicode string literals i.e. u"foo" instead of "foo" Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>