summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2019-11-06make some classes module-privateNoel Grandin1-1/+1
2019-10-30loplugin:finalclasses sot..svlNoel Grandin28-34/+32
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke1-0/+5
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-05move file picker only code to fpickerCaolán McNamara1-43/+0
2019-10-05simplify SfxAllEnumItemNoel Grandin1-23/+6
2019-10-03Simplify a bit SfxAllEnumItem (svl)Julien Nabet1-2/+1
2019-10-02Avoid std::vector inheritance for SfxAllEnumValueArrJulien Nabet1-1/+3
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann1-2/+2
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-5/+0
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-1/+5
2019-09-27loplugin:virtualdead in svlNoel Grandin1-1/+0
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen1-0/+3
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-3/+1
2019-08-24loplugin:returnconstval in svlNoel Grandin1-2/+2
2019-08-23Mark move ctors/assignments noexceptMike Kaganski3-5/+5
2019-08-22loplugin:constmethod in svlNoel Grandin1-8/+8
2019-08-20Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke1-0/+3
2019-08-19Resolves: tdf#72040 add predefined ISO 8601 date+time format with "T"Eike Rathke1-1/+2
2019-08-14svl: update grabbbagitem docMiklos Vajna1-1/+1
2019-07-25QRCode Dialog Box featureShubham Goyal1-1/+1
2019-07-20Fix typoAndrea Gelmini1-3/+3
2019-06-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen6-6/+2
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-5/+2
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