summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2018-10-20result of DdeQueryStringW unusedCaolán McNamara1-19/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin2-18/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-6/+5
2018-10-12SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEMEike Rathke1-1/+1
2018-10-10ofz#10879 stay inside sSecStr boundsCaolán McNamara1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann4-9/+9
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+4
2018-10-08loplugin:constfields in svlNoel Grandin7-15/+15
2018-10-06try to fix SvtBroadcaster on macOSNoel Grandin1-42/+32
2018-10-06Unit test for de-* Januar/Jänner, tdf#114927Eike Rathke1-0/+30
2018-10-05OUString::fromUtf8() instead of createFromAscii()Eike Rathke1-2/+2
2018-10-05Resolves: tdf#114927 recognize both Januar and Jänner in de-* German localesEike Rathke1-0/+40
2018-10-05fix iterator invalidation assertNoel Grandin1-6/+8
2018-10-02fix bug in SvtListener copy constructorNoel Grandin1-2/+1
2018-10-02SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin1-32/+40
2018-10-02minor optimisation to SvtBroadcaster::AddNoel Grandin1-6/+8
2018-10-02fix bug in SvtBroadcaster copy constructorNoel Grandin1-22/+10
2018-10-01Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke1-4/+4
2018-10-01fix bug in SvtListener::CopyAllBroadcastersNoel Grandin1-0/+1
2018-10-01SvtBroadcaster no need to uniqueNoel Grandin1-4/+0
2018-10-01scatter some asserts in SvtBroadcasterNoel Grandin1-0/+7
2018-10-01don't call back into the SvtBroadcaster when dyingNoel Grandin2-5/+15
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-4/+0
2018-09-19svl: fix SfxItemIter on empty item setMichael Stahl1-1/+1
2018-09-19flatten SfxUndoArrayNoel Grandin1-151/+90
2018-09-19Bin more binfilter cruftEike Rathke1-69/+31
2018-09-18Bin binfilter cruftEike Rathke1-2/+0
2018-09-18Use !startsWith() instead of indexOf()!=0Eike Rathke1-4/+4
2018-09-17adapt to commit 1476d95b6ed3afa35ccchimajin1000001-2/+1
2018-09-17New loplugin:externalStephan Bergmann4-5/+5
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin12-23/+3
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-2/+2
2018-09-11loplugin:useuniqueptr in StylePool::createIteratorNoel Grandin1-4/+5
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-31Use tools::Time::GetClock() in number formatter for wall clock timeEike Rathke2-112/+137
2018-08-30Use INPUTSTRING_PRECISION to enable input of fraction of secondEike Rathke1-2/+2
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-6/+6
2018-08-27svl: Avoid unnecessary indirection in SfxItemPropertySetInfoTakeshi Abe1-13/+5
2018-08-23Related rhbz#1618703: Properly handle failure decoding master passwordStephan Bergmann2-6/+7
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke2-3/+31
2018-08-22Related: tdf#73063 strip a plain locale identifier if locale data is availableEike Rathke1-1/+20
2018-08-21No LCID if no format code, tdf#73063 prepEike Rathke1-0/+4
2018-08-20Avoid searching "[DBNum" if not inserted, tdf#73063 prepEike Rathke1-3/+6
2018-08-20One more "do not reorder date particles", tdf#113889 tdf#119013 follow-upEike Rathke1-1/+1
2018-08-17Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke1-2/+9
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke6-14/+16
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-8/+7
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-08-09svl windows: remove last traces of pre-CNG signingMiklos Vajna1-18/+3