summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-09-11small optimisationNoel Grandin1-4/+60
2020-09-04tdf#124176 Use #pragma once in comphelperGeorge Bateman4-16/+4
2020-08-31Fix typo in codeAndrea Gelmini1-2/+2
2020-08-28Simply use OUString aPassword as-isStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-25/+25
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2-2/+2
2020-08-24NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr]Caolán McNamara1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-20/+20
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-3/+1
2020-07-31loplugin:unusedmethodsNoel Grandin2-60/+0
2020-07-30loplugin:unusedmethodsNoel Grandin1-13/+0
2020-07-30svx: GalleryObjectCollection shared class and related refactoring workAditya1-0/+48
2020-07-25loplugin:unusedmethodsNoel Grandin1-32/+0
2020-07-22tdf#81522 comphelper: just ignore disposed obj on saveJustin Luth1-66/+73
2020-07-21loplugin:unusedmethodsNoel Grandin4-105/+1
2020-07-16loplugin:unusedmethodsNoel Grandin2-20/+0
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna1-4/+4
2020-07-12update pchesCaolán McNamara1-1/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-11/+11
2020-07-05comphelper: create instances with uno constructorsNoel Grandin5-126/+11
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann8-25/+25
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-10/+2
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-4/+4
2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann6-31/+15
2020-05-29use for-range loop on SequenceNoel Grandin7-74/+61
2020-05-29improve pahole script and pack a few classesNoel Grandin1-2/+2
2020-05-28loplugin:simplifybool in canvas..cuiNoel Grandin1-1/+1
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl1-2/+3
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