summaryrefslogtreecommitdiffstats
path: root/include/vbahelper
Commit message (Expand)AuthorAgeFilesLines
* fix shadow errorNoel Grandin2015-04-081-23/+23
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-3/+7
* V801: Decreased performanceCaolán McNamara2015-03-062-2/+2
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-264-6/+6
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-3/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-1/+1
* cid#1244949 Uncaught exceptionNoel Grandin2014-10-101-1/+1
* vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-292-4/+2
* scripting: sal_Bool -> boolStephan Bergmann2014-09-151-1/+1
* Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann2014-09-151-6/+6
* Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann2014-09-151-6/+6
* callcatcher: update unused codeCaolán McNamara2014-07-221-3/+0
* some other coverity fooCaolán McNamara2014-07-181-2/+2
* coverity#707480 Uncaught exceptionCaolán McNamara2014-07-101-1/+2
* coverity#707382 Uncaught exceptionCaolán McNamara2014-07-091-3/+10
* coverity#707193 Uncaught exceptionCaolán McNamara2014-07-031-1/+4
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-2/+5
* compareToAscii -> equalsAsciiNoel Grandin2014-06-041-1/+1
* coverity#706959 Uncaught exceptionCaolán McNamara2014-06-021-1/+3
* cid#706953 Uncaught exceptionNoel Grandin2014-05-281-1/+1
* cid#707192 Uncaught exceptionNoel Grandin2014-05-271-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-9/+5
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-1/+1
* coverity#707469 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* hmm, need a rethink on these exceptionsCaolán McNamara2014-04-241-4/+4
* coverity#707475 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707476 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707477 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707478 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707479 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* fix mac buildThomas Arnhold2014-04-141-1/+1
* remove static stringsThomas Arnhold2014-04-141-2/+1
* coverity#707406 Uncaught exceptionCaolán McNamara2014-04-051-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-035-18/+18
* vbahelper: sal_Bool->boolNoel Grandin2014-04-032-10/+10
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2718-232/+232
* xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin2014-03-133-6/+6
* Remove visual noise from includeAlexander Wilms2014-03-013-13/+13
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2615-183/+183
* bool improvementsStephan Bergmann2014-01-221-1/+1
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-1/+1
* fdo#65108 inter-module includes <> include/vbahelperNorbert Thiebaud2013-11-095-6/+6
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-2320-49/+49
* convert remains of String to vbahelper module to OUStringNoel Grandin2013-10-011-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* Parse workbook name correctly, don't fall over spaces etc.Noel Power2013-05-091-0/+2
* support Shape.AlternativeNoel Power2013-05-091-0/+2
* handle various ReturnXXXX types for formsNoel Power2013-05-091-0/+77