summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2018-10-20tdf#120703 (PVS): compare BSTR to wchar_t[] directlyMike Kaganski1-5/+3
2018-10-20tdf#120703 (PVS): properly handle BSTR; fix enum comparisonMike Kaganski1-15/+20
2018-10-20clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin4-15/+4
2018-10-17loplugin:staticvar in editeng..frameworkNoel Grandin1-4/+4
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin12-74/+104
2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara2-0/+2
2018-10-15add SvStream::TellEndNoel Grandin2-8/+5
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara4-4/+0
2018-10-14loplugin:redundantinlineNoel Grandin2-5/+5
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski4-12/+0
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-4/+4
2018-10-09tdf#120318: remove autofilter for the momentJulien Nabet1-1/+0
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2-0/+2
2018-10-07weld ListSelectionDialogCaolán McNamara4-59/+79
2018-10-07weld NewDataTypeDialogCaolán McNamara4-38/+28
2018-10-06make OGenericUnoDialog take an awt::XWindowCaolán McNamara10-19/+22
2018-10-03Related: tdf#93372 fix up extensions character dialogCaolán McNamara1-0/+1
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara1-0/+1
2018-09-24make all the related inheritences formatted the same wayCaolán McNamara1-1/+1
2018-09-24loplugin:external (clang-cl)Stephan Bergmann3-11/+14
2018-09-24Looks like these functions can be static and not STDAPIStephan Bergmann1-4/+4
2018-09-18loplugin:external (macOS)Stephan Bergmann2-6/+6
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