summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2-48/+0
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
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
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
2012-06-22Remove empty or non-called methodsThomas Arnhold1-2/+0
empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
2012-06-21re-base on ALv2 code.Michael Meeks114-2940/+1914
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks10-231/+162
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
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
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky24-35/+371
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx