summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Expand)AuthorAgeFilesLines
* convert POINTER constants to scoped enumNoel Grandin2015-05-292-20/+20
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-4/+2
* loplugin:staticmethodsNoel Grandin2015-05-054-7/+7
* convert STR_EVENT constants to scoped enumNoel Grandin2015-04-291-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-231-1/+1
* A UNO Any can't contain an AnyStephan Bergmann2015-04-083-3/+3
* fix shadow errorNoel Grandin2015-04-081-0/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* loplugin:constantfunction: variousNoel Grandin2015-03-241-13/+0
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-0/+6
* V801: Decreased performanceCaolán McNamara2015-03-069-14/+14
* V813: Decreased performanceCaolán McNamara2015-03-041-4/+4
* loplugin:deletedspecialStephan Bergmann2015-02-071-9/+4
* Updated all precompiled headers.Ashod Nakashian2015-02-052-2/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-8/+8
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-201-5/+2
* Some more loplugin:cstylecast: vbahelperStephan Bergmann2015-01-201-2/+2
* Fix typo code Resouce->ResourceAndrea Gelmini2015-01-192-3/+3
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-191-8/+12
* Fix typo comments Resouce->ResourceAndrea Gelmini2015-01-191-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-9/+10
* vbahelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-2/+2
* coverity#738950 Structurally dead codeCaolán McNamara2014-12-111-13/+26
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-081-5/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-4/+4
* loplugin: cstylecastNoel Grandin2014-10-232-5/+5
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-153-4/+0
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-2/+2
* cid#1244949 Uncaught exceptionNoel Grandin2014-10-101-1/+1
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-2/+2
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-294-7/+5
* fdo#82577: Handle WindowNoel Grandin2014-09-232-6/+6
* VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann2014-09-1511-24/+10
* Drop unused #includesTakeshi Abe2014-07-241-2/+0
* callcatcher: update unused codeCaolán McNamara2014-07-221-6/+0
* Remove unused #includesTakeshi Abe2014-07-226-6/+0
* some other coverity fooCaolán McNamara2014-07-181-22/+8
* fix indentCaolán McNamara2014-07-181-11/+7
* coverity#707480 Uncaught exceptionCaolán McNamara2014-07-101-1/+2
* coverity#707382 Uncaught exceptionCaolán McNamara2014-07-093-8/+26
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-2/+2
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-046-0/+285
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-2/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2317-57/+53
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
* vbahelper: sal_Bool->boolNoel Grandin2014-05-089-39/+67