summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Fix typo ImpLoadLibaryTakeshi Abe2-8/+8
2012-08-28Remove unused member variableTakeshi Abe1-6/+0
2012-08-28Remove useless member variableTakeshi Abe1-4/+0
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-6/+2
2012-08-27fix for fdo#54046Noel Power1-1/+7
2012-08-24sal_Bool to boolTakeshi Abe9-80/+80
2012-08-22sal_Bool to boolTakeshi Abe9-52/+52
2012-08-22Remove dead codeTakeshi Abe1-30/+0
2012-08-22Remove unused functionTakeshi Abe1-2/+0
2012-08-21sal_Bool to boolTakeshi Abe15-84/+84
2012-08-21Remove unused functionTakeshi Abe1-1/+0
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan1-0/+4
2012-08-20sal_Bool to boolTakeshi Abe8-74/+74
2012-08-19sal_Bool to boolTakeshi Abe8-94/+94
2012-08-17Remove unused member variableTakeshi Abe1-10/+0
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann7-23/+0
2012-08-15sal_Bool to boolTakeshi Abe3-21/+19
2012-08-14Remove declared but not defined functionTakeshi Abe1-1/+0
2012-08-14sal_Bool to boolTakeshi Abe6-64/+61
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