summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2019-03-20sw: make ODT export of paragraph auto-styles deterministicMiklos Vajna
2019-03-14Only return elements with both name and predicate matching argumentsMike Kaganski
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-14ofz#12507 micro optCaolán McNamara
2018-12-14tdf#120750: Revert "tdf#96248 delete SfxPoolItems with Which Id >= 4000"Xisco Fauli
2018-12-10simplify some copy constructionNoel Grandin
2018-12-07Revert "Blind fix for pre-C++14 std::equal, for now"Stephan Bergmann
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin
2018-11-26inline FindPositionsByName in a couple of placesNoel Grandin
2018-11-26add dumpAsXml methods to more pool itemsMarkus Mohrhard
2018-11-25seems we need to include algorithm hereNoel Grandin
2018-11-25Blind fix for pre-C++14 std::equal, for nowStephan Bergmann
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-10-31loplugin:useuniqueptr in SfxItemPoolCache::ApplyToNoel Grandin
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-08loplugin:constfields in svlNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-19svl: fix SfxItemIter on empty item setMichael Stahl
2018-09-17adapt to commit 1476d95b6ed3afa35ccchimajin100000
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-11loplugin:useuniqueptr in StylePool::createIteratorNoel Grandin
2018-08-27svl: Avoid unnecessary indirection in SfxItemPropertySetInfoTakeshi Abe
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-30svl: turn on clang-format for grabbagitemMiklos Vajna
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin
2018-07-13sw, writerfilter: various small cleanupsMiklos Vajna
2018-06-14tdf#100894 freeze when editing calc file with bazillions of cond formattingNoel Grandin
2018-05-25loplugin:passstuffbyrefNoel Grandin
2018-05-18tdf#117539 Crash after cut and paste operation of a chart stickNoel Grandin
2018-05-16NFC: unassigned variable pNewItem is always nullptrJustin Luth
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-07Prefix SfxStyleSheetBase::pPool memberStephan Bergmann
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-31explicitly pass false as arguments of createIteratorhimajin100000