summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-08improve SharedStringPoolNoel Grandin1-72/+25
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin2-11/+7
2018-08-06simplify SharedStringPool and assert invariantsNoel Grandin1-12/+3
2018-08-02Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-07-30svl: turn on clang-format for grabbagitemMiklos Vajna1-3/+2
2018-07-27ofz#7960 tight OUString concat loop causes libfuzzer oomCaolán McNamara1-23/+24
2018-07-27loplugin:returnconstant in svl,svtoolsNoel Grandin2-6/+5
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin4-27/+29
2018-07-27Prepare for "Japan's Y2K" Gengou calendar era switch after 2019-04-30Eike Rathke1-0/+3
2018-07-24Fix typosAndrea Gelmini1-1/+1
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin1-2/+2
2018-07-13sw, writerfilter: various small cleanupsMiklos Vajna1-1/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-5/+5
2018-07-10Revert "tdf#118324 Extend ODF for blank in integer"Eike Rathke1-2/+1
2018-07-10tdf#118324 Extend ODF for blank in integerLaurent BP1-1/+2
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-8/+4
2018-07-04tdf#106854 svl windows: enable CNG by defaultMiklos Vajna1-2/+2
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): svlStephan Bergmann1-2/+2
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-2/+1
2018-06-20tdf#117575 Add QA unit test of thousand sepLaurent BP1-0/+13
2018-06-20NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh1-2/+11
2018-06-20tdf#117575 treat thousand sep with ? in integer partLaurent BP2-10/+4
2018-06-15tdf#94792 performance regression for xlsx with chart with >1000 data labelsNoel Grandin1-5/+24
2018-06-14tdf#100894 freeze when editing calc file with bazillions of cond formattingNoel Grandin2-11/+11