Age | Commit message (Expand) | Author |
2024-12-07 | weld: Rename weld::Treeview selection signal/connect | Michael Weghorn |
2024-12-04 | Move helpers for css::awt/VCL point/rect/size to vcl::unohelper | Michael Weghorn |
2024-11-30 | cid#1607542 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-11-28 | tdf#163913 Implement font-relative margins | Jonathan Clark |
2024-11-13 | tdf#36709 editeng: Layout for font-relative first-line indent | Jonathan Clark |
2024-11-13 | tdf#163486: PVS: variable was assigned the same value | Xisco Fauli |
2024-11-12 | clang-tidy: performance-unnecessary-copy-initialization in reportdesgn | Noel Grandin |
2024-11-08 | Simplify a bit | Mike Kaganski |
2024-11-04 | tdf#163486: PVS: Identical branches | Bogdan Buzea |
2024-10-27 | cid#1555789 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-10-26 | cid#1555767 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-10-25 | cid#1633347 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-10-25 | tdf#163486: PVS: Identical branches | Bogdan Buzea |
2024-10-22 | cid#1545605 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-10-01 | use more concrete UNO types in reportdesign | Noel Grandin |
2024-10-01 | use more concrete UNO types in reportdesign | Noel Grandin |
2024-10-01 | use more concrete UNO types in reportdesign | Noel Grandin |
2024-10-01 | cid#1608000 Data race condition | Noel Grandin |
2024-10-01 | cid#1608069 Data race condition | Noel Grandin |
2024-09-23 | reportdesign: Use NC_ to create a TranslateId | Michael Weghorn |
2024-09-16 | use more concrete UNO types in reportdesign | Noel Grandin |
2024-09-09 | tsan:lock-order-inversion in forms | Noel Grandin |
2024-09-03 | use less dynamic_cast when broadcasting SfxHint | Noel Grandin |
2024-09-01 | cid#1607430 Overflowed integer argument | Caolán McNamara |
2024-08-11 | cid#1558088 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-07-31 | reduce number of GetItem calls | Noel Grandin |
2024-07-30 | tdf#161846 remove one layout operations (iii) | Noel Grandin |
2024-07-29 | tdf#161846 use unordered_map in SfxItemPropertyMap | Noel Grandin |
2024-07-27 | Related: tdf#159343 Handle TableRef separator in brackets for Function Wizard | Eike Rathke |
2024-07-11 | Unify/Port to use VCLUnoHelper for AWT <-> VCL conversions | Michael Weghorn |
2024-07-09 | Simplify comphelper::query_aggregation | Mike Kaganski |
2024-05-30 | AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0 | Xisco Fauli |
2024-05-29 | SortMarkedObjects() -> GetMarkedObjectList().ForceSort() | Xisco Fauli |
2024-05-29 | GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount() | Xisco Fauli |
2024-05-29 | svx: GetSdrMarkByIndex -> GetMarkedObjectList().GetMark | Xisco Fauli |
2024-05-11 | replace createFromAscii with OUString literals in OConfigurationNode | Noel Grandin |
2024-05-10 | loplugin:ostr in reportdesign | Noel Grandin |
2024-05-08 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-05-06 | svx: prefix members of SdrUndoAction | Miklos Vajna |
2024-04-10 | simplify OGenericUnoController init | Noel Grandin |
2024-04-09 | tdf#146619 Drop unused 'using namespace' in: reportdesign/ | Gabor Kelemen |
2024-03-29 | use std::mutex in StatusbarController | Noel Grandin |
2024-02-19 | ITEM: Speedup SlotIDToWhichID translations | Armin Le Grand (allotropia) |
2024-02-12 | ITEM: ItemPool Rework (I) | Armin Le Grand (allotropia) |
2024-01-27 | ITEM: Cleanup some Pool stuff with Defaults | Armin Le Grand (allotropia) |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-14 | ITEM: Move Shareable ItemFlag to SfxPolItem | Armin Le Grand (allotropia) |
2024-01-07 | tdf#150490: ReportBuilder: Wizards starts showing two different data sources | Julien Nabet |
2023-12-04 | cid#1546021 Using invalid iterator | Julien Nabet |
2023-11-18 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7) | Julien Nabet |