summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2020-02-24Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-0/+2
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos1-0/+4
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos1-0/+3
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos1-0/+2
2019-08-29Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke1-0/+3
2019-06-20MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai2-1/+3
2019-06-20Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2-4/+6
2019-06-20Introduce new lockfile handler for MSO like lockfilesTamás Zolnai4-19/+125
2019-05-10Resolves: tdf#125099 round duration results in interpreter alreadyEike Rathke1-1/+6
2019-04-09tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna1-1/+4
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