summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime
Commit message (Expand)AuthorAgeFilesLines
* replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2012-09-211-3/+3
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+1
* dung out namespacing clutter.Michael Meeks2012-09-171-49/+41
* fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin2012-09-171-14/+6
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+1
* fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin2012-09-141-5/+5
* targetted VBA re-work.Noel Power2012-09-121-41/+1
* fdo#54718 fix opcode detection in basic resulting in failed/unregcognized codeNoel Power2012-09-101-3/+3
* sal_Bool to boolTakeshi Abe2012-09-082-8/+8
* sal_Bool to boolTakeshi Abe2012-09-071-5/+5
* sal_Bool to boolTakeshi Abe2012-09-051-1/+1
* String::Expand -> string::padToLengthCaolán McNamara2012-08-291-6/+7
* fix for fdo#54046Noel Power2012-08-271-1/+7
* sal_Bool to boolTakeshi Abe2012-08-245-50/+50
* sal_Bool to boolTakeshi Abe2012-08-222-9/+9
* sal_Bool to boolTakeshi Abe2012-08-215-35/+35
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-161-2/+0
* sal_Bool to boolTakeshi Abe2012-08-141-1/+1
* sal_Bool to boolTakeshi Abe2012-08-122-4/+4
* reduce static_initialization_and_destruction chainCaolán McNamara2012-08-091-8/+12
* tweak for commit 8181dddb7bf166be4a00e9280d52f8d7a1741290 fdo#42492Noel Power2012-07-311-4/+2
* fdo#42492: fixing Basic HEX commandUray M. János2012-07-311-5/+6
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-301-1/+0
* basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl2012-07-271-3/+3
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-231-1/+0
* XubString->rtl::OUStringCaolán McNamara2012-07-202-9/+8
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1821-485/+296
* fix waeNoel Power2012-07-051-1/+0
* make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power2012-07-051-30/+33
* initial attempt at fdo#47263 allow direct access to nested uno structsNoel Power2012-07-041-27/+42
* ditch String::CreateFromAsciiCaolán McNamara2012-07-035-12/+12
* some pesky XubStringsCaolán McNamara2012-06-291-2/+2
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-283-7/+6
* tidy some resource stringsCaolán McNamara2012-06-261-2/+1
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-193-74/+48
* remove some UniString ctorsCaolán McNamara2012-06-191-1/+1
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-112-10/+6
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+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-32/+31
* targeted string re-workNorbert Thiebaud2012-06-021-2/+2
* targeted string re-workNorbert Thiebaud2012-06-023-25/+25
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
* callcatcher: remove some unused codeCaolán McNamara2012-04-021-20/+2
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-281-2/+0
* fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power2012-03-091-1/+7
* Removed unused macroTakeshi Abe2012-03-081-5/+0
* basic: add missing forward declarations for helper functionsMichael Meeks2012-03-052-1/+5
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-052-123/+153