summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)AuthorFilesLines
2013-12-02Resolves: #i74854# fix buttons in MsgBox with info iconHerbert Dürr1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-11basic: include <> for external includesNorbert Thiebaud8-31/+31
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2-15/+15
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: basicThomas Arnhold3-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-10-15Defer OUString -> OString conversionStephan Bergmann2-17/+12
2013-10-12Test WNT instead of the vague UNXTor Lillqvist1-13/+6
2013-10-11CID#1103740 uninitialized valueCaolán McNamara1-1/+1
2013-10-03unused StringHashCodeCaolán McNamara1-8/+0
2013-09-17convert BASIC from String to OUStringNoel Grandin2-13/+13
2013-09-12CID#707499 check for 0 nDimsCaolán McNamara1-1/+1
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane4-9/+213
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist2-2/+2
2013-09-02fix runtime error when using extended typesNoel Power1-1/+2
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-10drop intermediate stringsCaolán McNamara1-4/+4
2013-07-05fixup nanosecond precisionLionel Elie Mamane1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-2/+2
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-2/+3
2013-06-13blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545Noel Power1-1/+1
2013-06-10Werror: labels ... not handled in switchFridrich Štrba1-0/+3
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba1-4/+3
2013-05-29bogus TRUE/FALSE -> sal_False/sal_TrueCaolán McNamara1-5/+5
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin1-1/+1
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann1-1/+1
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin1-1/+1
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-26fix windows buildThomas Arnhold2-0/+6
2013-04-26some more namespace cleanupThomas Arnhold2-1/+4
2013-04-24Combine fairly pointlessly split source code for SbiRuntime into one fileTor Lillqvist4-3534/+3434
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-18get rid of some Germanism (and some Windowsism)Eike Rathke1-7/+7
2013-04-18Revert "svformatter already accept OUString input", fdo#63306Eike Rathke1-3/+5
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-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák8-38/+38
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-03-29ResMgr with LanguageTagEike Rathke1-2/+1
2013-03-27-Wunused-macrosStephan Bergmann3-7/+0
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold3-10/+0
2013-03-23coverity#704205/704206/704207 Logically dead codeJulien Nabet1-3/+3