summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2020-09-102-1/+19
* tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara2020-09-091-2/+1
* tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann2020-02-212-2/+73
* tdf#129256: don't create objects only to destroy when moving preserved arrayMike Kaganski2020-01-091-67/+56
* tdf#59327: two arguments with the same name is an errorMike Kaganski2019-12-164-4/+20
* tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski2019-12-095-2/+36
* tdf#129227: this was always appending, not prependingMike Kaganski2019-12-091-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
* tdf#128434 free the BasicManager event listenerJan-Marek Glogowski2019-11-211-1/+5
* 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
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* Removed executable permission on filesAndrea Gelmini2019-09-182-0/+0
* tdf#118544 set correct type for optional parameterTomoyuki Kubota2019-09-172-1/+34
* Remove redundant clearsMike Kaganski2019-09-171-2/+0
* move GetStandardText to stdtext.hxxCaolán McNamara2019-09-171-14/+15
* Fixing "...."Andrea Gelmini2019-09-063-3/+3
* loplugin:constmethod in basicNoel Grandin2019-09-0326-87/+87
* Fix '..'Andrea Gelmini2019-09-013-4/+4
* Fix '..'Andrea Gelmini2019-09-013-3/+3
* Fix typos in codeAndrea Gelmini2019-08-311-1/+1
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-272-5/+5