summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet1-1/+1
2013-02-22coverity#707499 coverity#735400 coverity#738541Norbert Thiebaud1-21/+9
2013-02-22coverity#704204 Logically dead codeNorbert Thiebaud1-1/+1
2013-02-22coverity#982288 Logically dead codeNorbert Thiebaud1-4/+0
2013-02-19coverity#735398 Logically dead codeNorbert Thiebaud1-3/+3
2013-02-17coverity#707502 Uninitialized scalar variableCaolán McNamara1-1/+1
2013-02-17coverity#707496 Uninitialized scalar variableCaolán McNamara1-2/+3
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar1-1/+0
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+1
2013-02-12Fix Variable 'TimeBuffer' is not assigned a valueJulien Nabet1-0/+1
2013-02-11fix basic access to nested uno structures fdo#60117Noel Power1-8/+32
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-8/+2
2013-02-11fdo#46808, Use service constructor for awt::DialogProviderNoel Grandin1-7/+4
2013-02-05fix for fdo#60065Noel Power1-0/+10
2013-01-30make basic XubString freeCaolán McNamara1-2/+2
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin4-18/+5
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-8/+6
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-6/+6
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac3-3/+3
2013-01-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan4-70/+73
2013-01-07fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits1-1/+5
2013-01-03fix buildLuboš Luňák2-3/+3