Age | Commit message (Expand) | Author |
2024-12-03 | don't bother passing const std::[u16]string_view by reference | Caolán McNamara |
2024-11-24 | Turn SC_MOD macro to a function | Mike Kaganski |
2024-11-12 | clang-tidy: performance-unnecessary-copy-initialization in various | Noel Grandin |
2024-11-08 | no need to take a copy of the getProcessComponentContext return value | Noel Grandin |
2024-11-08 | Simplify a bit | Mike Kaganski |
2024-11-01 | tdf#163486: PVS: Identical branches | Bogdan Buzea |
2024-08-13 | use less exception throwing for flow control | Noel Grandin |
2024-05-14 | loplugin:ostr in vbahelper | Noel Grandin |
2024-04-28 | Extended loplugin:ostr manual changes | Stephan Bergmann |
2024-03-11 | tdf#143148 Update Include Guard usage | tbalaj |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-17 | ITEM: Remove suspicious extra-Which in ::Put | Armin Le Grand (allotropia) |
2023-12-12 | tdf#146619 Recheck include/[v-x]* with IWYU | Gabor Kelemen |
2023-12-07 | simplify and modernise ScopedBitmapAccess | Noel Grandin |
2023-11-08 | loplugin:fieldcast in VbShapeRangeEnumHelper | Noel Grandin |
2023-11-08 | loplugin:fieldcast in VbShapeEnumHelper | Noel Grandin |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vbahelper | Stephan Bergmann |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-08-25 | Revert "use more Reference::query instead of UNO_QUERY_THROW" | Noel Grandin |
2023-08-18 | use more Reference::query instead of UNO_QUERY_THROW | Noel Grandin |
2023-08-02 | split Point/Size/Rectangle into AbsoluteScreenPixel* types | Noel Grandin |
2023-07-23 | vcl: Drop now unneeded DevicePoint typedef | Khaled Hosny |
2023-07-20 | split GetWindowExtentsRelative asunder | Noel Grandin |
2023-04-01 | use more XVclWindowPeer | Noel Grandin |
2023-03-13 | tdf#150281: Fix CentimetersToPoints in Calc | Baole Fang |
2023-02-28 | flatten some vba classes | Noel Grandin |
2023-02-20 | VBA: Remove conversions in writer from OORGBTOXLRGB (XLRGB is actually BGR!) | Hannah Meeks |
2023-02-16 | SfxViewShell::GetViewFrame never returns null, change to a reference | Caolán McNamara |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-21 | loplugin:unocast (ScVbaShapes) | Stephan Bergmann |
2022-12-21 | loplugin:unocast (ScVbaShapeRange) | Stephan Bergmann |
2022-10-17 | sw vba: add WordBasic.MsgBox | Justin Luth |
2022-10-12 | tdf#148806 doc vba: highest priority is ThisDocument AutoOpen V2 | Justin Luth |
2022-10-11 | tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheet | Justin Luth |
2022-10-11 | tdf#148806 doc vba: only autoOpen PUBLIC macros | Justin Luth |
2022-10-09 | tdf#148806 doc vba: accept module AutoOpen.Main | Justin Luth |
2022-10-07 | related tdf#148806 xls/x vba: no auto_open if Auto_Open module | Justin Luth |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-06 | Drop some conversion from vbahelper; use usual functions where needed | Mike Kaganski |
2022-08-05 | Use o3tl::convert in VbaApplicationBase::CentimetersToPoints | Mike Kaganski |
2022-07-14 | loplugin:moveit | Noel Grandin |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock |
2022-06-28 | clang-tidy modernize-pass-by-value in vbahelper | Noel Grandin |
2022-05-31 | Use a range-based for loop | Stephan Bergmann |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-10 | More usual 1899-12-30 base Date in Basic | Mike Kaganski |
2022-05-03 | Just use Any ctor instead of makeAny in vbahelper | Stephan Bergmann |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |