summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard2015-10-172-6/+41
* tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard2015-08-314-8/+203
* tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann2015-08-201-6/+1
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-08-062-2/+2
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-08-062-3/+4
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-2/+2
* tdf#90110: basic: fix Randomize statementMichael Stahl2015-05-192-8/+40
* basic: used typed LINKsNoel Grandin2015-05-194-18/+18
* missing semiCaolán McNamara2015-05-181-1/+1
* cppunit: noExplicitConstructorCaolán McNamara2015-05-181-4/+5
* Remove include stdio (part2)Julien Nabet2015-05-182-4/+0
* remove unnecessary header fileNoel Grandin2015-05-1715-46/+18
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-152-18/+0
* Missing disposeAndClear in MsgBox basic functionPhilippe Jung2015-05-121-0/+1
* tdf#90969: basic: add horrible hack to avoid crash due to ...Michael Stahl2015-05-121-3/+16
* Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini2015-05-121-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-118-28/+28
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-2/+2
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-5/+5
* Unwind SotStorageRef typedefStephan Bergmann2015-05-073-9/+9
* tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet2015-04-301-4/+4
* Gradually typed LinkStephan Bergmann2015-04-304-7/+7
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-292-9/+4
* Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann2015-04-291-2/+1
* convert STR_EVENT constants to scoped enumNoel Grandin2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-283-50/+71
|\
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-173-9/+9
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-102-2/+2
| * vclwidget: only call dispose() onceNoel Grandin2015-04-102-2/+2
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-3/+3
| * vcl: VclPtr conversion in basicNoel Grandin2015-04-092-39/+60
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-281-2/+2
* | Dialog::Execute returns short/VclResponseTypeStephan Bergmann2015-04-281-5/+1
* | SbModule::Run return value is unusedStephan Bergmann2015-04-281-5/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-244-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-232-3/+3
* | Update to XDocumentEventBroadcaster et alStephan Bergmann2015-04-221-6/+6
* | Related tdf#55502: Harden a bitJulien Nabet2015-04-191-1/+1
* | callcatcher: update unusedcodeCaolán McNamara2015-04-191-18/+0
* | tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet2015-04-181-2/+6
* | SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-172-2/+2
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1537-154/+154
* | loplugin:staticmethodsNoel Grandin2015-04-1312-30/+27
* | BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini2015-04-131-184/+83
|/
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-1/+1
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-1/+1