summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2019-08-19Related: tdf#72040 select ISO 8601 date+time format without 'T' if inputEike Rathke1-0/+4
2019-08-19Related: tdf#72040 select ISO 8601 date+time format if 'T' separator in inputEike Rathke2-0/+15
2019-08-19Add build time check for NF_INDEX_TABLE_ENTRIES <= nFirstFreeFormatIndexEike Rathke1-0/+7
2019-08-19Resolves: tdf#72040 add predefined ISO 8601 date+time format with "T"Eike Rathke1-3/+19
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-16Reorder to only get item state when necessaryMike Kaganski1-3/+4
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin4-6/+6
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida1-1/+1
2019-08-12Fix typosAndrea Gelmini7-8/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann8-18/+18
2019-07-28loplugin:collapseifNoel Grandin1-10/+4
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-4/+1
2019-07-18speed up sw_filters_test2Noel Grandin2-2/+4
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov11-153/+120
2019-07-13Move logic to GetDateOrder()Eike Rathke2-18/+17
2019-07-12Resolves: tdf#126342 obtain date particle order from pattern matchEike Rathke1-1/+20
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski2-2/+2
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski3-3/+3
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen64-154/+18
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-35/+1
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota1-0/+1
2019-05-18avoid double-lookup in SharedStringPool::internNoel Grandin1-4/+12
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin1-3/+3
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, optimise listenerNoel Grandin1-12/+7
2019-05-13tdf#125215 Assertion when closing Database/Advanced SettingsNoel Grandin1-2/+3
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-4/+4
2019-05-12regenerate PCH headersLuboš Luňák1-2/+2
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke1-8/+26
2019-05-09loplugin:unusedmethodsNoel Grandin2-9/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-17/+17
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin2-11/+28
2019-05-09move constructor for SfxItemSetNoel Grandin1-18/+34
2019-05-07tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2Noel Grandin2-13/+94
2019-05-06improve assert in SfxItemPooL::PutNoel Grandin1-8/+3
2019-05-03ofz#14552 direct-leakCaolán McNamara1-6/+12
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov7-12/+12
2019-05-02fix assert in SfxItemPool::PutImplNoel Grandin1-1/+1
2019-04-29tdf#125030: Prevent double-clearing the guardMike Kaganski1-0/+1
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part1Noel Grandin1-2/+9
2019-04-26Removed executions flags on source filesAndrea Gelmini1-0/+0
2019-04-26remove warning messageNoel Grandin1-2/+0
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann1-5/+0
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand17-364/+514
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-1/+1
2019-04-23std::call_once needs -lpthreadStephan Bergmann1-0/+5
2019-04-23Fix typos in codeAndrea Gelmini1-3/+3
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-3/+17
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin3-7/+47