summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Expand)AuthorFilesLines
2013-06-07add missing PageSetup.PageSize apiNoel Power1-0/+1
2013-05-15make some vba Name object attributes read/write and add test documentNoel Power1-4/+4
2013-05-15fix various problems with vba Names & Names objectsNoel Power1-1/+1
2013-05-09bnc#813528 stub out some missing XPageSetup apiNoel Power1-0/+3
2013-05-07tweak vba Control implementation to aritificially fire events from apiNoel Power1-1/+4
2013-04-29implement Range.NameNoel Power1-0/+2
2013-04-26stub implementation(s) for Application EnableCancelKey & InternationalNoel Power1-1/+2
2013-04-26implement Application.Iteration & Application.InchesToPointsNoel Power1-0/+2
2013-04-26implement Application.UndoNoel Power1-0/+1
2013-04-26fix memory leak with orphaned controls created on the flyNoel Power1-1/+1
2013-04-26add Workbook.Save methodNoel Power1-0/+6
2013-04-26support Shape.AlternativeNoel Power1-0/+1
2013-04-19ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power1-1/+1
2013-04-19handle various ReturnXXXX types for formsNoel Power5-12/+19
2013-04-05Added and fixed various vba APINoel Power3-0/+3
2013-02-12add more missing adodb constantsNoel Power5-0/+100
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-3/+3
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks734-2048/+13045
2012-11-06add license infoNoel Power2-0/+18
2012-11-01add some new ado constants bnc#787452Noel Power3-0/+55
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2-48/+0
2012-09-12targetted VBA re-work.Noel Power23-399/+109
2012-08-01add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power1-0/+1
2012-06-22Remove empty or non-called methodsThomas Arnhold1-2/+0
2012-06-21re-base on ALv2 code.Michael Meeks114-2940/+1914
2012-06-21re-base on ALv2 code.Michael Meeks10-231/+162
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power1-0/+1
2012-04-20add stub vba implementation Application methodsNoel Power1-0/+3
2012-04-20vba api Application.DisplayScrollBars implementation bnc#757840Noel Power1-0/+1
2012-04-20implement VBA Application.DisplayFullScreen bnc#757885Noel Power1-0/+1
2012-04-17add support for MousePointer attribute in controlsNoel Power1-0/+1
2012-04-08gbuild: "use" vs. "add"David Tardon1-1/+1
2012-04-06merge feature/gbuild_componentsDavid Tardon4-81/+17
2012-04-05oovbaapi: remove bogus ttt.diffMichael Stahl1-410/+0
2012-04-01merge origin/masterDavid Tardon11-37/+54
2012-03-20add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power8-1/+46
2012-03-11refactor UnoApi classDavid Tardon4-81/+17
2012-03-05vba implementation for Application.OnKeyNoel Power1-1/+1
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+5
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-21oovbaapi: kill dmakefilesMichael Stahl6-467/+0
2011-11-21oovbaapi: empty d.lst and add missing IDLs to makefileMichael Stahl3-17/+6
2011-11-21oovbaapi: rename SheetObject.idl to Button.idlMichael Stahl1-2/+2
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-10-28Add vba support for assigning names to cell rangesAugust Sodora1-1/+1
2011-10-23no need for SRCDIR parameter hereMatúš Kukan1-1/+1