summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-19loplugin:flatten in basicNoel Grandin
2020-03-30OSL_ASSERT->assert in basicNoel Grandin
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-26rename some local variablesNoel Grandin
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski
2019-12-21Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-09GetSource32 and GetSource are identicalMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-04tdf#129107 objects in basic disappearNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-14cid#1448329 Wrapper object use after freeCaolán McNamara
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-11cid#1448492 Wrapper object use after freeCaolán McNamara
2019-11-11call GetSbData just onceCaolán McNamara
2019-10-29Related: cid#1448329 call GetSbData() just onceCaolán McNamara
2019-10-23In checkUnoObjectType, check for derived-from types tooStephan Bergmann
2019-10-23Remove check that is redundantStephan Bergmann
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-17Remove redundant clearsMike Kaganski
2019-09-06Fixing "...."Andrea Gelmini
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): basicStephan Bergmann
2019-07-24Fix typosAndrea Gelmini
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-05-27-fsanitize=nullabilityStephan Bergmann
2019-05-10an uno -> a unoCaolán McNamara
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin
2019-04-07Fix typoAndrea Gelmini
2019-04-04Fix typoAndrea Gelmini
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
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-07log nice exception messages whereever possibleNoel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2019-02-18fix comparison of std::lower_bound resultNoel Grandin
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Yusuf Sonmez
2019-02-11new loplugin writeonlyvarsNoel Grandin