summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-11/+11
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2-23/+5
2017-04-14update cppunit to 1.14.0Markus Mohrhard1-5/+0
2017-04-12[API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara4-226/+0
2017-04-07try and silence coverity#1403659 Data race conditionCaolán McNamara1-0/+1
2017-04-06split closeOutput upCaolán McNamara1-4/+10
2017-04-05loplugin:constantparam part2Noel Grandin1-2/+2
2017-03-31This only wants to check for Windows in general?Stephan Bergmann1-1/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-03-29tdf#39468 Translate German commentsJens Carl1-5/+3
2017-03-29sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl2-0/+58
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-22comphelper::ThreadPool: guard against concurrent shutdown/pushTaskMichael Stahl1-7/+9
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2017-03-21comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2Michael Stahl1-10/+29
2017-03-19ofz: segv on nullptrCaolán McNamara1-6/+5
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna1-7/+1
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl1-1/+7
2017-03-11Fix typosAndrea Gelmini1-9/+9
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-8/+8
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-21loplugin:subtlezeroinit: comphelperStephan Bergmann3-30/+30
2017-02-20cppcheck: unreadVariableJochen Nitschke1-2/+0
2017-02-19Consistent formatting & indentation.Kohei Yoshida1-192/+182
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist22-102/+102
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann3-39/+10
2017-02-06Add missing #includesStephan Bergmann19-0/+39
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin8-23/+23
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin5-50/+24
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin3-7/+7
2017-01-27User profile backups: Don't backup user galleriesSamuel Mehrbrodt1-3/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann60-828/+510
2017-01-23lok: New feature flag to turn off tiled annotationsPranav Kant1-0/+12
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin6-29/+0
2017-01-23use rtl::Reference in OPropertyChangeListenerNoel Grandin1-18/+7
2017-01-20use rtl::Reference in OSelectionChangeListenerNoel Grandin1-13/+2
2017-01-20use rtl::Reference in OContainerListenerNoel Grandin1-18/+5
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann4-0/+6
2017-01-17use rtl::Reference in DocPasswordRequest and SimplePasswordRequestNoel Grandin1-16/+12
2017-01-17use rtl::Reference in OInstanceLockerNoel Grandin2-12/+6
2017-01-17use rtl::Reference in MasterPropertySetNoel Grandin1-20/+19
2017-01-17use rtl::Reference in ChainablePropertySetNoel Grandin2-20/+19
2017-01-17use rtl::Reference in AttacherAllListener_ImplNoel Grandin1-12/+11
2017-01-16new loplugin: useuniqueptr: comphelperNoel Grandin2-8/+5
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-12/+34
2017-01-07default copy ctor and assignment operator are good enoughCaolán McNamara1-4/+0