summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Collapse)AuthorAgeFilesLines
* exported templates need to be marked as suchLuboš Luňák2012-03-101-4/+4
| | | | | Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
* Removed unused code.Santiago Martinez2012-03-082-42/+0
|
* support import of key shortcut for macro ( Excel only )Noel Power2012-03-051-27/+1
|
* vba implementation for Application.OnKeyNoel Power2012-03-052-0/+50
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
|
* Fix "never read" reported by clangJulien Nabet2012-02-171-5/+0
|
* 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
| |