summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary includesCaolán McNamara2019-10-292-2/+1
* Related: cid#1448329 call GetSbData() just onceCaolán McNamara2019-10-291-23/+25
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-264-4/+4
* loplugin:stringadd (clang-cl)Stephan Bergmann2019-10-231-3/+3
* In checkUnoObjectType, check for derived-from types tooStephan Bergmann2019-10-231-2/+18
* Remove check that is redundantStephan Bergmann2019-10-231-2/+1
* Don't cast to check lower 16 bits; apply mask explicitlyMike Kaganski2019-10-221-6/+4
* These should be sal_Int16Mike Kaganski2019-10-221-6/+6
* These should be sal_Int32Mike Kaganski2019-10-221-7/+7
* tdf#128263: update push positions in single line IFMike Kaganski2019-10-211-0/+5
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-1/+5
* new loplugin:bufferaddNoel Grandin2019-10-151-8/+5
* simplify "a = a +" to "a +="Noel Grandin2019-10-112-4/+4
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-103-15/+15
* tdf#114441 changed some sal_uLong to better fitting typesChristian Barth2019-10-091-13/+13
* loplugin:data (clang-cl)Stephan Bergmann2019-10-011-4/+4
* Avoid loplugin:data (clang-cl)Stephan Bergmann2019-10-011-44/+50
* loplugin:stringadd in basctl..cuiNoel Grandin2019-10-011-2/+1
* loplugin:duplicate-defines in basicNoel Grandin2019-10-012-3/+1
* tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch2019-09-276-73/+69
* add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2019-09-262-4/+4