summaryrefslogtreecommitdiff
path: root/basic/source/runtime/stdobj.cxx
AgeCommit message (Expand)Author
2023-03-02flatten some classes in basicNoel Grandin
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet
2022-02-09tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet
2022-02-02SbRtl_Spc is exactly the same as SbRtl_SpaceMike Kaganski
2022-01-22Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-04-19loplugin:flatten in basicNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2018-06-30tdf#118218: Make FormatNumber VBA-onlyMike Kaganski
2018-06-29tdf#118218: Implement FormatNumber VBA functionMike Kaganski
2018-01-19loplugin:useuniqueptr in SbiStdObjectNoel Grandin
2017-11-29Find VBA-only functions when compiling first on module levelEike Rathke
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-02-07Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"Noel Grandin
2017-01-09[API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic codeNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-03tdf#102872 TAB function is missing its argumentLaurent Balland-Poirier
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-19Fix indentationMatteo Casalin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-10-12Typo: compatability->compatibilityJulien Nabet
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner
2014-03-27basic: sal_Bool->boolNoel Grandin
2013-12-11sbstdobj.hxx is private to basicTor Lillqvist
2013-10-03unused StringHashCodeCaolán McNamara