summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2012-08-12bErrors was always trueTakeshi Abe2-6/+3
2012-08-12sal_Bool to boolTakeshi Abe10-65/+67
2012-08-09Remove useless #ifndef guardTakeshi Abe1-3/+0
2012-08-09Remove a member variable no one readsTakeshi Abe3-13/+1
2012-08-09reduce static_initialization_and_destruction chainCaolán McNamara4-28/+30
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-3/+4
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-2/+0
2012-08-06Fix "Boolean result is used in bitwise operation"Julien Nabet1-2/+1
2012-08-03Remove declared but not defined functionsTakeshi Abe1-7/+0
2012-08-03sal_Bool -> boolTakeshi Abe4-37/+37
2012-08-01Remove unused code: those classes are unusedThomas Arnhold1-13/+0
2012-07-31tweak for commit 8181dddb7bf166be4a00e9280d52f8d7a1741290 fdo#42492Noel Power1-4/+2
2012-07-31fdo#42492: fixing Basic HEX commandUray M. János1-5/+6
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara3-3/+0
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen2-2/+0
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-3/+3
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-20very suspicious combination of used SbxValues and unused aResCaolán McNamara1-1/+2
2012-07-20XubString->rtl::OUStringCaolán McNamara19-104/+91
2012-07-18WaE: basic compile snafuMichael Meeks1-2/+5
2012-07-18re-base on ALv2 code. Includes:Michael Meeks134-3016/+1854
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold1-2/+0
2012-07-11ure cppunit tests depend on unobootstrapprotectorCaolán McNamara1-1/+1
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks4-4/+4
2012-07-09some UniString->rtl::OUStringCaolán McNamara4-8/+9
2012-07-05fix waeNoel Power1-1/+0
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power2-30/+102
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power2-0/+87
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power4-46/+139
2012-07-05clean up include guards in sbxvar.hxxMichael Stahl1-19/+3
2012-07-04initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power3-38/+491
2012-07-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]1-1/+14
2012-07-04removed unnecessary forward declarations of classTakeshi Abe3-4/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara11-54/+54
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-5/+2
2012-07-01Remove unused definesThomas Arnhold1-15/+0
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-29some pesky XubStringsCaolán McNamara3-8/+8
2012-06-29Remove unused localsThomas Arnhold1-6/+0
2012-06-29Remove UNO includes commentsThomas Arnhold3-7/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara9-18/+14
2012-06-27targetted re-work of cppunit pieces.Michael Meeks2-4/+2
2012-06-27Reduce newline bloat at eofThomas Arnhold2-69/+0
2012-06-26tidy some resource stringsCaolán McNamara3-17/+16
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara1-10/+1
2012-06-25Remove various commented out definesThomas Arnhold2-145/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara2-16/+8
2012-06-19re-base on ALv2 code.Michael Meeks15-367/+234
2012-06-19remove some UniString ctorsCaolán McNamara1-1/+1