summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti1-36/+0
2020-05-08improve loplugin:referencecastingNoel Grandin1-1/+1
2020-05-08compact namespace in canvas..cuiNoel Grandin1-2/+2
2020-05-06allow disabling Skia's Vulkan use in safe mode (tdf#132439)Luboš Luňák1-0/+5
2020-05-04fix leak in comphelper::TestHashNoel Grandin2-0/+19
2020-04-29tdf#131733 Show only CN part of X.509 subject infoGabor Kelemen1-14/+5
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-1/+4
2020-04-26update pchesCaolán McNamara1-2/+2
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-2/+3
2020-04-18loplugin:flatten in comphelperNoel Grandin16-507/+508
2020-04-14loplugin:buriedassign in c*Noel Grandin1-3/+6
2020-03-26Check call to NSS_NoDB_Init for successStephan Bergmann1-1/+7
2020-03-24Simplify the LibreOfficeKit mobile phone and tablet APITor Lillqvist1-4/+8
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-9/+22
2020-03-18comphelper::isDebuggerAttached must be defined irrespective of NDEBUGStephan Bergmann1-1/+1
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-04comphelper: allow simple ad-hoc measuring with ProfileZonesMiklos Vajna1-0/+9
2020-02-28change SAL_WARN to SAL_INFO when language is not setTomaž Vajngerl1-2/+2
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-10/+63
2020-02-21Drop o3tl::optional wrapperStephan Bergmann3-10/+10
2020-02-17inline some acquire/release callsNoel Grandin1-10/+0
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara1-2/+2
2020-02-11android hunspell: All languages we pack are the supported ones.Jan Holesovsky1-0/+5
2020-02-08pack some data structuresNoel Grandin1-2/+2
2020-02-07make isDebuggerAttached() public comphelper APILuboš Luňák3-30/+60
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+2
2020-01-31new loplugin:namespaceindentationNoel Grandin3-4/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-5/+7
2020-01-26simplify InterfaceContainerHelper::clearNoel Grandin1-7/+6
2020-01-24use osl::Guard instead of abusing rtl::ReferenceNoel Grandin1-2/+5
2020-01-24loplugin:makeshared in chart2..comphelperNoel Grandin4-7/+7
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt3-223/+236
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci3-6/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin10-32/+13
2020-01-13Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis2-141/+0
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2020-01-08loplugin:includeform (clang-cl)Stephan Bergmann1-1/+1
2020-01-06loplugin:cstylecast (macOS)Stephan Bergmann1-1/+2
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis2-0/+140
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski1-1/+36
2019-12-23desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian1-0/+5
2019-12-18sal_Char->char in comphelperNoel Grandin9-20/+20
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-10/+10
2019-11-29tdf#118639: store ODF encryption data for autorecoveryMike Kaganski1-2/+28
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann16-4/+76
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-5/+5
2019-11-18cid#1421069 Useless callCaolán McNamara1-0/+1