summaryrefslogtreecommitdiffstats
path: root/basic/qa
Commit message (Expand)AuthorAgeFilesLines
* Related fdo#87834: add 2 unit testsJulien Nabet2015-01-232-0/+30
* Fix typo comments Resouce->ResourceAndrea Gelmini2015-01-191-1/+1
* Related: #i94895# revert the part of revision 1650261Tsutomu Uchino2015-01-111-1/+1
* Resolves: #i94895# fix illegal result of Replace runtime function"Caolán McNamara2015-01-091-1/+1
* Rename "Mid" unit tests to distinguish cases with 2 and 3 argsJulien Nabet2014-12-304-0/+0
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-30/+30
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-051-6/+6
* basic: move SbxAppData to a BasicDLL memberMichael Stahl2014-10-231-1/+1
* vba - disable Currency test / invocation on master.Michael Meeks2014-09-192-3/+5
* vba: add a different variant of the same compatibility function.Michael Meeks2014-09-192-1/+106
* vba: initial impl. of compatibility methods.Michael Meeks2014-09-194-7/+94
* Avoid static BasicDLL (that would be destroyed after DeInitVCL now)Stephan Bergmann2014-06-041-7/+2
* basic: update descriptions and add some more testsThomas Arnhold2014-05-131-6/+20
* basic: Add CDec unit testThomas Arnhold2014-05-132-0/+73
* coverity#1209779 & coverity#1209780 Resource leakChris Sherlock2014-05-021-0/+2
* remove executable bitAndras Timar2014-04-171-0/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-2/+2
* basic: prefer passing OUString and OString by referenceNoel Grandin2014-03-131-4/+4
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* Add some unit-tests for Mid vb function (includes fdo#73771)Julien Nabet2014-01-224-0/+60
* Drop duplicate #includeTakeshi Abe2013-12-081-1/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-34/+24
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-10/+1
* basic: include <> for external includesNorbert Thiebaud2013-11-115-29/+29
* fixincludeguards.sh: basicThomas Arnhold2013-10-281-2/+2
* clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke2013-10-151-13/+16
* work around crappy SbiScanner::NextSym(), fdo#70319Eike Rathke2013-10-141-1/+3
* fix for fdo#62323 fix duplicated and wrong testsNoel Power2013-08-202-4/+4
* fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power2013-08-204-0/+72
* typo lengthJulien Nabet2013-06-011-1/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-303-3/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-13/+13
* new module i18nlangtagEike Rathke2013-04-051-1/+1
* added unit test for 10e308 math overflowEike Rathke2013-03-211-0/+11
* another variation of the localised Cdbl testNoel Power2013-03-211-0/+14
* tweak basic_coverage test to support locale specific testingNoel Power2013-03-202-2/+56
* further OUString cleanupThomas Arnhold2013-03-191-1/+1
* coverity#982854 Assign instead of compareJulien Nabet2013-03-161-2/+2
* coverity#982853 Assign instead of compareJulien Nabet2013-03-161-1/+1
* unittest and test data for bnc#809017Noel Power2013-03-152-3/+28
* remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM fooNoel Power2013-03-111-12/+13
* unit tests and data for bnc#805071Noel Power2013-03-114-4/+124
* remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power2013-03-081-32/+5
* fix WAE mbError unusedNoel Power2013-03-081-2/+0
* Add some stand alone vba specific tests ( mostly vba only functions )Noel Power2013-03-079-0/+1244
* finally remove no long needed BasicTestBaseNoel Power2013-03-071-29/+0
* Nested_Struct should really inherit from test::BootstrapFixtureNoel Power2013-03-071-2/+2
* adapt existing tests to use MacroSnipper helper classNoel Power2013-03-073-193/+75
* use "doUnitTest" as the method to search for, tweak error reportingNoel Power2013-03-071-3/+5
* Create new Macro helper class to help invoking macros for unittestsNoel Power2013-03-071-0/+137