summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2018-09-18use nullptr instead of reinterpret_cast<void*>(0)Noel Grandin1-1/+1
2018-09-18weld ControlCharacterDialogCaolán McNamara9-48/+105
2018-09-17New loplugin:externalStephan Bergmann12-16/+24
2018-09-11loplugin:stringbuffer (clang-cl)Stephan Bergmann1-15/+21
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen4-0/+4
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin1-7/+15
2018-09-08clan-tidy bugprone-throw-keyword-missing in SubmissionPropertyHandlerNoel Grandin1-1/+1
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin6-6/+0
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+1
2018-08-31Address data source wizard: fix most a11y warningsSamuel Thibault13-1/+54
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-7/+3
2018-08-24pass DelFormats around using std::vectorNoel Grandin1-5/+3
2018-08-21tdf#117972 - Empty UI stringheiko tietze1-1/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-8/+4
2018-08-16loplugin:returnconstant in OPropertyBrowserControllerNoel Grandin2-13/+9
2018-08-15loplugin:useuniqueptr in extensions/propctrlrNoel Grandin5-16/+10
2018-08-04Fix typosAndrea Gelmini1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen19-0/+19
2018-07-29loplugin:stringloop in variousNoel Grandin3-10/+10
2018-07-23Fix typosAndrea Gelmini2-2/+2
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-14tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorUlkem Kasapoglu1-4/+1
2018-07-09loplugin:oncevarNoel Grandin1-2/+1
2018-06-26Fix typoAndrea Gelmini1-1/+1
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2-4/+2
2018-06-25Add a FIXMETor Lillqvist1-0/+4
2018-06-20move SvColorDialog to welded argumentsCaolán McNamara1-2/+3
2018-06-15menubar sbibliography: finish menubar and fix a bug in the toolbarandreas kainz2-28/+24
2018-06-14menubar: sync file bibliography menubarandreas kainz1-18/+0
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin3-4/+0
2018-06-12Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist1-6/+91
2018-06-11Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist1-1/+15
2018-06-11Fix typoAndrea Gelmini1-1/+1
2018-06-10Start of work on supporting named argumentsTor Lillqvist1-11/+50
2018-06-08Fix glitch in SAL_INFO loggingTor Lillqvist1-3/+4
2018-06-08Log all the names being looked up in GetIDsOfNames()Tor Lillqvist1-3/+11
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-9/+6
2018-06-07Fix off-by-one error: The XCollection loop index is one-basedTor Lillqvist1-2/+2
2018-06-07Improve logging in CXEnumVariantTor Lillqvist1-5/+26
2018-06-06tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist1-13/+20
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke8-6/+5
2018-06-04Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann1-226/+209
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-4/+2
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann2-6/+0
2018-06-01Fix typosAndrea Gelmini1-3/+3
2018-06-01loplugin:unoany (clang-cl)Stephan Bergmann1-1/+1
2018-06-01tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov3-7/+5
2018-06-01Fix typosAndrea Gelmini1-1/+1
2018-05-31Run soffice frpm instdir (but CustomTarget_automationtest still can't work)Tor Lillqvist2-3/+11