summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Collapse)AuthorAgeFilesLines
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Remove unused codeElton Chung2012-02-054-14/+0
|
* Remove unused code.Elton Chung2012-02-056-42/+0
|
* Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot2012-01-2812-30/+30
| | | | | | Part LVI Modules vbahelper
* Do deliver headers also for iOS even if we don't build the libsTor Lillqvist2012-01-271-1/+4
|
* Bypass building BASIC and scripting related modules for iOSTor Lillqvist2012-01-271-0/+4
| | | | | | | | | | Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-4/+4
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* SfxObjectShell may not have a mediumCaolán McNamara2011-12-211-1/+2
|
* Removed extra semicolonsJesse2011-12-151-4/+4
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-2/+2
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* typos fixingKorrawit Pruegsanusak2011-11-281-1/+1
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-8/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* 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.
* replaced String in SfxPickList with rtl::OUStringTakeshi Abe2011-11-161-1/+1
| | | | this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-071-0/+1
|
* WaE: unreachable codeTor Lillqvist2011-10-071-13/+13
| | | | | Interesting use of for loops with the body of the loop returning unconditionally.
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* d.lst should be empty in gbuildized modulesMatúš Kukan2011-10-011-1/+0
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-303-0/+9
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-1/+4
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* drop makefile.mkCaolán McNamara2011-09-171-100/+0
|
* WaE: unused variableCaolán McNamara2011-09-061-6/+6
|
* unusedcode: vbahelper::CollectionBase classMatúš Kukan2011-09-054-548/+0
|
* catch by const refCaolán McNamara2011-08-261-7/+7
|
* WaE: drop unused ctor argumentCaolán McNamara2011-08-233-5/+3
|
* merge foobars? fix broken MultiPage api, also fix broken api change eventsNoel Power2011-08-233-2/+2
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Keep the container and object separate methods.Kohei Yoshida2011-08-161-1/+1
| | | | | ScVbaControl doesn't have any container instance to pass to the old method.
* Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida2011-08-161-1/+1
| | | | | | | Sometimes broadcasting changes to the property set on every new value insertion makes no sense especially during import. Turning that off also improves performance especially when inserting millions of property values.
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-105-4/+4
|
* reflect gmake flavorTakeshi Abe2011-08-051-1/+1
|
* Emacs mode line compatible with vi's oneTakeshi Abe2011-08-051-0/+1
|
* Some cppcheck cleaningJulien Nabet2011-07-312-2/+2
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-304-2/+4
|
* resyncing to masterBjoern Michaelsen2011-07-218-25/+29
|\
| * Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-121-7/+0
| |
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-173-3/+13
| |
| * catch by const referenceCaolán McNamara2011-06-164-15/+16
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-19104-691/+1588
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
| * createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-131-2/+2
| |
| * Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-1/+1
| |
| * Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-2751-875/+2414
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * vbahelper builds after the m106 merge.Jan Holesovsky2011-05-239-198/+173
| | |
| | * Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-2850-714/+2278
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier2011-05-162-10/+10
| |/ /