summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-4/+4
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara2-18/+0
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2-6/+3
2012-06-12convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl2-16/+14
2012-06-12SbPropertyValues: rename membersMichael Stahl2-19/+19
2012-06-12SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl2-11/+14
2012-06-12Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vectorNoel Grandin2-25/+32
2012-06-12fix previous commit:Michael Stahl1-2/+2
2012-06-12Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin2-28/+30
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara1-3/+2
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2-10/+6
2012-06-09Remove superfluous empty lines on topThomas Arnhold3-6/+0
2012-06-06drop String::ReverseCaolán McNamara1-2/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin7-73/+69
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
2012-06-02targeted string re-workNorbert Thiebaud7-105/+105
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks1-1/+1
2012-05-31nuke unused typedefTakeshi Abe1-2/+0
2012-05-14add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )Noel Power2-0/+14
2012-05-14Revert "attempt to disable multi-defined symbol on windows for basic test"Michael Stahl1-2/+1
2012-05-14CppunitTest_basic_enable does not seem to need library objectsMichael Stahl1-2/+0
2012-05-14fix missing ')' in Module.basic.mkNoel Power1-1/+1
2012-05-14attempt to disable multi-defined symbol on windows for basic testNoel Power1-1/+2
2012-05-14add simple basic runtime testNoel Power2-10/+27