Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-20 | unusedcode: vbafoundfiles.?xx and XFoundFiles.idl | Matúš Kukan | |
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57 | |||
2012-09-12 | targetted VBA re-work. | Noel Power | |
2012-08-01 | add TabRatio api and detect macro at group shape fixes bnc#770708 | Noel Power | |
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a | |||
2012-06-22 | Remove empty or non-called methods | Thomas Arnhold | |
empty: ClearTip implOnShapeInserted ImpCopyMarkedPoints ImpMakeDragAttr ImpCopyMarkedPoints ImpMakeDragAttr ImpDelDragAttr ImpMakeCreateAttr Is1stLessThan2nd LinkToListTemplate NewCoreSelection ScrollStart ScrollEnd SetNoOutlineNum non-called: NewCoreSelection Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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-23 | support Sheets.PrintPreview bnc#757844 | Noel Power | |
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-20 | add stub vba implementation Application methods | Noel Power | |
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-20 | vba api Application.DisplayScrollBars implementation bnc#757840 | Noel Power | |
2012-04-20 | implement VBA Application.DisplayFullScreen bnc#757885 | Noel Power | |
2012-04-17 | add support for MousePointer attribute in controls | Noel Power | |
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-08 | gbuild: "use" vs. "add" | David Tardon | |
2012-04-06 | merge feature/gbuild_components | David Tardon | |
2012-04-05 | oovbaapi: remove bogus ttt.diff | Michael Stahl | |
2012-04-01 | merge origin/master | David Tardon | |
2012-03-20 | add vba support for BackColor, AutoSize, Locked attributes bnc#749960 | Noel Power | |
2012-03-11 | refactor UnoApi class | David Tardon | |
2012-03-05 | vba implementation for Application.OnKey | Noel Power | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-21 | oovbaapi: kill dmakefiles | Michael Stahl | |
2011-11-21 | oovbaapi: empty d.lst and add missing IDLs to makefile | Michael Stahl | |
2011-11-21 | oovbaapi: rename SheetObject.idl to Button.idl | Michael Stahl | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-28 | Add vba support for assigning names to cell ranges | August Sodora | |
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-21 | UnoApiTarget: replace realpath calls | Michael Stahl | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-19 | process more idl files at once - second part: makefiles | Matúš Kukan | |
2011-09-08 | Revert "process more idl files at once - second part: makefiles" | Norbert Thiebaud | |
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a. | |||
2011-09-02 | process more idl files at once - second part: makefiles | Matúš Kukan | |
2011-09-02 | include missing header file | Matúš Kukan | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | reflect gmake flavor | Takeshi Abe | |
2011-08-05 | Emacs mode line compatible with vi's one | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-06-17 | the ifaces should be in namespace ooo::vba | David Tardon | |
2011-06-17 | add new IDL files | David Tardon | |
2011-06-17 | remove executable flag from idl files | David Tardon | |
2011-06-17 | ause130: #i117218# cleanup | Hans-Joachim Lankenau | |
2011-06-17 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
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 |