summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl1-7/+39
2015-05-12Missing disposeAndClear in MsgBox basic functionPhilippe Jung1-0/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+6
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann1-5/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-19Related tdf#55502: Harden a bitJulien Nabet1-1/+1
2015-04-18tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet1-2/+6
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks1-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-02convert SBI_ constants to enum classNoel Grandin1-4/+4
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-4/+4
2015-01-24WaE: rewrite call of rtl::OUString::operator= ...Tor Lillqvist1-1/+1
2015-01-23Resolves fdo#87834: strange behavior of mid()-functionJulien Nabet1-2/+8
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-2/+2
2015-01-11Related: #i94895# revert the part of revision 1650261Tsutomu Uchino1-1/+1
2015-01-09Resolves: #i94895# fix illegal result of Replace runtime function"Caolán McNamara1-2/+2
2015-01-08Revert "Resolves: #i94895# fix illegal result of Replace runtime function"Caolán McNamara1-2/+2
2015-01-08Resolves: #i94895# fix illegal result of Replace runtime functionTsutomu Uchino1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-3/+3
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-11-21busted loop conditionCaolán McNamara1-2/+1
2014-11-21coverity#1255390 Resource leakCaolán McNamara1-0/+2
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-10-30document array_vs_singleton dismissalsCaolán McNamara1-0/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-6/+8
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-01loplugin: cstylecastNoel Grandin1-9/+9
2014-10-01fdo#82577: Handle TimeNoel Grandin1-9/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-2/+0
2014-06-13loplugin:staticcallStephan Bergmann1-6/+6
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe1-10/+9
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold1-7/+6
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-3/+3
2014-05-14basic: use prewin.hThomas Arnhold1-14/+3
2014-04-07basic: sal_Bool->boolNoel Grandin1-27/+27
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner1-2/+2
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+5
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-02-25Remove visual noise from basicAlexander Wilms1-2/+2
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud1-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1