summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* svl: turn on clang-format for grabbagitemMiklos Vajna2018-07-301-3/+2
* ofz#7960 tight OUString concat loop causes libfuzzer oomCaolán McNamara2018-07-271-23/+24
* loplugin:returnconstant in svl,svtoolsNoel Grandin2018-07-272-6/+5
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-274-27/+29
* Prepare for "Japan's Y2K" Gengou calendar era switch after 2019-04-30Eike Rathke2018-07-271-0/+3
* Fix typosAndrea Gelmini2018-07-241-1/+1
* return SfxStyleSheetIterator by std::unique_ptrNoel Grandin2018-07-191-2/+2
* sw, writerfilter: various small cleanupsMiklos Vajna2018-07-131-1/+1
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-131-5/+5
* Revert "tdf#118324 Extend ODF for blank in integer"Eike Rathke2018-07-101-2/+1
* tdf#118324 Extend ODF for blank in integerLaurent BP2018-07-101-1/+2
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-8/+4
* tdf#106854 svl windows: enable CNG by defaultMiklos Vajna2018-07-041-2/+2
* Improved loplugin:redundantcast (const-qualified typedefs): svlStephan Bergmann2018-06-291-2/+2
* tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov2018-06-251-2/+1