summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add simple Range.Name testfeature/misc-vba-reworkNoel Power2013-05-071-0/+0
* implement Range.NameNoel Power2013-05-073-0/+55
* stub implementation(s) for Application EnableCancelKey & InternationalNoel Power2013-05-073-2/+30
* implement Application.Iteration & Application.InchesToPointsNoel Power2013-05-074-3/+48
* implement Application.UndoNoel Power2013-05-073-0/+11
* fix VBA mode MkDir when passed folder is not a full pathNoel Power2013-05-071-0/+22
* fix userform data aware control importNoel Power2013-05-072-1/+3
* add some Range.value testsNoel Power2013-05-071-0/+0
* reset Logical format when setting a number value via Range vba apiNoel Power2013-05-071-0/+9
* fix memory leak with orphaned controls created on the flyNoel Power2013-05-073-7/+36
* add new test for WorkbooksNoel Power2013-05-072-3/+14
* add Workbook.Save methodNoel Power2013-05-073-0/+100
* Parse workbook name correctly, don't fall over spaces etc.Noel Power2013-05-073-5/+13
* support UserForm.Visible attributeNoel Power2013-05-072-0/+20
* support Shape.AlternativeNoel Power2013-05-073-0/+19
* add OLEObject related testNoel Power2013-05-071-0/+0
* return correct object ( was returning an uno object in the vba api )Noel Power2013-05-071-1/+1
* some testcases for api generated changed & click events for vba controlsNoel Power2013-05-071-0/+0
* tweak combox to selectively fire change or click eventNoel Power2013-05-071-1/+9
* tweak MiscControls to test simple textbox change eventNoel Power2013-05-071-0/+0
* support api initiated change_event for combox & textboxNoel Power2013-05-072-0/+7
* handle non int32 values for Field in Range.AutoFilterNoel Power2013-05-071-3/+15
* Add check form contrast and IncrememtContrast behaviour in Shapes.xlsNoel Power2013-05-071-0/+0
* fix contrast not increment to limit value between 0.0 & 1.0Noel Power2013-05-071-5/+5
* Tweak further the indices checked for break, also tweak test documentNoel Power2013-05-072-2/+2
* fix limits check on breaks ( ignore breaks outside used area )Noel Power2013-05-072-6/+14
* Renable Range-2 vba test as I589b93461b5f4125408f4fc2cb87cd84686f7b95 fixed itNoel Power2013-05-071-5/+0
* add Range.Cut checkNoel Power2013-05-071-0/+0
* re-enable Ranges.xls vba testdocument, additionally remove some failing testsNoel Power2013-05-072-2/+0
* Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power2013-05-071-1/+1
* Revert "remove unused parameter"Noel Power2013-05-072-3/+4
* fix range cut with destination paramater( missing else )Noel Power2013-05-071-0/+1
* some extra tests for ListBox.MultiSelection and ListBox.Text apiNoel Power2013-05-071-0/+0
* Setting TEXT causes exception, don't do itNoel Power2013-05-071-2/+1
* ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power2013-05-073-7/+23
* Add some misc control related vba testsNoel Power2013-05-072-0/+4
* fix TextBox value error, MaxLength is long in vba but short in libreofficeNoel Power2013-05-071-3/+4
* add test for new vba ReturnInteger typeNoel Power2013-05-073-0/+4
* tweak vba Control implementation to aritificially fire events from apiNoel Power2013-05-073-4/+10
* handle various ReturnXXXX types for formsNoel Power2013-05-077-20/+101
* adjust components needed for CheckOptionToggleValue.xls testfileNoel Power2013-05-071-0/+3
* add new vba test file ( for testing input/output for 'Value' attributes )Noel Power2013-05-072-0/+4
* create togglebutton class ( for togglebutton on sheet )Noel Power2013-05-071-1/+8
* handle bool value for checkbox, radiobutton, togglebutton consistentlyNoel Power2013-05-073-18/+22
* Better loggingStephan Bergmann2013-05-072-2/+7
* Avoid warnings about unused test functionsStephan Bergmann2013-05-071-43/+49
* Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann2013-05-074-1/+122
* codesign --timestamp=none is not supported on 10.6Norbert Thiebaud2013-05-071-1/+1
* drop commented-out codeTakeshi Abe2013-05-072-100/+0
* gbuild: ExternalProject: always build externals from scratchMichael Stahl2013-05-071-3/+16