summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+7
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski2-43/+0
2019-11-06Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks1-1/+1
2019-11-03cid#1448412 Untrusted value as argumentCaolán McNamara1-1/+13
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+1
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin2-7/+11
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+5
2019-10-17Remove some memset callsMike Kaganski2-7/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-12Get rid of 2 OUStringBuffer in comphelperJulien Nabet2-10/+2
2019-10-09cid#1448412 subvert Untrusted value as argumentCaolán McNamara1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin2-2/+2
2019-10-01Implement parallel version of super-scalar-sample-sort...Dennis Francis3-0/+132
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin1-15/+6
2019-09-30fix: SequenceOutputStream does append content correctlyVasily Melenchuk2-44/+17
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin4-12/+12
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin1-1/+1
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06Fixing "...."Andrea Gelmini3-4/+4
2019-09-01loplugin:unusedmethodsNoel Grandin1-11/+0
2019-08-30Remove work-around for isMobile()Muhammet Kara1-4/+0
2019-08-29LOK: per-view support for isMobile()Muhammet Kara1-6/+18
2019-08-29lok: Add isMobile() methodMuhammet Kara1-0/+12
2019-08-23loplugin:returnconstval in comphelperNoel Grandin3-5/+5
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-22The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist2-0/+52
2019-08-22loplugin:constmethod in canvas,comphelperNoel Grandin2-2/+2
2019-08-21Make comphelper::findValue inline template and drop sequence.cxxMike Kaganski2-43/+0
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin5-5/+5
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet4-11/+4
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-1/+1