summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/stringrepresentation.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Simplify a bitMike Kaganski1-1/+1
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-07loplugin:ostr in extensionsNoel Grandin1-3/+3
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-2/+1
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin1-3/+4
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-5/+6
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-4/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+2
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin1-44/+6
2020-04-14loplugin:flatten in extensionsNoel Grandin1-25/+25
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-5/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-2/+2
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov1-2/+2
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+4
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-29loplugin:stringloop in variousNoel Grandin1-4/+5
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-7/+7
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-10/+10
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+5
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-8/+5
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+12
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-12remove StringListResource in favour of ResStringArray...Caolán McNamara1-7/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-7/+6
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-3/+3
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza1-1/+0
2014-06-05extensions: remove SAL_THROW macroNoel Grandin1-1/+0
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet1-6/+6
2014-05-02extensions: sal_Bool->boolNoel Grandin1-5/+2
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-4/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6