summaryrefslogtreecommitdiffstats
path: root/oovbaapi
Commit message (Collapse)AuthorAgeFilesLines
* unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2012-09-202-48/+0
| | | | Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
* targetted VBA re-work.Noel Power2012-09-1223-399/+109
|
* add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power2012-08-011-0/+1
| | | | Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
* Remove empty or non-called methodsThomas Arnhold2012-06-221-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
* re-base on ALv2 code.Michael Meeks2012-06-21114-2940/+1914
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2110-231/+162
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* support Sheets.PrintPreview bnc#757844Noel Power2012-04-231-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
* add stub vba implementation Application methodsNoel Power2012-04-201-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
* vba api Application.DisplayScrollBars implementation bnc#757840Noel Power2012-04-201-0/+1
|
* implement VBA Application.DisplayFullScreen bnc#757885Noel Power2012-04-201-0/+1
|
* add support for MousePointer attribute in controlsNoel Power2012-04-171-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
* gbuild: "use" vs. "add"David Tardon2012-04-081-1/+1
|
* merge feature/gbuild_componentsDavid Tardon2012-04-064-81/+17
|\
| * merge origin/masterDavid Tardon2012-04-0111-37/+54
| |\
| * | refactor UnoApi classDavid Tardon2012-03-114-81/+17
| | |
* | | oovbaapi: remove bogus ttt.diffMichael Stahl2012-04-051-410/+0
| |/ |/|
* | add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power2012-03-208-1/+46
| |
* | vba implementation for Application.OnKeyNoel Power2012-03-051-1/+1
| |
* | Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+5
| |
* | switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|/
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* oovbaapi: kill dmakefilesMichael Stahl2011-11-216-467/+0
|
* oovbaapi: empty d.lst and add missing IDLs to makefileMichael Stahl2011-11-213-17/+6
|
* oovbaapi: rename SheetObject.idl to Button.idlMichael Stahl2011-11-211-2/+2
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Add vba support for assigning names to cell rangesAugust Sodora2011-10-281-1/+1
|
* no need for SRCDIR parameter hereMatúš Kukan2011-10-231-1/+1
|
* UnoApiTarget: replace realpath callsMichael Stahl2011-10-211-1/+1
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* process more idl files at once - second part: makefilesMatúš Kukan2011-09-191-1033/+1054
|
* Revert "process more idl files at once - second part: makefiles"Norbert Thiebaud2011-09-081-1054/+1033
| | | | This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
* process more idl files at once - second part: makefilesMatúš Kukan2011-09-021-1033/+1054
|
* include missing header fileMatúš Kukan2011-09-022-0/+4
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-192-2/+2
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-104-4/+4
|
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|
* Emacs mode line compatible with vi's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-304-0/+6
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-0/+38
|
* resyncing to masterBjoern Michaelsen2011-07-21854-328699/+13265
|\
| * the ifaces should be in namespace ooo::vbaDavid Tardon2011-06-173-0/+14
| |
| * add new IDL filesDavid Tardon2011-06-171-0/+40
| |
| * remove executable flag from idl filesDavid Tardon2011-06-174-0/+0
| |
| * ause130: #i117218# cleanupHans-Joachim Lankenau2011-06-171-3/+0
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-17849-328699/+13252
|/
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-12/+12
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-2724-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