summaryrefslogtreecommitdiffstats
path: root/oovbaapi
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Re-introduce XButton.idl, probably deleted by mistake.Jan Holesovsky2011-04-281-0/+47
| |
| * Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-2821-38/+322
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx basic/inc/basic/sbxdef.hxx basic/source/classes/sbxmod.cxx basic/source/comp/makefile.mk basic/source/comp/sbcomp.cxx basic/source/inc/namecont.hxx basic/source/inc/scriptcont.hxx basic/source/runtime/methods.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step1.cxx basic/source/uno/namecont.cxx basic/util/makefile.mk connectivity/source/commontools/predicateinput.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/file/fcomp.cxx connectivity/source/drivers/jdbc/JConnection.cxx connectivity/source/drivers/odbcbase/OResultSet.cxx connectivity/source/drivers/odbcbase/OStatement.cxx connectivity/source/parse/sqlnode.cxx desktop/source/app/app.cxx drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx drawinglayer/source/processor2d/vclprocessor2d.cxx formula/inc/formula/token.hxx formula/source/core/api/token.cxx fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx fpicker/source/win32/filepicker/platform_vista.h framework/source/helper/persistentwindowstate.cxx framework/source/uielement/menubarmanager.cxx oovbaapi/ooo/vba/XFoundFiles.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/msforms/XCheckBox.idl oovbaapi/ooo/vba/msforms/XComboBox.idl oovbaapi/ooo/vba/msforms/XControl.idl oovbaapi/ooo/vba/msforms/XGroupBox.idl oovbaapi/ooo/vba/msforms/XLabel.idl oovbaapi/ooo/vba/msforms/XListBox.idl oovbaapi/ooo/vba/msforms/XNewFont.idl oovbaapi/ooo/vba/msforms/XRadioButton.idl oovbaapi/ooo/vba/msforms/XTextBox.idl oovbaapi/ooo/vba/msforms/XToggleButton.idl scripting/source/dlgprov/dlgevtatt.cxx sfx2/source/control/unoctitm.cxx sfx2/source/doc/objstor.cxx sfx2/source/doc/objxtor.cxx svx/inc/svx/svdograf.hxx svx/source/form/fmpage.cxx svx/source/form/fmpgeimp.cxx svx/source/svdraw/svdedtv.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdouno.cxx svx/source/xml/xmlgrhlp.cxx uui/source/iahndl-ssl.cxx vbahelper/Library_msforms.mk vbahelper/Library_vbahelper.mk vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/source/msforms/vbacombobox.cxx vbahelper/source/msforms/vbacontrol.cxx vbahelper/source/msforms/vbacontrols.cxx vbahelper/source/msforms/vbaframe.cxx vbahelper/source/msforms/vbaframe.hxx vbahelper/source/msforms/vbalabel.cxx vbahelper/source/msforms/vbalabel.hxx vbahelper/source/msforms/vbalistbox.cxx vbahelper/source/msforms/vbalistbox.hxx vbahelper/source/msforms/vbamultipage.cxx vbahelper/source/msforms/vbatogglebutton.cxx vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/vbacommandbar.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbacommandbarcontrols.hxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/source/vbahelper/vbawindowbase.cxx xmloff/source/meta/xmlmetai.cxx xmloff/source/style/PageMasterExportPropMapper.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/text/txtexppr.cxx xmloff/source/text/txtprmap.cxx
| | * calcvba: #164410# add MSForms.(Combo|Text)Box.TextLength symbolsDaniel Rentz [dr]2011-03-252-0/+2
| | |
| | * calcvba: #164410# improve VBA compatibility implementation in various areas: ↵Daniel Rentz [dr]2011-03-2521-68/+373
| | | | | | | | | | | | Excel symbols, MSForms symbols, document and forms event handling
| * | fix for fdo#34763 add method Copy to ScVbaWorksheetsMarkus Mohrhard2011-04-151-0/+1
| | |
| * | fix cast to implementation objects failure from some vba objectsMarkus Mohrhard2011-04-072-3/+7
| | | | | | | | | | | | old calls attempting to cast to implementation objects now fail ( and crash on access ) because we now wrap some objects via a aggregation proxy. This patch fixes this