summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Expand)AuthorAgeFilesLines
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-2/+2
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-7/+2
* com::sun::star->css in vbahelper/Noel Grandin2015-11-1817-40/+40
* use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin2015-11-171-1/+0
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-152-197/+446
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1010-29/+29
* new loplugin: oncevarNoel Grandin2015-11-091-2/+2
* coverity#1338249 Uncaught exceptionCaolán McNamara2015-11-061-1/+1
* yyyyyNoel Grandin2015-11-041-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1237-443/+443
* vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken2015-10-068-8/+8
* boost->stdCaolán McNamara2015-09-161-3/+2
* vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-1030-61/+53
* Clean up emptyStringStephan Bergmann2015-08-271-2/+1
* Clean up sEmptyStephan Bergmann2015-08-271-4/+2
* inline some use-once typedefsNoel Grandin2015-08-036-17/+8
* inline "old" SbERR constantsNoel Grandin2015-07-283-4/+4
* loplugin:unusedmethods vbahelperNoel Grandin2015-07-215-18/+0
* loplugin:simplifyboolStephan Bergmann2015-07-162-2/+2
* Fix typosAndrea Gelmini2015-07-043-3/+3
* coverity#1309054 Uncaught exceptionCaolán McNamara2015-07-021-1/+1
* coverity#1308448 Uncaught exceptionCaolán McNamara2015-06-271-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-257-8/+8
* convert POINTER constants to scoped enumNoel Grandin2015-05-222-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