summaryrefslogtreecommitdiff
path: root/package/source/xstor
AgeCommit message (Expand)AuthorFilesLines
2020-05-17Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-6/+0
2020-02-10tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski3-5/+8
2019-10-01loplugin:stringadd in package..saxNoel Grandin2-9/+4
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin3-10/+10
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov4-424/+334
2019-08-22loplugin:constmethod in packageNoel Grandin2-4/+4
2019-08-22Deduplicate some codeMike Kaganski1-25/+16
2019-08-20loplugin:constvars in package..scNoel Grandin1-8/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): packageStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin1-9/+4
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+2
2019-06-20Fix typoAndrea Gelmini1-1/+1
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin2-416/+402
2019-05-19tdf#125339 Base, Table is deleted after accessing the tableNoel Grandin2-212/+218
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2-5/+5
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin4-18/+6
2019-04-09Fix typosAndrea Gelmini1-3/+3
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5Noel Grandin2-80/+96
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski3-3/+3
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski4-308/+328
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-13/+7
2019-03-28return unique_ptr from CreateNewStorageImplNoel Grandin2-6/+6
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-02-19pretty up logging of exceptionsNoel Grandin2-128/+130
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov3-126/+95
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-49/+43
2019-02-09loplugin:indentation in oox..packageNoel Grandin2-10/+10
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-3/+3
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-11-24Use returned iterator by list::eraseJulien Nabet1-3/+8
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-16/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-2/+2
2018-10-18Fix typo in codeAndrea Gelmini3-5/+5
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-13loplugin:constfields in package..registryNoel Grandin7-12/+12
2018-09-17New loplugin:externalStephan Bergmann2-2/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin3-8/+2
2018-09-08clang-tidy bugprone-unused-return-valueNoel Grandin1-6/+0
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen5-0/+5
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov3-15/+14
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+8
2018-04-23loplugin:useuniqueptr in SwitchablePersistenceStreamNoel Grandin2-12/+8
2018-04-09forcepoint#37 revert tdf#108572 let remove storage elementCaolán McNamara1-2/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-0/+7