summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann37-443/+443
2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken8-8/+8
2015-09-16boost->stdCaolán McNamara1-3/+2
2015-09-10vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe30-61/+53
2015-08-27Clean up emptyStringStephan Bergmann1-2/+1
2015-08-27Clean up sEmptyStephan Bergmann1-4/+2
2015-08-03inline some use-once typedefsNoel Grandin6-17/+8
2015-07-28inline "old" SbERR constantsNoel Grandin3-4/+4
2015-07-21loplugin:unusedmethods vbahelperNoel Grandin5-18/+0
2015-07-16loplugin:simplifyboolStephan Bergmann2-2/+2
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-07-02coverity#1309054 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308448 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara7-8/+8
2015-05-22convert POINTER constants to scoped enumNoel Grandin2-20/+20
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-4/+2
2015-05-05loplugin:staticmethodsNoel Grandin4-7/+7
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann3-3/+3
2015-04-08fix shadow errorNoel Grandin1-0/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: variousNoel Grandin1-13/+0
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-0/+6
2015-03-06V801: Decreased performanceCaolán McNamara9-14/+14
2015-03-04V813: Decreased performanceCaolán McNamara1-4/+4
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