summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-251-1/+0
* very suspicious combination of used SbxValues and unused aResCaolán McNamara2012-07-211-1/+2
* XubString->rtl::OUStringCaolán McNamara2012-07-2119-104/+91
* WaE: basic compile snafuMichael Meeks2012-07-181-2/+5
* re-base on ALv2 code. Includes:Michael Meeks2012-07-18134-3016/+1854
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-141-2/+0
* ure cppunit tests depend on unobootstrapprotectorCaolán McNamara2012-07-111-1/+1
* targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks2012-07-094-4/+4
* some UniString->rtl::OUStringCaolán McNamara2012-07-094-8/+9
* fix waeNoel Power2012-07-051-1/+0
* make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power2012-07-052-30/+102
* fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power2012-07-052-0/+87
* split out some common basic test stuff, add intial nested struct testNoel Power2012-07-054-46/+139
* clean up include guards in sbxvar.hxxMichael Stahl2012-07-051-19/+3
* initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power2012-07-043-38/+491
* dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]2012-07-041-1/+14
* removed unnecessary forward declarations of classTakeshi Abe2012-07-043-4/+0
* ditch String::CreateFromAsciiCaolán McNamara2012-07-0311-54/+54
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-5/+2
* Remove unused definesThomas Arnhold2012-07-011-15/+0
* Some cppcheck cleaningJulien Nabet2012-06-301-1/+1
* some pesky XubStringsCaolán McNamara2012-06-293-8/+8
* Remove unused localsThomas Arnhold2012-06-291-6/+0
* Remove UNO includes commentsThomas Arnhold2012-06-293-7/+0
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-289-18/+14
* targetted re-work of cppunit pieces.Michael Meeks2012-06-272-4/+2
* Reduce newline bloat at eofThomas Arnhold2012-06-272-69/+0
* tidy some resource stringsCaolán McNamara2012-06-263-17/+16
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-251-10/+1
* Remove various commented out definesThomas Arnhold2012-06-252-145/+0
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-212-16/+8
* re-base on ALv2 code.Michael Meeks2012-06-1915-367/+234
* remove some UniString ctorsCaolán McNamara2012-06-191-1/+1
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-181-4/+4
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-152-18/+0
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-132-6/+3
* convert SbPropertyValueArr_Impl to boost::ptr_vectorMichael Stahl2012-06-122-16/+14
* SbPropertyValues: rename membersMichael Stahl2012-06-122-19/+19
* SbPropertyValues::setPropertyValue doesn't check that property existsMichael Stahl2012-06-122-11/+14
* Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vectorNoel Grandin2012-06-122-25/+32
* fix previous commit:Michael Stahl2012-06-121-2/+2
* Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vectorNoel Grandin2012-06-122-28/+30
* use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara2012-06-121-3/+2
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-112-10/+6
* Remove superfluous empty lines on topThomas Arnhold2012-06-093-6/+0
* drop String::ReverseCaolán McNamara2012-06-061-2/+2
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-5/+2
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-067-73/+69
* targeted string re-workNorbert Thiebaud2012-06-021-2/+2