summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eformspropertyhandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-08tdf#146619 Drop unused 'using namespace' in: extensions/Gabor Kelemen1-1/+0
2023-05-04extensions: adjust max possible for reserve in eformspropertyhandlerJulien Nabet1-1/+1
2023-05-04extensions: reserve the right nb of elements for vectorsJulien Nabet1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-5/+5
2021-10-11loplugin:moveparam in extensionsNoel Grandin1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin1-17/+15
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-3/+0
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-3/+3
2019-12-09weld Property BrowserCaolán McNamara1-2/+0
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-3/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-1/+1
2019-06-11Fix typoAndrea Gelmini1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-19/+27
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-08loplugin:constantparam in desktop..i18npoolNoel Grandin1-1/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-02loplugin:casttovoid: extensionsStephan Bergmann1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-7/+2
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+12
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-06-13coverity#706514 Uncaught exceptionCaolán McNamara1-8/+8
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-2/+2
2014-05-02extensions: sal_Bool->boolNoel Grandin1-4/+4
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-05coverity#706518 Uncaught exceptionCaolán McNamara1-1/+1
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-02-27Remove visual noise from extensionsAlexander Wilms1-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-19/+19
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1