summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* rename some local variablesNoel Grandin2020-01-264-6/+6
* loplugin:makeshared in basctl..canvasNoel Grandin2020-01-241-1/+1
* Use deleteDirRecursively from comphelperSamuel Mehrbrodt2020-01-211-34/+2
* can use LogicToLogic hereCaolán McNamara2020-01-161-8/+2
* drop Application::GetAppWindowCaolán McNamara2020-01-161-5/+5
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-141-3/+1
* loplugin:finalclasses in basic..emfioNoel Grandin2020-01-141-1/+1
* use more std::make_sharedNoel Grandin2020-01-101-2/+2
* Removed executable permission on filesAndrea Gelmini2020-01-062-0/+0
* tdf#129596 Distinguish between integer and long while loading immediate valuesU-DESKTOP-8OSNV7R\DrRobotto2020-01-053-3/+21
* VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski2020-01-041-1/+0
* tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski2020-01-012-7/+49
* tdf#124176: Use pragma once instead of include guardsMesut Çifci2019-12-294-18/+4
* Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski2019-12-294-24/+53
* Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski2019-12-212-2/+14
* sal_Char->char in avmedia..basicNoel Grandin2019-12-187-29/+29
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann2019-12-181-7/+0
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin2019-12-181-17/+2
* No need to leak ImplRepositoryStephan Bergmann2019-12-171-2/+2
* Remove unused preliminary entries from ImplRepository::m_aStore againStephan Bergmann2019-12-171-11/+16
* VBA Enum statement TestCasesLibreOfficiant2019-12-142-0/+88
* loplugin:expandablemethodsNoel Grandin2019-12-132-2/+1
* Fix typoAndrea Gelmini2019-12-111-1/+1
* GetSource32 and GetSource are identicalMike Kaganski2019-12-091-6/+0
* SbxArray: drop 16-bit indicesMike Kaganski2019-12-0928-1363/+1243
* Preallocate array when initializing/preservingMike Kaganski2019-12-091-0/+12
* Fix typo in namefileAndrea Gelmini2019-12-082-1/+1
* Unify code that restores preserved arrayMike Kaganski2019-12-081-114/+65
* tdf#129256: don't create objects only to destroy when moving preserved arrayMike Kaganski2019-12-081-67/+56
* tdf#59327: two arguments with the same name is an errorMike Kaganski2019-12-074-4/+20
* tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski2019-12-075-2/+36
* tdf#129227: this was always appending, not prependingMike Kaganski2019-12-061-3/+1
* tdf#129136 Call _wgetdcwd with "harmless" invalid parameter handlerStephan Bergmann2019-12-061-1/+26
* tdf#129107 objects in basic disappearNoel Grandin2019-12-044-22/+33
* remove some useless comment linesNoel Grandin2019-12-031-4/+0
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-3/+3
* tdf#97983 - Added localization for numeric typesAndreas Heinisch2019-11-2813-21/+22
* Property Get/Let Basic StatementLibreOfficiant2019-11-231-0/+27
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-2214-3/+98
* tdf#128434 free the BasicManager event listenerJan-Marek Glogowski2019-11-201-1/+5
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-172-0/+9
* cid#1448329 Wrapper object use after freeCaolán McNamara2019-11-141-67/+76
* fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes2019-11-131-0/+1
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-1284-180/+95
* cid#1448492 Wrapper object use after freeCaolán McNamara2019-11-111-11/+34
* call GetSbData just onceCaolán McNamara2019-11-111-8/+10
* tdf#80731: Only check closing parenthesis when in IDEMike Kaganski2019-11-091-0/+16
* loplugin:indentation find broken if statementsNoel Grandin2019-11-063-15/+18
* make some classes module-privateNoel Grandin2019-11-053-8/+8
* find symbols that can be privateNoel Grandin2019-11-032-2/+2