summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2020-02-08move some headers inside basicNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2020-01-04VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski
2019-12-29tdf#124176: Use pragma once instead of include guardsMesut Çifci
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-06tdf#129227: this was always appending, not prependingMike Kaganski
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-22Don't cast to check lower 16 bits; apply mask explicitlyMike Kaganski
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-14Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-08-14Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): basicStephan Bergmann
2019-07-28loplugin:collapseifNoel Grandin
2019-07-22cid#1448485 silence Copy-paste errorCaolán McNamara
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-11loplugin:virtualdown in SbxValueNoel Grandin
2019-05-07downgrade warning to infoCaolán McNamara
2019-05-02Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"Eike Rathke
2019-04-23tdf#123043 make type character detection unicode-awareTomoyuki Kubota
2019-04-08Fix typoAndrea Gelmini
2019-04-08Fix typoAndrea Gelmini
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2019-01-14tdf#122250 Crash when running extensionNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-26basic: Spare temporary variableTakeshi Abe
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-11-06remove with_sprintf_ defineNoel Grandin
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-20tdf#120703 (PVS): redundant checkMike Kaganski
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin