summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2020-01-06Removed executable permission on filesAndrea Gelmini2-0/+0
2020-01-05tdf#129596 Distinguish between integer and long while loading immediate valuesU-DESKTOP-8OSNV7R\DrRobotto3-3/+21
2020-01-04VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski1-1/+0
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski2-7/+49
2019-12-29tdf#124176: Use pragma once instead of include guardsMesut Çifci4-18/+4
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski4-24/+53
2019-12-21Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski2-2/+14
2019-12-18sal_Char->char in avmedia..basicNoel Grandin7-29/+29
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann1-7/+0
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-17/+2
2019-12-17No need to leak ImplRepositoryStephan Bergmann1-2/+2
2019-12-17Remove unused preliminary entries from ImplRepository::m_aStore againStephan Bergmann1-11/+16
2019-12-14VBA Enum statement TestCasesLibreOfficiant2-0/+88
2019-12-13loplugin:expandablemethodsNoel Grandin2-2/+1
2019-12-11Fix typoAndrea Gelmini1-1/+1
2019-12-09GetSource32 and GetSource are identicalMike Kaganski1-6/+0
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski28-1363/+1243
2019-12-09Preallocate array when initializing/preservingMike Kaganski1-0/+12
2019-12-08Fix typo in namefileAndrea Gelmini2-1/+1
2019-12-08Unify code that restores preserved arrayMike Kaganski1-114/+65
2019-12-08tdf#129256: don't create objects only to destroy when moving preserved arrayMike Kaganski1-67/+56
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski4-4/+20
2019-12-07tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski5-2/+36
2019-12-06tdf#129227: this was always appending, not prependingMike Kaganski1-3/+1
2019-12-06tdf#129136 Call _wgetdcwd with "harmless" invalid parameter handlerStephan Bergmann1-1/+26
2019-12-04tdf#129107 objects in basic disappearNoel Grandin4-22/+33
2019-12-03remove some useless comment linesNoel Grandin1-4/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-3/+3
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch13-21/+22
2019-11-23Property Get/Let Basic StatementLibreOfficiant1-0/+27
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann14-3/+98
2019-11-20tdf#128434 free the BasicManager event listenerJan-Marek Glogowski1-1/+5
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+9
2019-11-14cid#1448329 Wrapper object use after freeCaolán McNamara1-67/+76
2019-11-13fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes1-0/+1
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen84-180/+95
2019-11-11cid#1448492 Wrapper object use after freeCaolán McNamara1-11/+34
2019-11-11call GetSbData just onceCaolán McNamara1-8/+10
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski1-0/+16
2019-11-06loplugin:indentation find broken if statementsNoel Grandin3-15/+18
2019-11-05make some classes module-privateNoel Grandin3-8/+8
2019-11-03find symbols that can be privateNoel Grandin2-2/+2
2019-10-29remove unnecessary includesCaolán McNamara2-2/+1
2019-10-29Related: cid#1448329 call GetSbData() just onceCaolán McNamara1-23/+25
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin4-4/+4
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-3/+3
2019-10-23In checkUnoObjectType, check for derived-from types tooStephan Bergmann1-2/+18
2019-10-23Remove check that is redundantStephan Bergmann1-2/+1
2019-10-22Don't cast to check lower 16 bits; apply mask explicitlyMike Kaganski1-6/+4
2019-10-22These should be sal_Int16Mike Kaganski1-6/+6