summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-03tdf#90110: basic: fix Randomize statementMichael Stahl1-7/+39
2015-04-23tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet1-2/+6
2015-02-12Resolves fdo#87834: strange behavior of mid()-functionJulien Nabet1-2/+8
2014-11-23busted loop condition and coverity#1255390 Resource leakCaolán McNamara1-2/+3
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
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-21Resolves: fdo#73771 Non-standard behaviour for Function MidJulien Nabet1-1/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2014-01-14bool improvementsStephan Bergmann1-3/+3
2013-12-11sbstdobj.hxx is private to basicTor Lillqvist1-1/+1
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist1-1/+1
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr1-1/+1
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin1-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-12Test WNT instead of the vague UNXTor Lillqvist1-13/+6
2013-10-11CID#1103740 uninitialized valueCaolán McNamara1-1/+1
2013-09-17convert BASIC from String to OUStringNoel Grandin1-3/+3
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane1-6/+194
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-5/+5
2013-07-29Basic: make sure a messagebox has solarmutexLionel Elie Mamane1-0/+3
2013-07-05fixup nanosecond precisionLionel Elie Mamane1-1/+1
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-2/+3
2013-05-29bogus TRUE/FALSE -> sal_False/sal_TrueCaolán McNamara1-5/+5
2013-05-20fix wildcard handling regression( for basic functions like Dir ) fdo#64536Noel Power1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-09fix VBA mode MkDir when passed folder is not a full pathNoel Power1-0/+22
2013-04-26some more namespace cleanupThomas Arnhold1-0/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1