summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2013-10-15Defer OUString -> OString conversionStephan Bergmann
2013-10-12Test WNT instead of the vague UNXTor Lillqvist
2013-10-11CID#1103740 uninitialized valueCaolán McNamara
2013-10-03unused StringHashCodeCaolán McNamara
2013-09-17convert BASIC from String to OUStringNoel Grandin
2013-09-12CID#707499 check for 0 nDimsCaolán McNamara
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist
2013-09-02fix runtime error when using extended typesNoel Power
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-29Basic: make sure a messagebox has solarmutexLionel Elie Mamane
2013-07-10drop intermediate stringsCaolán McNamara
2013-07-05fixup nanosecond precisionLionel Elie Mamane
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-06-13blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545Noel Power
2013-06-10Werror: labels ... not handled in switchFridrich Štrba
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba
2013-05-29bogus TRUE/FALSE -> sal_False/sal_TrueCaolán McNamara
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin
2013-05-20fix wildcard handling regression( for basic functions like Dir ) fdo#64536Noel Power
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-09fix VBA mode MkDir when passed folder is not a full pathNoel Power
2013-04-26fix windows buildThomas Arnhold
2013-04-26some more namespace cleanupThomas Arnhold
2013-04-24Combine fairly pointlessly split source code for SbiRuntime into one fileTor Lillqvist
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-18get rid of some Germanism (and some Windowsism)Eike Rathke
2013-04-18Revert "svformatter already accept OUString input", fdo#63306Eike Rathke
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-17-Werror=unused-macros (MinGW, GradientStyle_RECT)Stephan Bergmann
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold
2013-03-23coverity#704205/704206/704207 Logically dead codeJulien Nabet
2013-03-22in Val() check status after stringToDouble()Eike Rathke
2013-03-19windows build fixAndras Timar
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar
2013-03-19remove unused header: tools/fsys.hxxAndras Timar
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter
2013-03-19follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power
2013-03-19remove commented out line I inserted to screw up Juliens patchNoel Power
2013-03-19fix for fdo#62090 Mid function regressionJulien Nabet
2013-03-15WaE: Werror=shadowCaolán McNamara