summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms
AgeCommit message (Expand)Author
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-18com::sun::star->css in vbahelper/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken
2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-21loplugin:unusedmethods vbahelperNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann
2015-01-19Fix typo code Resouce->ResourceAndrea Gelmini
2015-01-19Fix typo comments Resouce->ResourceAndrea Gelmini
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
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-22Remove unused #includesTakeshi Abe
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-08vbahelper: sal_Bool->boolNoel Grandin
2014-05-02vbahelper: sal_Bool->boolNoel Grandin
2014-04-23coverity#707461 Uncaught exceptionCaolán McNamara
2014-04-19fixincludeguards.sh: scThomas Arnhold
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-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-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from vbahelperAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.Matúš Kukan
2014-02-13coverity#707460 Uncaught exceptionCaolán McNamara
2014-01-31coverity#735370 : signed/unsigned mixupNorbert Thiebaud
2013-12-20typo fixesAndras Timar
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-10-23fixincludeguards.sh: vbahelperThomas Arnhold
2013-10-02WaE: unused variableTor Lillqvist