summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2012-07-18WaE: basic compile snafuMichael Meeks
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold
2012-07-11ure cppunit tests depend on unobootstrapprotectorCaolán McNamara
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-05fix waeNoel Power
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power
2012-07-05clean up include guards in sbxvar.hxxMichael Stahl
2012-07-04initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power
2012-07-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-29some pesky XubStringsCaolán McNamara
2012-06-29Remove unused localsThomas Arnhold
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-27Reduce newline bloat at eofThomas Arnhold
2012-06-26tidy some resource stringsCaolán McNamara
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
2012-06-19re-base on ALv2 code.Michael Meeks
2012-06-19remove some UniString ctorsCaolán McNamara
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-12convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl
2012-06-12SbPropertyValues: rename membersMichael Stahl
2012-06-12SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl
2012-06-12Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vectorNoel Grandin
2012-06-12fix previous commit:Michael Stahl
2012-06-12Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-06drop String::ReverseCaolán McNamara
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks
2012-05-31nuke unused typedefTakeshi Abe