summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin4-11/+3
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke1-0/+16
2021-08-24osl::Mutex->std::mutex in OFSStreamContainerNoel Grandin2-56/+54
2021-08-24osl::Mutex->std::mutex in OFSInputStreamContainerNoel Grandin2-33/+28
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-1/+1
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20msan: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski1-2/+2
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-6/+6
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin4-0/+4
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-3/+3
2021-08-09tdf#143664: svl_qa_cppunit: Add unittestXisco Fauli1-0/+14
2021-08-08Year without leading 0 if era code is also usedEike Rathke1-2/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+4
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-6/+6
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke1-0/+16
2021-08-02flatten SfxUndoManager_Data a littleNoel Grandin1-24/+23
2021-08-02convert #defines to OUStringLiteralNoel Grandin2-49/+49
2021-07-31osl::Mutex->std::mutex in ItemHolder2Noel Grandin2-6/+6
2021-07-29loplugin:unnecessarymethodsNoel Grandin2-29/+0
2021-07-29rtl::Static -> static localNoel Grandin2-9/+7
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin2-399/+111
2021-07-27drop SvtLanguageOptions classNoel Grandin1-100/+6
2021-07-26use officecfg for SvtSystemLanguageOptionsNoel Grandin2-38/+13
2021-07-23expand out contractions in PasswordContainerNoel Grandin2-127/+127
2021-07-23no need to allocate the StorageItem separatelyNoel Grandin2-43/+44
2021-07-23osl::Mutex->std::mutex in SvtLanguageOptionsNoel Grandin1-4/+4
2021-07-21remove obsolete commentsNoel Grandin1-8/+0
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin2-11/+11
2021-07-20Simplify SfxItemSet ctors and TotalCount using delegationMike Kaganski1-32/+8
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-6/+6
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin1-11/+0
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin1-6/+6
2021-07-16-Werror=class-memaccessNoel Grandin1-2/+4
2021-07-16Drop unused ctorMike Kaganski1-26/+0
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski1-0/+1
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-20/+0
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin5-302/+357
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-12/+4
2021-07-08Resolves: tdf#122191 BOOLEAN is a keyword, treat it as suchEike Rathke4-25/+100
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke1-1/+1
2021-07-05Removed duplicated includesAndrea Gelmini2-2/+0
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin3-6/+10
2021-07-05tdf#143165: svl_qa_cppunit: Add unittestXisco Fauli1-0/+1
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke1-2/+17
2021-07-04move SfxSetItem to own header fileNoel Grandin4-0/+4
2021-07-03Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke1-1/+1
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin1-2/+2
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-2/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1