summaryrefslogtreecommitdiffstats
path: root/basic/source/classes/sb.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-19/+19
* new plugin stylepoliceNoel Grandin2016-04-211-3/+3
* remove tools/solarmutex.hxxNoel Grandin2016-04-151-3/+7
* make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2016-04-111-3/+2
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1
* BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini2016-02-221-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-7/+0
* BASIC : Remove useless virtual function overrideArnaud Versini2016-01-161-6/+0
* BASIC : Remove useless methods in StarBasicArnaud Versini2016-01-161-12/+2
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-121-2/+2
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-071-3/+3
* BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini2016-01-071-46/+32
* Fix typosAndrea Gelmini2016-01-051-1/+1
* BASIC : Remove useless allocation operator overloadArnaud Versini2015-12-301-15/+0
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-271-1/+1
* BASIC: use c++ foreach loops when possible.Arnaud Versini2015-12-131-3/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-3/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-64/+64
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-9/+9
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-9/+9
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-20/+20
* Clean up aEmptyStephan Bergmann2015-08-271-6/+5
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* inline "old" SbERR constantsNoel Grandin2015-07-281-143/+143
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-5/+5
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-29/+29
* com::sun::star->css in basicNoel Grandin2015-07-201-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-061-2/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* remove SFX_NOTIFY macroNoel Grandin2015-06-241-6/+4
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* basic: used typed LINKsNoel Grandin2015-05-191-8/+8
* Remove include stdio (part2)Julien Nabet2015-05-181-3/+0
* tdf#90969: basic: add horrible hack to avoid crash due to ...Michael Stahl2015-05-121-3/+16
* Gradually typed LinkStephan Bergmann2015-04-301-3/+3
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-9/+9
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+3
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-3/+3
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-14/+14
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* coverity#1242794 Untrusted loop boundCaolán McNamara2014-11-051-2/+10
* fdo#84935: basic: DocBasicItem is a UNO service, lock SolarMutex in dtorMichael Stahl2014-10-231-0/+3