summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Resolves: fdo#73771 Non-standard behaviour for Function MidJulien Nabet1-1/+2
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
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-17-Werror=unused-macros (MinGW, GradientStyle_RECT)Stephan Bergmann1-1/+0
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold1-7/+0
2013-03-23coverity#704205/704206/704207 Logically dead codeJulien Nabet1-3/+3
2013-03-22in Val() check status after stringToDouble()Eike Rathke1-3/+14
2013-03-19windows build fixAndras Timar1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar1-23/+17
2013-03-19follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power1-2/+6
2013-03-19remove commented out line I inserted to screw up Juliens patchNoel Power1-1/+0
2013-03-19fix for fdo#62090 Mid function regressionJulien Nabet1-1/+2
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled includesThomas Arnhold1-2/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-22coverity#704204 Logically dead codeNorbert Thiebaud1-1/+1
2013-02-17coverity#707496 Uninitialized scalar variableCaolán McNamara1-2/+3
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-3/+1
2013-01-07fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits1-1/+5
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza1-24/+24
2012-12-27fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits1-1/+3
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann1-0/+7
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-18basic: fix OUString copy overrun in Mid()Norbert Thiebaud1-1/+12
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-7/+2
2012-11-07basic: String -> OUStringNorbert Thiebaud1-288/+321
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-4/+4
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-57/+408
2012-11-03basic: OUStringification of ddectrlNorbert Thiebaud1-14/+29