summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2020-02-21tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann2-2/+73
2020-01-09tdf#129256: don't create objects only to destroy when moving preserved arrayMike Kaganski1-67/+56
2019-12-16tdf#59327: two arguments with the same name is an errorMike Kaganski4-4/+20
2019-12-09tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski5-2/+36
2019-12-09tdf#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-11-21tdf#128434 free the BasicManager event listenerJan-Marek Glogowski1-1/+5
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
2019-10-22These should be sal_Int32Mike Kaganski1-7/+7
2019-10-21tdf#128263: update push positions in single line IFMike Kaganski1-0/+5
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+5
2019-10-15new loplugin:bufferaddNoel Grandin1-8/+5
2019-10-11simplify "a = a +" to "a +="Noel Grandin2-4/+4
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin3-15/+15
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-13/+13
2019-10-01loplugin:data (clang-cl)Stephan Bergmann1-4/+4
2019-10-01Avoid loplugin:data (clang-cl)Stephan Bergmann1-44/+50
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin1-2/+1
2019-10-01loplugin:duplicate-defines in basicNoel Grandin2-3/+1
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch6-73/+69
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2-4/+4
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-18Removed executable permission on filesAndrea Gelmini2-0/+0
2019-09-17tdf#118544 set correct type for optional parameterTomoyuki Kubota2-1/+34
2019-09-17Remove redundant clearsMike Kaganski1-2/+0
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-14/+15
2019-09-06Fixing "...."Andrea Gelmini3-3/+3
2019-09-03loplugin:constmethod in basicNoel Grandin26-87/+87
2019-09-01Fix '..'Andrea Gelmini3-4/+4
2019-09-01Fix '..'Andrea Gelmini3-3/+3
2019-08-31Fix typos in codeAndrea Gelmini1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin2-5/+5
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin3-18/+8
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin1-3/+3