Age | Commit message (Expand) | Author |
2023-03-15 | tdf#117037: svl_qa_cppunit: Add unittest | Xisco Fauli |
2023-03-14 | tdf#117037 - Support Unicode minus (0x2212) in the number scanner | Andreas Heinisch |
2023-03-14 | elide some temporary OStrings | Noel Grandin |
2023-03-14 | svl: fix CppunitTest_desktop_lib's DesktopLOKTest::testSignDocument_PEM_PDF | Miklos Vajna |
2023-03-13 | make more use of OUStringBuffer::append(OUStringConcat) | Noel Grandin |
2023-03-13 | Introduce OUStringBuffer::insert taking OUStringConcat | Mike Kaganski |
2023-03-10 | improve loplugin:unnecessarylocking | Noel Grandin |
2023-02-28 | no need to allocate Date separately in ImpSvNumberInputScan | Noel Grandin |
2023-02-25 | refactor DocPosUpdate, part 2 | Bjoern Michaelsen |
2023-02-23 | Extend loplugin:cppunitassertequals to more argument types | Stephan Bergmann |
2023-02-18 | osl::Mutex->std::mutex in SysCredentialsConfigItem | Noel Grandin |
2023-02-18 | osl::Mutex->std::mutex in SysCredentialsConfig | Noel Grandin |
2023-02-17 | osl::Mutex->std::mutex in PasswordContainer | Noel Grandin |
2023-02-16 | Drop 'using namespace ::std' in dirs s* | Gabor Kelemen |
2023-02-16 | osl::Mutex->std::mutex in FSStorage | Noel Grandin |
2023-02-15 | clean up SwRefMarkFieldUpdate a bit | Bjoern Michaelsen |
2023-02-15 | osl::Mutex->std::mutex in LockFileCommon | Noel Grandin |
2023-02-03 | tdf#153023 Disable Thousand separator for NatNum12 | Laurent Balland |
2023-01-30 | tdf#118324 Treat blank ? in integer | Laurent Balland |
2023-01-30 | tdf#152722 Number Format: keep NatNum modifiers | Laurent Balland |
2023-01-26 | Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectively | Kohei Yoshida |
2023-01-13 | XUnoTunnel->dynamic_cast in SfxUnoStyleSheet | Noel Grandin |
2022-12-18 | crashtesting: assert seen with forum-mso-en4-747641.xlsx with LCID F6E0B | Caolán McNamara |
2022-12-14 | It's unnecessary to obtain what's not being used | Eike Rathke |
2022-12-13 | crashtesting: (assert) fix treatment of "#FMT" input line value | Eike Rathke |
2022-11-25 | fix assert | Noel Grandin |
2022-11-22 | Fix presumed typo | Stephan Bergmann |
2022-11-21 | Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> instead | Stephan Bergmann |
2022-11-21 | qa: remove duplicated operators | Xisco Fauli |
2022-11-05 | -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): svl | Stephan Bergmann |
2022-11-04 | tdf#115007 svl: clean-up "add NatNum12 number format list items" | László Németh |
2022-11-03 | tdf#115007 add NatNum12 number format list items, fix title case | László Németh |
2022-10-31 | tdf#126788 only call TotalCount() if we need the result | Noel Grandin |
2022-10-24 | Use constexpr kTimeSignificantRound for all occurrences | Eike Rathke |
2022-10-24 | Related: tdf#136615 Do not round a DateTime clock format into the next day | Eike Rathke |
2022-10-23 | Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguity | Eike Rathke |
2022-10-22 | use more TempFileFastService in svl | Noel Grandin |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-10-08 | Simplify this code a bit | Mike Kaganski |
2022-10-03 | svl : use uintptr_t instead of sal_uInt32 or sal_uInt64 | Arnaud Versini |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-27 | Reduce number of static objects a bit | Mike Kaganski |
2022-09-27 | Prevent erroneous fraction detection of not yet accepted date | Eike Rathke |
2022-09-25 | unwrap SwDelChr to plain SfxHint | Bjoern Michaelsen |
2022-09-25 | unwrap SwInsText to a plain SfxHint | Bjoern Michaelsen |
2022-09-24 | unwrap SwDelText to a plain SfxHint | Bjoern Michaelsen |
2022-09-23 | make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647) | Luboš Luňák |
2022-09-21 | Use the more "natural" string_view o3tl::getToken variant here | Stephan Bergmann |
2022-09-20 | use more string_view in svl | Noel Grandin |
2022-09-02 | tdf#150712 reduce cost of SharedString::getString | Noel Grandin |