summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-20flatten SfxItemPool_Impl (tdf#81765 related)Noel Grandin4-72/+55
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin4-150/+56
2019-04-19crashtesting: tdf#122599 NSS_CMSMessage_CreateFromDER assertsCaolán McNamara1-3/+30
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+1
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin5-13/+5
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-04-03svl.lockfiles.test: Create the temporary lock files in workdirTamás Zolnai1-59/+39
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-1/+1
2019-04-03add more append methods to *StringBufferNoel Grandin1-1/+1
2019-04-02Introduce next Japanese gengou era 'Reiwa'Takeshi Abe1-1/+1
2019-03-30Some refactor of lockfile classes to minimize interfaceMike Kaganski4-99/+90
2019-03-30Slightly simplify URL handlingMike Kaganski1-15/+8
2019-03-27MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai1-0/+14
2019-03-26Generate MSO lock files when the related MSO compat. option is setTamás Zolnai3-9/+14
2019-03-25Fix typoAndrea Gelmini1-1/+1
2019-03-23Introduce new lockfile handler for MSO like lockfilesTamás Zolnai8-73/+1139
2019-03-20sw: make ODT export of paragraph auto-styles deterministicMiklos Vajna3-10/+132
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-4/+4
2019-03-14Only return elements with both name and predicate matching argumentsMike Kaganski1-2/+2