summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)Author
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-05-07CDateFromIso: accept YYMMDD for compatibility, tdf#106956 follow-upEike Rathke
2017-05-04Resolves: tdf#106956 CDateFromIso accept also YYYY-MM-DD formEike Rathke
2017-05-04CDateToIso: larger buffer for possible year rangeEike Rathke
2016-10-16clang-cl loplugin: basicStephan Bergmann
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-10tdf#99089: avoid some crashes in BasicJulien Nabet
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann
2016-03-07tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-26Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-19Use more proper integer typesMatteo Casalin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl
2015-05-12Missing disposeAndClear in MsgBox basic functionPhilippe Jung
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann