summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2012-03-26reduce over use of static OUStringsCaolán McNamara66-157/+121
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-21chmod -xTor Lillqvist3-0/+0
2012-03-20correct exception specification on a functionLuboš Luňák1-1/+1
2012-03-20Fix WaE : Add call to ScVbaControl::getForeColor()Julien Nabet1-0/+1
2012-03-20More missing SAL_CALLStephan Bergmann4-4/+4
2012-03-20Missing SAL_CALLStephan Bergmann1-1/+1
2012-03-20add vba support for BackColor, AutoSize, Locked attributes bnc#749960Noel Power16-9/+229
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
2012-03-12SAL_DLLPUBLIC_TEMPLATELuboš Luňák1-4/+4
2012-03-10exported templates need to be marked as suchLuboš Luňák1-4/+4
2012-03-08Removed unused code.Santiago Martinez2-42/+0
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power1-27/+1
2012-03-05vba implementation for Application.OnKeyNoel Power2-0/+50
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-27s/interpreters/scripting/Tor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-1/+1
2012-02-17Fix "never read" reported by clangJulien Nabet1-5/+0
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Remove unused codeElton Chung4-14/+0
2012-02-05Remove unused code.Elton Chung6-42/+0
2012-01-28Fix for fdo43460 Part LVI getLength() to isEmpty()Olivier Hallot12-30/+30
2012-01-27Do deliver headers also for iOS even if we don't build the libsTor Lillqvist1-1/+4
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist1-0/+4
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-4/+4
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-21SfxObjectShell may not have a mediumCaolán McNamara1-1/+2
2011-12-15Removed extra semicolonsJesse1-4/+4
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+2
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28typos fixingKorrawit Pruegsanusak1-1/+1
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2-8/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-16replaced String in SfxPickList with rtl::OUStringTakeshi Abe1-1/+1
2011-10-07WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-0/+1
2011-10-07WaE: unreachable codeTor Lillqvist1-13/+13
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-01d.lst should be empty in gbuildized modulesMatúš Kukan1-1/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara3-0/+9
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-1/+4
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
2011-09-17drop makefile.mkCaolán McNamara1-100/+0
2011-09-06WaE: unused variableCaolán McNamara1-6/+6
2011-09-05unusedcode: vbahelper::CollectionBase classMatúš Kukan4-548/+0
2011-08-26catch by const refCaolán McNamara1-7/+7
2011-08-23WaE: drop unused ctor argumentCaolán McNamara3-5/+3
2011-08-23merge foobars? fix broken MultiPage api, also fix broken api change eventsNoel Power3-2/+2