summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-07-28loplugin:collapseifNoel Grandin
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin
2019-07-18speed up sw_filters_test2Noel Grandin
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-07-13Move logic to GetDateOrder()Eike Rathke
2019-07-12Resolves: tdf#126342 obtain date particle order from pattern matchEike Rathke
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-21Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota
2019-05-18avoid double-lookup in SharedStringPool::internNoel Grandin
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, optimise listenerNoel Grandin
2019-05-13tdf#125215 Assertion when closing Database/Advanced SettingsNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke
2019-05-09loplugin:unusedmethodsNoel Grandin
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-05-09move constructor for SfxItemSetNoel Grandin
2019-05-07tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2Noel Grandin
2019-05-06improve assert in SfxItemPooL::PutNoel Grandin
2019-05-03ofz#14552 direct-leakCaolán McNamara
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-05-02fix assert in SfxItemPool::PutImplNoel Grandin
2019-04-29tdf#125030: Prevent double-clearing the guardMike Kaganski
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part1Noel Grandin
2019-04-26Removed executions flags on source filesAndrea Gelmini
2019-04-26remove warning messageNoel Grandin
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-04-23std::call_once needs -lpthreadStephan Bergmann
2019-04-23Fix typos in codeAndrea Gelmini
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin
2019-04-20flatten SfxItemPool_Impl (tdf#81765 related)Noel Grandin
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-04-19crashtesting: tdf#122599 NSS_CMSMessage_CreateFromDER assertsCaolán McNamara
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-04-13use more std::make_uniqueNoel Grandin
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski