summaryrefslogtreecommitdiff
path: root/basic/source/runtime/stdobj.cxx
AgeCommit message (Expand)Author
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
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
2012-08-24sal_Bool to boolTakeshi Abe
2012-07-20XubString->rtl::OUStringCaolán McNamara
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-29some pesky XubStringsCaolán McNamara
2012-01-15remove useless misleading macrosDavid Tardon
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-10-21Added Frac function to calc formulas and BASIC standard libraryAugust Sodora
2011-08-31Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-25fix for fdo#35596 - prevent name clashes with rtl functions in vba modeNoel Power
2011-03-25calcvba: #164410# improve VBA compatibility implementation in various areas: ...Daniel Rentz [dr]
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-21Remove most of dead code inlibs-core (basic)Xisco Faulí
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-14debuglevels: pulled and merged DEV300.m100Frank Schoenheit [fs]
2011-02-08debuglevels: #i116845# introduce CaptureAssertions, to forward assertions rai...Frank Schoenheit [fs]
2011-02-05migrate to use boost unordered containersFridrich Štrba
2011-01-10removetooltypes01: #i112600# adjust basic and scaddinsMikhail Voytenko