summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann1-9/+4
2015-02-05Updated all precompiled headers.Ashod Nakashian2-2/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-8/+8
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-5/+2
2015-01-20Some more loplugin:cstylecast: vbahelperStephan Bergmann1-2/+2
2015-01-19Fix typo code Resouce->ResourceAndrea Gelmini2-3/+3
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn1-8/+12
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini1-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara5-9/+10
2014-12-15vbahelper: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-11coverity#738950 Structurally dead codeCaolán McNamara1-13/+26
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin1-5/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-4/+4
2014-10-23loplugin: cstylecastNoel Grandin2-5/+5
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann3-4/+0
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-10cid#1244949 Uncaught exceptionNoel Grandin1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann4-7/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin2-6/+6
2014-09-15VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann11-24/+10
2014-07-24Drop unused #includesTakeshi Abe1-2/+0
2014-07-22callcatcher: update unused codeCaolán McNamara1-6/+0
2014-07-22Remove unused #includesTakeshi Abe6-6/+0
2014-07-18some other coverity fooCaolán McNamara1-22/+8
2014-07-18fix indentCaolán McNamara1-11/+7
2014-07-10coverity#707480 Uncaught exceptionCaolán McNamara1-1/+2
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara3-8/+26
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold6-0/+285
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2-2/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin17-57/+53
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
2014-05-08vbahelper: sal_Bool->boolNoel Grandin9-39/+67
2014-05-02vbahelper: sal_Bool->boolNoel Grandin15-58/+58
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara1-1/+3
2014-04-24coverity#707474 Uncaught exceptionCaolán McNamara2-2/+4
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/+3
2014-04-23coverity#707461 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-1/+1
2014-04-15whitespace for include statementsThomas Arnhold2-8/+8
2014-04-14Clean up function declarationsStephan Bergmann1-5/+2
2014-04-14no need for those static stringsThomas Arnhold12-101/+62