summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin1-2/+2
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke1-1/+1
2019-05-09loplugin:unusedmethodsNoel Grandin2-6/+0
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin2-3/+12
2019-05-09move constructor for SfxItemSetNoel Grandin1-0/+1
2019-05-08Fix typed flags bitmask, tdf#125099 follow-upEike Rathke1-1/+1
2019-05-08Resolves: tdf#125099 round duration results in interpreter alreadyEike Rathke1-1/+6
2019-05-07tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2Noel Grandin2-2/+8
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part1Noel Grandin1-0/+2
2019-04-26Removed executions flags on source filesAndrea Gelmini1-0/+0
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand16-109/+52
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-4/+4
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin1-0/+3
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-1/+6
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin1-0/+5
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-4/+9
2019-04-09tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna1-1/+4
2019-03-30Some refactor of lockfile classes to minimize interfaceMike Kaganski3-47/+13
2019-03-27MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai2-1/+3
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2-4/+6
2019-03-23Introduce new lockfile handler for MSO like lockfilesTamás Zolnai4-15/+126
2019-03-20sw: make ODT export of paragraph auto-styles deterministicMiklos Vajna1-1/+5
2019-03-13translate some german var namesNoel Grandin1-3/+3
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin7-12/+14
2019-02-22loplugin:unusedfields in svlNoel Grandin1-25/+4
2019-01-12make SwFormat a ::sw::BroadcastingModifyBjoern Michaelsen1-1/+3
2018-12-11find-unneeded-includes: Avoid proposing o3tl fw declarationGabor Kelemen2-2/+2
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann1-3/+0
2018-12-05loplugin:singlevalfields in svlNoel Grandin1-5/+0
2018-11-26add dumpAsXml methods to more pool itemsMarkus Mohrhard1-0/+3
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