summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power1-0/+3
Change-Id: I992a444c844d4103fcf3dd762aaeec85dc4c011d
2013-04-04Added and fixed various vba APINoel Power3-0/+3
Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type re-enabled build ( and associated header delivery ) of bindablecontrolhelper provided a 'real' implemenation for AutoSize member ( applicable to various controls ) Change-Id: Iee985ef1615b1b0950e578c0ed0ca10ff3db55fb
2013-02-11fix typoNoel Power1-1/+1
Change-Id: Icacc009b6d64a213114f81e9ed766f0fed208958
2013-02-11add more missing adodb constantsNoel Power5-0/+100
Change-Id: Ia43e1c63aa3a1f72deaa20351f9fe59fcc021b62
2012-11-07add license infoNoel Power2-0/+18
Change-Id: I56653d99e1fac5e1b7cd2a69b4b160df4b75bb5d (cherry picked from commit a7d38322d6211863024456602da1dff23a8316dd) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-10-31add some new ado constants bnc#787452Noel Power3-0/+55
Change-Id: I1079cf87d223fc03e8cef53f69fa76ea4386c9b8
2012-09-28add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power1-0/+1
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-23support Sheets.PrintPreview bnc#757844Noel Power1-0/+1
there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify the sheets to preview
2012-04-20add stub vba implementation Application methodsNoel Power1-0/+3
added Application.DisplayExcel4Menus, Application.DisplayNoteIndicator, Application.ShowWindowsInTaskbar. Althought these attributes of the Application object don't do anything they allow setting and retrieval of the state. We could make a usable implementation for Application.DisplayNoteIndicator, the others though don't really seem to have any useful equivalent in the libreoffice world
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
For Useforms it doesn't quite work exactly as MSO, for examply if we set the MousePointer for the Userform it works as expected until we mouse over another control at which point the mouse pointer is changed to that of the control. In MSO it would appear that the Userform mousepointer is king, perhaps all that is necessary is to apply the mouse pointer to each contained control, needs some investigation. Also only a limited number of the possible mouse pointer styles are processed, the conversions of mso -> lo pointer styles ( and vice-versa ) and not really tested to see if they all make sense
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
This allow to run make in a module wihtout the need to source Env.Host.sh.
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
2011-10-21UnoApiTarget: replace realpath callsMichael Stahl1-1/+1
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-19process more idl files at once - second part: makefilesMatúš Kukan1-1033/+1054
2011-09-08Revert "process more idl files at once - second part: makefiles"Norbert Thiebaud1-1054/+1033
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
2011-09-02process more idl files at once - second part: makefilesMatúš Kukan1-1033/+1054
2011-09-02include missing header fileMatúš Kukan2-0/+4
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2-2/+2
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe4-4/+4
2011-08-05reflect gmake flavorTakeshi Abe1-1/+1
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe1-0/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist4-0/+6
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-0/+38
2011-07-21resyncing to masterBjoern Michaelsen854-328699/+13265
2011-06-17the ifaces should be in namespace ooo::vbaDavid Tardon3-0/+14
2011-06-17add new IDL filesDavid Tardon1-0/+40
2011-06-17remove executable flag from idl filesDavid Tardon4-0/+0
2011-06-17ause130: #i117218# cleanupHans-Joachim Lankenau1-3/+0
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau849-328699/+13252
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-12/+12