summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-04-01Use local utility functions instead of SbxSimpleCharClassArnaud Versini1-32/+26
2013-03-30fix loplugin warningsPeter Foley1-0/+2
2013-03-29ResMgr with LanguageTagEike Rathke2-4/+2
2013-03-28Bypass extension scanning unless HAVE_FEATURE_EXTENSIONSTor Lillqvist1-0/+4
2013-03-27-Wunused-macrosStephan Bergmann5-19/+1
2013-03-25sal_Bool to boolTakeshi Abe1-3/+3
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold3-10/+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-21SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke1-2/+5
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke1-2/+2
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-19windows build fixAndras Timar1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar2-29/+17
2013-03-19remove unused header: tools/fsys.hxxAndras Timar1-1/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter3-4/+1
2013-03-19More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann1-1/+1
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-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-4/+4
2013-03-15WaE: Werror=shadowCaolán McNamara1-7/+7
2013-03-15detect follow-on default member of default member object bnc#809017Noel Power2-0/+29
2013-03-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+5
2013-03-13Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power1-1/+1
2013-03-11basic: translation of all debug messagesThomas Arnhold10-31/+32
2013-03-11bnc#805071 fix object assigment problems when default members presentNoel Power1-11/+32
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-4/+4
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-3/+3
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-0/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+6
2013-03-08some further OUString cleanupThomas Arnhold4-6/+5
2013-03-07doh! sReturnStrg is OUStringBuffer, no need to assignNoel Power1-1/+1
2013-03-07fix String->OUString foobarNoel Power1-1/+1
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin1-25/+20
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong3-34/+36
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled namespacesThomas Arnhold1-3/+0
2013-03-04doubled includesThomas Arnhold2-3/+0
2013-03-04remove unused and commented out codeThomas Arnhold1-27/+0
2013-03-04don't do something different in dbgutil mode than productCaolán McNamara1-12/+7
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold6-10/+10
2013-03-02coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-03-01coverity#736108: nesting level mismatchMarkus Mohrhard1-1/+4
2013-02-28coverity#705626 and coverity#705627: fix memory leakMarkus Mohrhard1-0/+1
2013-02-25loplugin: improve indentationThomas Arnhold3-10/+5
2013-02-25loplugin: unused variablesThomas Arnhold5-9/+1
2013-02-23Fix typo accessable/accessibleJulien Nabet1-5/+5