summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák
Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
2013-03-16coverity#982854 Assign instead of compareJulien Nabet
Change-Id: I9ac6a537da3a945cc48be84559f9ce253a93cd47
2013-03-16coverity#982853 Assign instead of compareJulien Nabet
Change-Id: I51df1f766314ea801ae33d6843b5ce6fc49445ac
2013-03-15WaE: Werror=shadowCaolán McNamara
Change-Id: I7f1bddbed85076f1c909d0d9f4ecdd1cda6f1880
2013-03-15unittest and test data for bnc#809017Noel Power
Change-Id: I3ccae692db44bb3ce41b371f0b511a9db7181bf4
2013-03-15detect follow-on default member of default member object bnc#809017Noel Power
Change-Id: I366c049fc342240081957b81d2f28bfcf8d4e331
2013-03-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile
Conflicts: basic/source/sbx/sbxscan.cxx Change-Id: I5b77231d1b09cbf32fa914f3d7b60d6e631e5870
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-14Windows oleautobridge depends on ATLStephan Bergmann
Change-Id: I94b43b03f742da7c6c8cf2e6a60ed305c1395fa7
2013-03-13Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power
Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353b8d
2013-03-12basic: make the makefile a bit nicerMatúš Kukan
Change-Id: Ib606c0a9c84b35f4ab4b10dd7dc4dd82e85fcb71
2013-03-11basic: translation of all debug messagesThomas Arnhold
runtime.cxx: Added some output instead of nothing. Change-Id: Ia25ae4b5fe8661a8a3ac317bc0562e1339640cd8
2013-03-11remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM fooNoel Power
Change-Id: I68e2891999f306865d00b33fdfef3bc539a34e93
2013-03-11unit tests and data for bnc#805071Noel Power
Change-Id: I36fefa280ee922cbade676c951b753e632c9d8bb
2013-03-11bnc#805071 fix object assigment problems when default members presentNoel Power
Change-Id: I6f7dfd369a36aff06f15b9a3affadb9d19787a9c
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard
Change-Id: I4f73f77b27d2ed28a9f97757105c8a6cc5521b33
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power
Change-Id: I1b19fec59419575fcf09d79986b6bac73ea51c9a
2013-03-08fix WAE mbError unusedNoel Power
Change-Id: I03bae6808008dcb0b53b1e816f3fe84739036773
2013-03-08some further OUString cleanupThomas Arnhold
Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605
2013-03-07doh! sReturnStrg is OUStringBuffer, no need to assignNoel Power
Change-Id: I490d20e8b494b4f59277b1cc92c73beb65a05813
2013-03-07fix String->OUString foobarNoel Power
Change-Id: Ia924e6e8f3cfa25b131185713699d64e9d339357
2013-03-07Add some stand alone vba specific tests ( mostly vba only functions )Noel Power
Change-Id: I137e93a8af67b7eec4c51348caf3d0d03dbbce73
2013-03-07finally remove no long needed BasicTestBaseNoel Power
Change-Id: Ic1522b0c3a292af061f5777e06e796dd82884fbf
2013-03-07Nested_Struct should really inherit from test::BootstrapFixtureNoel Power
Change-Id: I06255940f41c32493187d1ec847f7238fef4e9f8
2013-03-07adapt existing tests to use MacroSnipper helper classNoel Power
Change-Id: I50980d9510b82277a5da04cc4f6c1d3ec8e7c756
2013-03-07use "doUnitTest" as the method to search for, tweak error reportingNoel Power
Change-Id: I0c0f4ce1304b561bf94af5444c83d8920062568b
2013-03-07Create new Macro helper class to help invoking macros for unittestsNoel Power
Change-Id: Icc3cbfc3eae6ade037960497e7fe2addf1912897
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin
Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-05Do not CPPUNIT_FAIL (which throws exceptions) from a destructorStephan Bergmann
...this is a sure way to std::terminate Change-Id: I8753b1b1d6594829ea529462aa0369e4f2f623d4
2013-03-04sal_Bool to boolTakeshi Abe
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespacesThomas Arnhold
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled includesThomas Arnhold
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04remove unused and commented out codeThomas Arnhold
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04don't do something different in dbgutil mode than productCaolán McNamara
Change-Id: Ibe0f41206ffaa3ff73018e49b4e710123c7fb14d
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-02coverity: fix memory leakMarkus Mohrhard
Change-Id: I17a09015d98a98349571a35492d516724ae2daa9
2013-03-01coverity#736108: nesting level mismatchMarkus Mohrhard
Change-Id: I6e6a3baa5aba5591a40fd236e7a2056fb59d6977
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28coverity#705626 and coverity#705627: fix memory leakMarkus Mohrhard
Change-Id: I68f43d07798ccb3fc3a5ab438992ac74f4cd262a
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25loplugin: unused variablesThomas Arnhold
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
2013-02-23Fix typo accessable/accessibleJulien Nabet
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
2013-02-23Fix typo seperated/separatedJulien Nabet
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
2013-02-22coverity#707499 coverity#735400 coverity#738541Norbert Thiebaud
Change-Id: Idc00fe9ad5158043cf2eee652567581111c89177 Reviewed-on: https://gerrit.libreoffice.org/2277 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-22coverity#704204 Logically dead codeNorbert Thiebaud
Change-Id: I0a8dbbb3dbe7408e6f4d92c0bbebdaaa7d882f01 Reviewed-on: https://gerrit.libreoffice.org/2271 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>