summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2021-05-13inline some typedefsNoel Grandin1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-13/+13
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel2-6/+4
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-2/+2
2021-02-04Fix typo in codeAndrea Gelmini1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-3/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-7/+7
2020-11-18tdf#123936 Formatting files in module ucbhelper with clang-formatPhilipp Hofer3-20/+8
2020-11-11Drop some unused function parametersStephan Bergmann1-4/+2
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-08-21Fix typosAndrea Gelmini1-1/+1
2020-08-20Use OSL_UNREACHABLEStephan Bergmann1-5/+2
2020-08-16loplugin:unusedmethodsNoel Grandin3-43/+0
2020-08-03loplugin:flatten in ucbhelperNoel Grandin7-331/+331
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbhelperStephan Bergmann1-1/+1
2020-05-10compact namespace in ucb..uuiNoel Grandin2-4/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-2/+2
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin2-4/+4
2020-02-17inline some acquire/release callsNoel Grandin2-116/+0
2020-02-04move some headers inside ucbhelperNoel Grandin9-6/+252
2019-12-03remove some useless comment linesNoel Grandin3-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-1/+32
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-2/+2
2019-10-08use cppu::WeakImplHelper in CommandProcessorInfoNoel Grandin1-32/+0
2019-10-08use cppu::WeakImplHelper in ResultSetNoel Grandin1-45/+0
2019-10-08use cppu::WeakImplHelper in ResultSetMetaDataNoel Grandin1-31/+0
2019-10-08use cppu::WeakImplHelper in ResultSetImplHelperNoel Grandin1-33/+0
2019-10-08use cppu::WeakImplHelper in ContentProviderImplHelperNoel Grandin1-28/+0
2019-10-08use cppu::WeakImplHelper in PropertyValueSetNoel Grandin1-32/+0
2019-10-08use cppu::WeakImplHelper in InteractionRequestNoel Grandin1-49/+0
2019-10-08use cppu::WeakImplHelper in PropertySetInfoNoel Grandin1-29/+0
2019-10-08use cppu::WeakImplHelper in ContentIdentifierNoel Grandin1-52/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2-12/+6
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin2-6/+6
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbhelperStephan Bergmann2-2/+2
2019-07-15Drop GETVALUE_IMPL/SETVALUE_IMPL macrosArkadiy Illarionov1-121/+120
2019-06-29Flatten ContentProviderImplHelperArkadiy Illarionov1-111/+97
2019-06-28Simplify Sequence iterations in ucbhelperArkadiy Illarionov7-165/+100
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov2-2/+2
2019-04-18Removed duplicated includesAndrea Gelmini1-1/+0
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen15-31/+38
2019-02-22loplugin:unusedfields in ucb,ucbhelperNoel Grandin1-4/+1
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-2/+2