summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit
AgeCommit message (Expand)AuthorFilesLines
2015-05-19basic: used typed LINKsNoel Grandin1-4/+4
2015-05-18missing semiCaolán McNamara1-1/+1
2015-05-18cppunit: noExplicitConstructorCaolán McNamara1-4/+5
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26WaE: this method is empty and should be removedTor Lillqvist1-0/+3
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini1-1/+1
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann1-30/+30
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+6
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl1-1/+1
2014-09-19vba - disable Currency test / invocation on master.Michael Meeks1-0/+2
2014-09-19vba: add a different variant of the same compatibility function.Michael Meeks1-1/+2
2014-09-19vba: initial impl. of compatibility methods.Michael Meeks1-1/+2
2014-06-04Avoid static BasicDLL (that would be destroyed after DeInitVCL now)Stephan Bergmann1-7/+2
2014-05-13basic: Add CDec unit testThomas Arnhold1-0/+1
2014-05-02coverity#1209779 & coverity#1209780 Resource leakChris Sherlock1-0/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-08Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-34/+24
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-10/+1
2013-11-11basic: include <> for external includesNorbert Thiebaud5-29/+29
2013-10-28fixincludeguards.sh: basicThomas Arnhold1-2/+2
2013-10-15clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke1-13/+16
2013-10-14work around crappy SbiScanner::NextSym(), fdo#70319Eike Rathke1-1/+3
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-13/+13
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-21added unit test for 10e308 math overflowEike Rathke1-0/+11
2013-03-20tweak basic_coverage test to support locale specific testingNoel Power1-2/+42
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-16coverity#982854 Assign instead of compareJulien Nabet1-2/+2
2013-03-16coverity#982853 Assign instead of compareJulien Nabet1-1/+1
2013-03-15unittest and test data for bnc#809017Noel Power1-3/+4
2013-03-11remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM fooNoel Power1-12/+13
2013-03-11unit tests and data for bnc#805071Noel Power1-4/+75
2013-03-08remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power1-32/+5
2013-03-08fix WAE mbError unusedNoel Power1-2/+0
2013-03-07Add some stand alone vba specific tests ( mostly vba only functions )Noel Power1-0/+81
2013-03-07finally remove no long needed BasicTestBaseNoel Power1-29/+0
2013-03-07Nested_Struct should really inherit from test::BootstrapFixtureNoel Power1-2/+2
2013-03-07adapt existing tests to use MacroSnipper helper classNoel Power3-193/+75
2013-03-07use "doUnitTest" as the method to search for, tweak error reportingNoel Power1-3/+5
2013-03-07Create new Macro helper class to help invoking macros for unittestsNoel Power1-0/+137
2013-03-05Do not CPPUNIT_FAIL (which throws exceptions) from a destructorStephan Bergmann1-10/+3
2013-02-11blind wae fix for PPUNIT_ASSERT_EQUALNoel Power1-5/+8
2013-02-11fix basic access to nested uno structures fdo#60117Noel Power1-0/+215