Age | Commit message (Expand) | Author | Files | Lines |
2022-04-01 | add Initialization Vectors to password storage | Caolán McNamara | 2 | -51/+138 |
2022-04-01 | make hash encoding match decoding | Caolán McNamara | 2 | -9/+45 |
2022-01-29 | fix loading file with very large number of styles | Noel Grandin | 1 | -12/+12 |
2021-11-13 | sw, out of order undo: allow multiple actions from other views | Miklos Vajna | 1 | -5/+13 |
2021-11-11 | sw, out of order undo: allow a subset of a non-empty redo list | Miklos Vajna | 1 | -2/+2 |
2021-11-11 | sw: allow undo of typing in 2 views independent from each other | Miklos Vajna | 1 | -0/+10 |
2021-11-10 | Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULT | Eike Rathke | 1 | -1/+1 |
2021-09-30 | Resolves: tdf#116184 Check that there is no trailing number behind a match | Eike Rathke | 1 | -2/+3 |
2021-08-16 | Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for March | Eike Rathke | 1 | -0/+16 |
2021-07-11 | Remove warning while building | dante | 1 | -1/+1 |
2021-07-11 | Resolves: tdf#143165 Date input must match separator, D,M,Y not part of | Eike Rathke | 1 | -2/+17 |
2021-06-14 | Assert on valid order of which ids in ranges on SfxItemSet creation | Mike Kaganski | 3 | -345/+172 |
2021-05-16 | Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"." | Eike Rathke | 1 | -5/+23 |
2021-03-16 | xls save: fix writing inline calendar modifiers as format code, don't | Eike Rathke | 1 | -3/+6 |
2021-03-04 | xmlsecurity: improve handling of multiple X509Data elements | Michael Stahl | 1 | -4/+12 |
2020-11-19 | Clarify DdeData::GetExternalFormat return type | Stephan Bergmann | 2 | -15/+12 |
2020-11-19 | svl/source/svdde/ddedata.cxx is only compiled on Windows anyway | Stephan Bergmann | 1 | -4/+0 |
2020-11-17 | loplugin:stringviewparam extend to constructors | Noel | 1 | -6/+6 |
2020-11-16 | tdf#123936 Formatting files in module svl with clang-format | Philipp Hofer | 12 | -201/+129 |
2020-11-12 | New loplugin:stringviewparam | Stephan Bergmann | 1 | -1/+1 |
2020-11-11 | loplugin:stringview | Noel | 2 | -2/+2 |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin | 2 | -8/+8 |
2020-11-03 | remove pimpl in SfxBroadcaster/SfxListener | Noel Grandin | 2 | -82/+55 |
2020-11-02 | move SwCondCollCondChg on top of SfxHint | Bjoern Michaelsen | 1 | -1/+0 |
2020-10-31 | remove pimpl from FSStorage | Noel Grandin | 2 | -154/+40 |
2020-10-21 | new tools::Degree10 strong typedef | Noel Grandin | 1 | -45/+14 |
2020-10-19 | use tools::Long in svl | Noel | 7 | -20/+23 |
2020-10-14 | Resolves: tdf#137453 Implicit conversion from sal_uInt64 to sal_Int32 is bad.. | Eike Rathke | 1 | -13/+14 |
2020-10-08 | use sal_Int32 for style-sheet index | Noel Grandin | 3 | -47/+43 |
2020-10-06 | loplugin:const* make some params and methods const | Noel | 1 | -1/+1 |
2020-10-04 | loplugin:reducevarscope in store..svtools | Noel | 2 | -6/+3 |
2020-10-03 | use more TOOLS_WARN_EXCEPTION | Noel | 1 | -2/+1 |
2020-10-02 | Use the new single-instance="true" attribute in svl | Stephan Bergmann | 2 | -5/+3 |
2020-10-01 | tdf#136728: Revert "tdf#136238 speed up deleting large cross page table" | Xisco Fauli | 1 | -8/+4 |
2020-09-26 | Related: tdf#136985 SfxStringListItem::GetString() crash in empty case | Caolán McNamara | 1 | -3/+2 |
2020-09-23 | Read MOSDocumentLockFile UTF-16 string data with same endianness | Stephan Bergmann | 1 | -2/+10 |
2020-09-23 | Convert attribute value to UTF-8 when passing it to libxml2 | Stephan Bergmann | 1 | -1/+2 |
2020-09-23 | tdf#128136: Build curl, nss, and xmlsec for iOS, too | Tor Lillqvist | 1 | -2/+2 |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann | 6 | -12/+17 |
2020-09-10 | Remove some DBG_UTIL debug code | Stephan Bergmann | 1 | -72/+2 |
2020-09-10 | tdf#136238 speed up deleting large cross page table | Noel Grandin | 1 | -4/+8 |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann | 2 | -3/+3 |
2020-09-04 | TabPage no longer needs to inherit from VclBuilderContainer | Caolán McNamara | 1 | -1/+4 |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann | 1 | -1/+1 |
2020-09-03 | Make ImpSvNumberformatScan::GetColor const | Mike Kaganski | 6 | -28/+27 |
2020-09-03 | Simplify standard color initialization | Mike Kaganski | 2 | -50/+30 |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann | 4 | -22/+22 |
2020-08-27 | remove some unused includes and update pches | Caolán McNamara | 1 | -1/+1 |
2020-08-27 | expand out StringSet typedef | Noel Grandin | 2 | -6/+4 |
2020-08-19 | update pches | Caolán McNamara | 1 | -3/+1 |