summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
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-31new loplugin:namespaceindentationNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin
2020-01-21Use deleteDirRecursively from comphelperSamuel Mehrbrodt
2020-01-16can use LogicToLogic hereCaolán McNamara
2020-01-16drop Application::GetAppWindowCaolán McNamara
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2020-01-06Removed executable permission on filesAndrea Gelmini
2020-01-05tdf#129596 Distinguish between integer and long while loading immediate valuesU-DESKTOP-8OSNV7R\DrRobotto
2020-01-04VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike 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-21Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-18sal_Char->char in avmedia..basicNoel Grandin
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-17No need to leak ImplRepositoryStephan Bergmann
2019-12-17Remove unused preliminary entries from ImplRepository::m_aStore againStephan Bergmann
2019-12-14VBA Enum statement TestCasesLibreOfficiant
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-11Fix typoAndrea Gelmini
2019-12-09GetSource32 and GetSource are identicalMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-09Preallocate array when initializing/preservingMike Kaganski
2019-12-08Fix typo in namefileAndrea Gelmini
2019-12-08Unify code that restores preserved arrayMike Kaganski
2019-12-08tdf#129256: don't create objects only to destroy when moving preserved arrayMike Kaganski
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski
2019-12-07tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski
2019-12-06tdf#129227: this was always appending, not prependingMike Kaganski
2019-12-06tdf#129136 Call _wgetdcwd with "harmless" invalid parameter handlerStephan Bergmann
2019-12-04tdf#129107 objects in basic disappearNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch
2019-11-23Property Get/Let Basic StatementLibreOfficiant
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20tdf#128434 free the BasicManager event listenerJan-Marek Glogowski
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-14cid#1448329 Wrapper object use after freeCaolán McNamara
2019-11-13fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-11cid#1448492 Wrapper object use after freeCaolán McNamara