summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-10/+2
* loplugin:simplifypointertobool improveNoel Grandin2020-06-031-4/+4
* Upcoming loplugin:elidestringvar: comphelperStephan Bergmann2020-06-036-31/+15
* use for-range loop on SequenceNoel Grandin2020-05-297-74/+61
* improve pahole script and pack a few classesNoel Grandin2020-05-291-2/+2
* loplugin:simplifybool in canvas..cuiNoel Grandin2020-05-281-1/+1
* replace hard-coded "1.2" ODF version stringsMichael Stahl2020-05-151-2/+3
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* lok: set device form factor of the client on view creationMarco Cecchetti2020-05-101-36/+0
* improve loplugin:referencecastingNoel Grandin2020-05-081-1/+1
* compact namespace in canvas..cuiNoel Grandin2020-05-081-2/+2
* allow disabling Skia's Vulkan use in safe mode (tdf#132439)Luboš Luňák2020-05-061-0/+5
* fix leak in comphelper::TestHashNoel Grandin2020-05-042-0/+19
* tdf#131733 Show only CN part of X.509 subject infoGabor Kelemen2020-04-291-14/+5
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-272-1/+4
* update pchesCaolán McNamara2020-04-261-2/+2
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-221-2/+3
* loplugin:flatten in comphelperNoel Grandin2020-04-1816-507/+508
* loplugin:buriedassign in c*Noel Grandin2020-04-141-3/+6
* Check call to NSS_NoDB_Init for successStephan Bergmann2020-03-261-1/+7
* Simplify the LibreOfficeKit mobile phone and tablet APITor Lillqvist2020-03-241-4/+8
* Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist2020-03-201-9/+22
* comphelper::isDebuggerAttached must be defined irrespective of NDEBUGStephan Bergmann2020-03-181-1/+1
* tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2020-03-141-1/+1
* comphelper: allow simple ad-hoc measuring with ProfileZonesMiklos Vajna2020-03-041-0/+9
* change SAL_WARN to SAL_INFO when language is not setTomaž Vajngerl2020-02-281-2/+2
* Fix currency symbol selection in Calc on mobileTomaž Vajngerl2020-02-251-10/+63
* Drop o3tl::optional wrapperStephan Bergmann2020-02-213-10/+10
* inline some acquire/release callsNoel Grandin2020-02-171-10/+0
* clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara2020-02-161-2/+2
* android hunspell: All languages we pack are the supported ones.Jan Holesovsky2020-02-111-0/+5
* pack some data structuresNoel Grandin2020-02-081-2/+2
* make isDebuggerAttached() public comphelper APILuboš Luňák2020-02-073-30/+60
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-2/+2
* new loplugin:namespaceindentationNoel Grandin2020-01-313-4/+4
* New loplugin:unsignedcompareStephan Bergmann2020-01-282-5/+7
* simplify InterfaceContainerHelper::clearNoel Grandin2020-01-261-7/+6
* use osl::Guard instead of abusing rtl::ReferenceNoel Grandin2020-01-241-2/+5
* loplugin:makeshared in chart2..comphelperNoel Grandin2020-01-244-7/+7
* Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt2020-01-213-223/+236
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-163-6/+3
* clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin2020-01-1510-32/+13
* Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis2020-01-132-141/+0
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-091-1/+1
* loplugin:includeform (clang-cl)Stephan Bergmann2020-01-081-1/+1
* loplugin:cstylecast (macOS)Stephan Bergmann2020-01-061-1/+2
* tdf#125662: disable parallel-zip if the memory...Dennis Francis2020-01-042-0/+140
* tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski2020-01-041-1/+36
* desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian2019-12-231-0/+5
* sal_Char->char in comphelperNoel Grandin2019-12-189-20/+20