summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power
2013-03-08fix WAE mbError unusedNoel Power
2013-03-08some further OUString cleanupThomas Arnhold
2013-03-07doh! sReturnStrg is OUStringBuffer, no need to assignNoel Power
2013-03-07fix String->OUString foobarNoel Power
2013-03-07Add some stand alone vba specific tests ( mostly vba only functions )Noel Power
2013-03-07finally remove no long needed BasicTestBaseNoel Power
2013-03-07Nested_Struct should really inherit from test::BootstrapFixtureNoel Power
2013-03-07adapt existing tests to use MacroSnipper helper classNoel Power
2013-03-07use "doUnitTest" as the method to search for, tweak error reportingNoel Power
2013-03-07Create new Macro helper class to help invoking macros for unittestsNoel Power
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-05Do not CPPUNIT_FAIL (which throws exceptions) from a destructorStephan Bergmann
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-04doubled namespacesThomas Arnhold
2013-03-04doubled includesThomas Arnhold
2013-03-04remove unused and commented out codeThomas Arnhold
2013-03-04don't do something different in dbgutil mode than productCaolán McNamara
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02coverity: fix memory leakMarkus Mohrhard
2013-03-01coverity#736108: nesting level mismatchMarkus Mohrhard
2013-02-28remove all d.lstMichael Stahl
2013-02-28coverity#705626 and coverity#705627: fix memory leakMarkus Mohrhard
2013-02-25loplugin: improve indentationThomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-23Fix typo accessable/accessibleJulien Nabet
2013-02-23Fix typo seperated/separatedJulien Nabet
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet
2013-02-22coverity#707499 coverity#735400 coverity#738541Norbert Thiebaud
2013-02-22coverity#704204 Logically dead codeNorbert Thiebaud
2013-02-22coverity#982288 Logically dead codeNorbert Thiebaud
2013-02-19coverity#735398 Logically dead codeNorbert Thiebaud
2013-02-17coverity#707502 Uninitialized scalar variableCaolán McNamara
2013-02-17coverity#707496 Uninitialized scalar variableCaolán McNamara
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar
2013-02-12Some cppcheck cleaningJulien Nabet
2013-02-12Fix Variable 'TimeBuffer' is not assigned a valueJulien Nabet
2013-02-11blind wae fix for PPUNIT_ASSERT_EQUALNoel Power
2013-02-11fix basic access to nested uno structures fdo#60117Noel Power
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin
2013-02-11fdo#46808, Use service constructor for awt::DialogProviderNoel Grandin
2013-02-05fix for fdo#60065Noel Power
2013-01-30make basic XubString freeCaolán McNamara
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac