Age | Commit message (Expand) | Author |
2021-09-01 | Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown() | Eike Rathke |
2021-08-24 | osl::Mutex->std::mutex in OFSStreamContainer | Noel Grandin |
2021-08-24 | osl::Mutex->std::mutex in OFSInputStreamContainer | Noel Grandin |
2021-08-23 | loplugin:referencecasting look through more clang Types | Noel Grandin |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-08-20 | msan: MemorySanitizer: use-of-uninitialized-value | Caolán McNamara |
2021-08-16 | Rename setX/setY to SetPosX/SetPosY, to align with SetPos | Mike Kaganski |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-13 | split SvNumberFormatter into it's own header | Noel Grandin |
2021-08-11 | Drop convertMm100ToTwip in favor of the new o3tl::toTwips | Mike Kaganski |
2021-08-08 | Year without leading 0 if era code is also used | Eike Rathke |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-03 | Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for March | Eike Rathke |
2021-08-02 | flatten SfxUndoManager_Data a little | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in ItemHolder2 | Noel Grandin |
2021-07-29 | loplugin:unnecessarymethods | Noel Grandin |
2021-07-29 | rtl::Static -> static local | Noel Grandin |
2021-07-28 | use officecfg for SvtCJKOptions | Noel Grandin |
2021-07-27 | drop SvtLanguageOptions class | Noel Grandin |
2021-07-26 | use officecfg for SvtSystemLanguageOptions | Noel Grandin |
2021-07-23 | expand out contractions in PasswordContainer | Noel Grandin |
2021-07-23 | no need to allocate the StorageItem separately | Noel Grandin |
2021-07-23 | osl::Mutex->std::mutex in SvtLanguageOptions | Noel Grandin |
2021-07-21 | remove obsolete comments | Noel Grandin |
2021-07-20 | flatten the vector in NfCurrencyTable | Noel Grandin |
2021-07-20 | Simplify SfxItemSet ctors and TotalCount using delegation | Mike Kaganski |
2021-07-17 | drop sal_uInt16* constructor in SfxItemSet | Noel Grandin |
2021-07-17 | osl::Mutex->std::mutex in SharedStringPool | Noel Grandin |
2021-07-16 | -Werror=class-memaccess | Noel Grandin |
2021-07-16 | Drop unused ctor | Mike Kaganski |
2021-07-16 | Move validity check to svl::Items, to avoid invalid WhichRangesContainer | Mike Kaganski |
2021-07-15 | drop the Pair constructor from SfxItemSet | Noel Grandin |
2021-07-15 | WhichRangesContainer, reduce malloc in SfxItemSet | Noel Grandin |
2021-07-08 | Resolves: tdf#122191 BOOLEAN is a keyword, treat it as such | Eike Rathke |
2021-07-06 | Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatter | Eike Rathke |
2021-07-05 | Removed duplicated includes | Andrea Gelmini |
2021-07-05 | store the SfxItemSet inside SfxSetItem by value | Noel Grandin |
2021-07-05 | Resolves: tdf#143165 Date input must match separator, D,M,Y not part of | Eike Rathke |
2021-07-04 | move SfxSetItem to own header file | Noel Grandin |
2021-07-02 | no need to allocate return val on heap for GetItemSetForPreview | Noel Grandin |
2021-07-01 | can allocate these SfxItemSet on the stack | Noel Grandin |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-25 | tdf#143032: Check if the literal is empty | Mike Kaganski |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-06-13 | Assert on valid order of which ids in ranges on SfxItemSet creation | Mike Kaganski |
2021-06-13 | Avoid [-Werror=redundant-move] in GCC 9.3.0 | Mike Kaganski |
2021-06-12 | Current baseline Clang 5.0.2 is able to upcast std::unique_ptr | Mike Kaganski |
2021-06-11 | Simplify even more initializations in svl/passwordcontainer.cxx | Julien Nabet |