summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-13tdf#115007 NatNum12 "spell out" formats in datesLászló Németh2-14/+114
2018-06-11Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 ...Eike Rathke1-8/+21
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh1-2/+13
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski2-7/+32
2018-06-06Translate German comments and debug stringsJohnny_M1-1/+1
2018-06-05Add unit test for NatNum12 decimals spell-outEike Rathke1-0/+3
2018-06-04Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke2-12/+41
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-53/+53
2018-05-30Add unit test for tdf#117819Eike Rathke1-0/+6
2018-05-30Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke1-6/+25
2018-05-30xmlsecurity windows: let cert picker and PDF sign find ECDSA keysMiklos Vajna1-4/+21
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-05-25loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-05-18tdf#117539 Crash after cut and paste operation of a chart stickNoel Grandin1-0/+6
2018-05-18Remove some cruftStephan Bergmann1-4/+0
2018-05-18Reuse existing config_host/config_libnumbertext.h.inStephan Bergmann2-4/+1
2018-05-17Fix dependencies for CppunitTest_svl_qa_cppunit.mkMike Kaganski1-8/+0
2018-05-16NFC: unassigned variable pNewItem is always nullptrJustin Luth1-1/+1
2018-05-15CppunitTest_svl_qa_cppunit: fix system-libnumbertext buildRene Engelhard1-0/+2
2018-05-15tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski2-0/+26
2018-05-14Drop module-specific defines of DELETEZGabor Kelemen1-4/+0
2018-05-05Fix typoAndrea Gelmini1-1/+1
2018-05-04Use the currently active locale if no format passedEike Rathke1-2/+3