summaryrefslogtreecommitdiff
path: root/include/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-10cid#1244949 Uncaught exceptionNoel Grandin1-1/+1
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2-4/+2
2014-09-15scripting: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-6/+6
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-6/+6
2014-07-22callcatcher: update unused codeCaolán McNamara1-3/+0
2014-07-18some other coverity fooCaolán McNamara1-2/+2
2014-07-10coverity#707480 Uncaught exceptionCaolán McNamara1-1/+2
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara1-3/+10
2014-07-03coverity#707193 Uncaught exceptionCaolán McNamara1-1/+4
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-2/+5
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-06-02coverity#706959 Uncaught exceptionCaolán McNamara1-1/+3
2014-05-28cid#706953 Uncaught exceptionNoel Grandin1-1/+1
2014-05-27cid#707192 Uncaught exceptionNoel Grandin1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-9/+5
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-1/+1
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara1-4/+4
2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara1-1/+2
2014-04-14fix mac buildThomas Arnhold1-1/+1
2014-04-14remove static stringsThomas Arnhold1-2/+1
2014-04-05coverity#707406 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin5-18/+18
2014-04-03vbahelper: sal_Bool->boolNoel Grandin2-10/+10
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann18-232/+232
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin3-6/+6
2014-03-01Remove visual noise from includeAlexander Wilms3-13/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann15-183/+183
2014-01-22bool improvementsStephan Bergmann1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-11-09fdo#65108 inter-module includes <> include/vbahelperNorbert Thiebaud5-6/+6
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold20-49/+49
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-05-09Parse workbook name correctly, don't fall over spaces etc.Noel Power1-0/+2
2013-05-09support Shape.AlternativeNoel Power1-0/+2
2013-05-09handle various ReturnXXXX types for formsNoel Power1-0/+77
2013-04-23execute move of global headersBjoern Michaelsen21-0/+2075