summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2019-11-13fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-11cid#1448492 Wrapper object use after freeCaolán McNamara
2019-11-11call GetSbData just onceCaolán McNamara
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-05make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-29Related: cid#1448329 call GetSbData() just onceCaolán McNamara
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-23In checkUnoObjectType, check for derived-from types tooStephan Bergmann
2019-10-23Remove check that is redundantStephan Bergmann
2019-10-22Don't cast to check lower 16 bits; apply mask explicitlyMike Kaganski
2019-10-22These should be sal_Int16Mike Kaganski
2019-10-22These should be sal_Int32Mike Kaganski
2019-10-21tdf#128263: update push positions in single line IFMike Kaganski
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth
2019-10-01loplugin:data (clang-cl)Stephan Bergmann
2019-10-01Avoid loplugin:data (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-10-01loplugin:duplicate-defines in basicNoel Grandin
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-18Removed executable permission on filesAndrea Gelmini
2019-09-17tdf#118544 set correct type for optional parameterTomoyuki Kubota
2019-09-17Remove redundant clearsMike Kaganski
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara
2019-09-06Fixing "...."Andrea Gelmini
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-31Fix typos in codeAndrea Gelmini
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin
2019-08-14Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-08-14Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): basicStephan Bergmann
2019-07-28loplugin:collapseifNoel Grandin
2019-07-24Fix typosAndrea Gelmini
2019-07-22cid#1448485 silence Copy-paste errorCaolán McNamara
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin
2019-07-19cid#1448547 Unchecked return valueCaolán McNamara