summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin6-29/+29
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-8/+11
2018-10-21tdf#120703 (PVS): redundant nullptr checksMike Kaganski1-24/+15
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-4/+1
2018-10-20tdf#120703 (PVS): redundant checkMike Kaganski1-2/+1
2018-10-20when calling std::lower_boundNoel Grandin1-8/+5
2018-10-19tdf#120706: nullptr dereferenceMike Kaganski1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-82/+82
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-2/+2
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin1-14/+0
2018-10-15add SvStream::TellEndNoel Grandin2-6/+4
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-6/+6
2018-09-21new loplugin:methodcyclesNoel Grandin3-95/+0
2018-09-17New loplugin:externalStephan Bergmann12-60/+60
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen3-0/+3
2018-09-08cppcheck: variableScope in basicJochen Nitschke4-17/+13
2018-09-07Fix typoAndrea Gelmini1-2/+2
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-2/+2
2018-09-05loplugin:useuniqueptr in SbiGlobalsNoel Grandin2-10/+7
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin6-11/+9
2018-09-04loplugin:useuniqueptr in SbiDdeControlNoel Grandin2-28/+15
2018-09-03cppcheck: useInitializationList in basicJochen Nitschke4-12/+11
2018-08-29Fix typosAndrea Gelmini1-2/+2
2018-08-27Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-1/+1
2018-08-22loplugin:useuniqueptr in SbiExprNodeNoel Grandin3-77/+77
2018-08-19Translate German commentsJohnny_M1-2/+2
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke3-8/+8
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-2/+2
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin6-12/+10
2018-08-07loplugin:useuniqueptr in ImplRepositoryNoel Grandin1-17/+15
2018-08-03loplugin:useuniqueptr in SbiProcDefNoel Grandin3-5/+4
2018-08-03loplugin:useuniqueptr in BasicManagerNoel Grandin3-12/+2
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin4-26/+26
2018-07-27tdf#109132, load VBA library by default during ODF importMarkus Mohrhard1-1/+1
2018-07-26basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann4-10/+0
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-18Fix typosAndrea Gelmini3-6/+6
2018-07-13loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin2-4/+3
2018-07-09Add missing sal/log.hxx headersGabor Kelemen15-0/+15
2018-07-02Small cleanup and simplificationMike Kaganski1-14/+12
2018-06-30Small cleanupMike Kaganski1-5/+1
2018-06-30tdf#118218: Make FormatNumber VBA-onlyMike Kaganski1-1/+1
2018-06-29tdf#118218: Implement FormatNumber VBA functionMike Kaganski4-9/+170
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): basicStephan Bergmann2-2/+2
2018-06-29tdf#118442: Fix incorrect index calculationMike Kaganski2-2/+67
2018-06-18Related: tdf#118073 SbiScanner::NextSym: no symbol is no symbolEike Rathke1-0/+9