summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEMEike Rathke2018-10-121-1/+1
* ofz#10879 stay inside sSecStr boundsCaolán McNamara2018-10-101-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-094-9/+9
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-3/+4
* loplugin:constfields in svlNoel Grandin2018-10-087-15/+15
* try to fix SvtBroadcaster on macOSNoel Grandin2018-10-061-42/+32
* Unit test for de-* Januar/Jänner, tdf#114927Eike Rathke2018-10-061-0/+30
* OUString::fromUtf8() instead of createFromAscii()Eike Rathke2018-10-051-2/+2
* Resolves: tdf#114927 recognize both Januar and Jänner in de-* German localesEike Rathke2018-10-051-0/+40
* fix iterator invalidation assertNoel Grandin2018-10-051-6/+8
* fix bug in SvtListener copy constructorNoel Grandin2018-10-021-2/+1
* SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin2018-10-021-32/+40
* minor optimisation to SvtBroadcaster::AddNoel Grandin2018-10-021-6/+8
* fix bug in SvtBroadcaster copy constructorNoel Grandin2018-10-021-22/+10
* Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke2018-10-011-4/+4
* fix bug in SvtListener::CopyAllBroadcastersNoel Grandin2018-10-011-0/+1
* SvtBroadcaster no need to uniqueNoel Grandin2018-10-011-4/+0
* scatter some asserts in SvtBroadcasterNoel Grandin2018-10-011-0/+7
* don't call back into the SvtBroadcaster when dyingNoel Grandin2018-10-012-5/+15
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-271-4/+0
* svl: fix SfxItemIter on empty item setMichael Stahl2018-09-191-1/+1
* flatten SfxUndoArrayNoel Grandin2018-09-191-151/+90
* Bin more binfilter cruftEike Rathke2018-09-191-69/+31
* Bin binfilter cruftEike Rathke2018-09-181-2/+0
* Use !startsWith() instead of indexOf()!=0Eike Rathke2018-09-181-4/+4
* adapt to commit 1476d95b6ed3afa35ccchimajin1000002018-09-171-2/+1
* New loplugin:externalStephan Bergmann2018-09-174-5/+5
* loplugin:simplifyconstruct in stoc..svlNoel Grandin2018-09-1212-23/+3
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-111-2/+2
* loplugin:useuniqueptr in StylePool::createIteratorNoel Grandin2018-09-111-4/+5
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* Use tools::Time::GetClock() in number formatter for wall clock timeEike Rathke2018-08-312-112/+137
* Use INPUTSTRING_PRECISION to enable input of fraction of secondEike Rathke2018-08-301-2/+2
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-6/+6
* svl: Avoid unnecessary indirection in SfxItemPropertySetInfoTakeshi Abe2018-08-271-13/+5
* Related rhbz#1618703: Properly handle failure decoding master passwordStephan Bergmann2018-08-232-6/+7
* Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke2018-08-222-3/+31
* Related: tdf#73063 strip a plain locale identifier if locale data is availableEike Rathke2018-08-221-1/+20
* No LCID if no format code, tdf#73063 prepEike Rathke2018-08-211-0/+4
* Avoid searching "[DBNum" if not inserted, tdf#73063 prepEike Rathke2018-08-201-3/+6
* One more "do not reorder date particles", tdf#113889 tdf#119013 follow-upEike Rathke2018-08-201-1/+1
* Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke2018-08-171-2/+9
* Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke2018-08-166-14/+16
* create appendCopy method in OUStringBufferNoel Grandin2018-08-142-8/+7
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-101-1/+1
* svl windows: remove last traces of pre-CNG signingMiklos Vajna2018-08-091-18/+3
* improve SharedStringPoolNoel Grandin2018-08-081-72/+25
* SharedStringPool is always called with a CharClassNoel Grandin2018-08-072-11/+7
* simplify SharedStringPool and assert invariantsNoel Grandin2018-08-061-12/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-08-027-0/+7