summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): svlStephan Bergmann2-5/+4
2022-11-04tdf#115007 svl: clean-up "add NatNum12 number format list items"László Németh1-4/+1
2022-11-03tdf#115007 add NatNum12 number format list items, fix title caseLászló Németh1-1/+37
2022-10-31tdf#126788 only call TotalCount() if we need the resultNoel Grandin1-1/+1
2022-10-24Use constexpr kTimeSignificantRound for all occurrencesEike Rathke1-8/+8
2022-10-24Related: tdf#136615 Do not round a DateTime clock format into the next dayEike Rathke1-5/+8
2022-10-23Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguityEike Rathke1-1/+13
2022-10-22use more TempFileFastService in svlNoel Grandin1-4/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski4-5/+5
2022-10-08Simplify this code a bitMike Kaganski1-85/+44
2022-10-03svl : use uintptr_t instead of sal_uInt32 or sal_uInt64Arnaud Versini1-10/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+1
2022-09-27Reduce number of static objects a bitMike Kaganski1-4/+4
2022-09-27Prevent erroneous fraction detection of not yet accepted dateEike Rathke1-7/+9
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen1-1/+0
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen1-1/+0
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen1-1/+0
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák2-19/+51
2022-09-21Use the more "natural" string_view o3tl::getToken variant hereStephan Bergmann1-6/+6
2022-09-20use more string_view in svlNoel Grandin8-64/+67
2022-09-02tdf#150712 reduce cost of SharedString::getStringNoel Grandin1-0/+1
2022-08-19svl: rename SfxRectangleItem::aVal to maValChris Sherlock1-22/+22
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-08-18use more pass-by-value in SfxItemSetNoel Grandin1-21/+3
2022-08-17tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli2-90/+74
2022-08-03improve assert messageNoel Grandin1-1/+1
2022-07-25A bit of RAIIMike Kaganski1-16/+10
2022-07-25use more o3tl::spanNoel Grandin2-15/+13
2022-07-14Accept 'Y D MMM' date input for locales with LongDateOrder::YDMEike Rathke2-12/+37
2022-07-14Let 'MMM D Y H:M' input follow the same date rule as 'MMM D Y'Eike Rathke1-7/+13
2022-07-13tdf#149950: svl_qa_cppunit: Add unittestXisco Fauli1-1/+2
2022-07-13Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month nameEike Rathke2-7/+63
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-07-04dodgy use of dynamic_cast on an UNO objectNoel Grandin1-4/+1
2022-07-01small optimisationNoel Grandin1-1/+2
2022-07-01ChangeNullDate: assert valid date after normalization if it wasn't beforeEike Rathke1-4/+8
2022-06-29elide unnecessary copy in SfxItemSet constructorNoel Grandin1-1/+7
2022-06-29tdf#117539 Assert after cut and paste operation of a chart stickNoel Grandin1-1/+6
2022-06-20elide some makeStringAndClear() callsNoel Grandin5-10/+12
2022-06-20Resolves: tdf#147265 Return correct default if currency format is duplicateEike Rathke1-8/+9
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara1-4/+4
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt1-0/+1
2022-06-16Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differingEike Rathke1-0/+8
2022-06-15Use rtl::isAsceeLowerCase/rtl::toAsciiUpperCaseMike Kaganski1-2/+3
2022-06-15Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercaseEike Rathke1-2/+49
2022-06-08Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke1-1/+27
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin11-35/+43
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin3-32/+55
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin1-61/+71
2022-05-28simplify SfxItemSet::Differentiate and SfxItemSet::IntersectNoel Grandin1-18/+11