summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)Author
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-10cid#1244949 Uncaught exceptionNoel Grandin
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-29vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-15VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann
2014-07-24Drop unused #includesTakeshi Abe
2014-07-22callcatcher: update unused codeCaolán McNamara
2014-07-22Remove unused #includesTakeshi Abe
2014-07-18some other coverity fooCaolán McNamara
2014-07-18fix indentCaolán McNamara
2014-07-10coverity#707480 Uncaught exceptionCaolán McNamara
2014-07-09coverity#707382 Uncaught exceptionCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-13Typo: shoud -> shouldJulien Nabet
2014-05-08vbahelper: sal_Bool->boolNoel Grandin
2014-05-02vbahelper: sal_Bool->boolNoel Grandin
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707474 Uncaught exceptionCaolán McNamara
2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara
2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara
2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara
2014-04-23coverity#707461 Uncaught exceptionCaolán McNamara
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14Clean up function declarationsStephan Bergmann
2014-04-14no need for those static stringsThomas Arnhold
2014-04-12cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet
2014-04-05fix colonCaolán McNamara
2014-04-05coverity#708570 Uninitialized scalar fieldCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03vbahelper: sal_Bool->boolNoel Grandin
2014-04-02coverity#1194895 Logically dead codeStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-19coverity#982489 Unchecked dynamic_castCaolán McNamara
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann