summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in scNoel Grandin1-2/+1
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen33-80/+32
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt1-1/+1
2018-11-01use unique_ptr in markForDeletionNoel Grandin1-1/+1
2018-11-01rename RemoveX->Remove in SfxUndoArrayNoel Grandin1-2/+2
2018-10-30loplugin:useuniqueptr in MarkedUndoActionNoel Grandin1-6/+9
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin1-3/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+1
2018-10-06try to fix SvtBroadcaster on macOSNoel Grandin1-0/+1
2018-10-03loplugin:useuniqueptr in SdrLayerAdminNoel Grandin1-1/+0
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann7-14/+14
2018-10-01Add formatindex comments for some (edit) formatsEike Rathke1-6/+6
2018-10-01fix bug in SvtListener::CopyAllBroadcastersNoel Grandin1-0/+1
2018-10-01SvtBroadcaster no need to uniqueNoel Grandin1-0/+1
2018-10-01don't call back into the SvtBroadcaster when dyingNoel Grandin1-0/+3
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-1/+0
2018-09-19flatten SfxUndoArrayNoel Grandin1-24/+14
2018-09-19Bin more binfilter cruftEike Rathke1-20/+18
2018-09-18Bin binfilter cruftEike Rathke1-10/+3
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin1-2/+0
2018-09-11loplugin:useuniqueptr in StylePool::createIteratorNoel Grandin1-1/+1
2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn1-8/+2
2018-08-31Use tools::Time::GetClock() in number formatter for wall clock timeEike Rathke1-0/+9
2018-08-27svl: Avoid unnecessary indirection in SfxItemPropertySetInfoTakeshi Abe1-3/+1
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke1-1/+3
2018-08-22Related: tdf#73063 strip a plain locale identifier if locale data is availableEike Rathke1-0/+2
2018-08-17Fix typosAndrea Gelmini1-1/+1
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-08-09svl windows: remove last traces of pre-CNG signingMiklos Vajna1-3/+0
2018-08-08loplugin:unnecessaryvirtualNoel Grandin1-21/+21
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin1-1/+1
2018-07-30svl: turn on clang-format for grabbagitemMiklos Vajna1-13/+6
2018-07-27loplugin:returnconstant in svl,svtoolsNoel Grandin1-1/+1
2018-07-27svl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann8-0/+41
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin1-1/+1
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-151/+89
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski1-0/+6
2018-07-10Deduplicate codeMike Kaganski1-5/+1
2018-07-08loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-06-14tdf#100894 freeze when editing calc file with bazillions of cond formattingNoel Grandin2-4/+6
2018-06-13tdf#115007 NatNum12 "spell out" formats in datesLászló Németh1-0/+7
2018-06-11Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 ...Eike Rathke1-2/+1
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh1-0/+2
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-1/+5
2018-06-06enable incremental linking on windowsNoel Grandin1-2/+9
2018-05-30Resolves: tdf#117819 append trailing '0' as needed before separator insertionEike Rathke1-0/+1