summaryrefslogtreecommitdiffstats
path: root/extensions/source
Commit message (Expand)AuthorAgeFilesLines
* Removed repeated semicolonAndrea Gelmini2018-11-111-1/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-102-11/+4
* Convert FieldUnit to scoped enumMike Kaganski2018-11-084-11/+11
* move SvTreeListBox to vclCaolán McNamara2018-11-075-5/+5
* coverity#1440838 Unchecked return value from libraryCaolán McNamara2018-11-041-1/+5
* fix indentCaolán McNamara2018-11-041-3/+3
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-041-3/+5
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-65/+52
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-9/+4
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
* Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt2018-10-262-0/+107
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-15/+15
* weld AdvancedSettingsDialogCaolán McNamara2018-10-244-6/+5
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-231-1/+1
* loplugin:useuniqueptr in Sane::StartNoel Grandin2018-10-231-8/+8
* intermediate _disposing call doesn't exist anymoreCaolán McNamara2018-10-221-5/+3
* pvs-studio: V670 The uninitialized class member 'm_aMutex' is usedCaolán McNamara2018-10-221-2/+3
* tdf#120703 (PVS): compare BSTR to wchar_t[] directlyMike Kaganski2018-10-201-5/+3
* tdf#120703 (PVS): properly handle BSTR; fix enum comparisonMike Kaganski2018-10-201-15/+20
* clang-tidy readability-delete-null-pointerNoel Grandin2018-10-201-2/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-192-2/+2
* clang-tidy modernize-redundant-void-argNoel Grandin2018-10-191-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-184-15/+4
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-171-4/+4
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-1712-74/+104
* add SvStream::TellEndNoel Grandin2018-10-152-8/+5
* drop unnecessary vcl/group.hxx includesCaolán McNamara2018-10-144-4/+0
* loplugin:redundantinlineNoel Grandin2018-10-142-5/+5
* Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski2018-10-111-3/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-4/+4
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-082-0/+2
* weld ListSelectionDialogCaolán McNamara2018-10-073-54/+34
* weld NewDataTypeDialogCaolán McNamara2018-10-073-37/+20
* make OGenericUnoDialog take an awt::XWindowCaolán McNamara2018-10-069-19/+21
* Related: tdf#93372 fix up extensions character dialogCaolán McNamara2018-10-031-0/+1
* make all the related inheritences formatted the same wayCaolán McNamara2018-09-241-1/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-243-11/+14
* Looks like these functions can be static and not STDAPIStephan Bergmann2018-09-241-4/+4
* loplugin:external (macOS)Stephan Bergmann2018-09-182-6/+6
* use nullptr instead of reinterpret_cast<void*>(0)Noel Grandin2018-09-181-1/+1
* weld ControlCharacterDialogCaolán McNamara2018-09-188-35/+40
* New loplugin:externalStephan Bergmann2018-09-1712-16/+24
* loplugin:stringbuffer (clang-cl)Stephan Bergmann2018-09-111-15/+21
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-104-0/+4
* Avoid getTokenCount and use indexed getTokenMatteo Casalin2018-09-091-7/+15
* clan-tidy bugprone-throw-keyword-missing in SubmissionPropertyHandlerNoel Grandin2018-09-081-1/+1
* loplugin:simplifyconstruct in editeng..extensionsNoel Grandin2018-09-086-6/+0
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-051-0/+1
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-292-7/+3