summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-16Fix typosAndrea Gelmini
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-15remove tools/solarmutex.hxxNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin
2016-04-06Avoid reserved identifierStephan Bergmann
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-04tdf#97499 Fixed containers parameters clearing #2tymyjan
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-02-26tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq
2016-02-25coverity#1231668 Unchecked return valueCaolán McNamara
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-15cppcheck: unreadVariableCaolán McNamara
2016-02-15fix indentCaolán McNamara
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04loplugin:fpcomparison in basic/Noel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-16BASIC : Remove useless virtual function overrideArnaud Versini
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2016-01-05Fix typosAndrea Gelmini
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-27sal_uIntPtr to sal_uInt32Matteo Casalin
2015-12-23loplugin:unusedfields in basicNoel Grandin
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni