summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocumentproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-23loplugin:ostr in sw/../vbaNoel Grandin1-7/+7
2023-02-15check GetFEShell()Xisco Fauli1-4/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-5/+6
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-17/+17
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-3/+4
2021-10-11loplugin:moveparam in swNoel Grandin1-3/+3
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+24
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-4/+4
2019-07-03Simplify Sequence iterations in sw/source/ui/*Arkadiy Illarionov1-24/+12
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-22improve function-local statics in swNoel Grandin1-10/+6
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov1-3/+5
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-01Use more specific tag in SAL_INFO and SAL_WARN hereTor Lillqvist1-4/+4
2017-10-23loplugin:includeform: swStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-07loplugin:constparams in sw part10Noel Grandin1-2/+2
2017-07-14use more OUString::operator== in swNoel Grandin1-2/+2
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-05-09loplugin:checkunusedparams in sw(part6)Noel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-60/+60
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+1
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2015-12-21loplugin:unusedfields in swNoel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-45/+45
2015-10-06vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etcDouglas Mencken1-1/+1
2015-09-17boost->stdCaolán McNamara1-7/+7
2015-08-03sw: inline use-once typedefsNoel Grandin1-2/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-4/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-13/+13