summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
AgeCommit message (Expand)Author
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-28coverity#1308480 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308472 Uncaught exceptionCaolán McNamara
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-19Remove include stdio (part3)Julien Nabet
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23loplugin:constantfunction: swNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-20Typo: paremeter/paramater=>parameterJulien Nabet
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04loplugin: cstylecastNoel Grandin
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-21expand complex cascading conditional operatorBjoern Michaelsen
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-02coverity#707382 Uncaught exceptionCaolán McNamara
2014-09-02coverity#707409 Uncaught exceptionCaolán McNamara
2014-08-21Fix *_component_getFactory function typeStephan Bergmann