Age | Commit message (Expand) | Author |
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-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-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-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-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 |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2021-11-25 | tdf#145539 const OUString -> constexpr OUStringLiteral | Jeff Huang |
2021-11-08 | use more OUStringLiteral in MediaDescriptor | Noel Grandin |
2021-11-01 | Prepare for removal of non-const operator[] from Sequence in vbahelper | Mike Kaganski |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-12 | loplugin:moveparam check for collection params | Noel Grandin |
2021-10-04 | [tdf#42982]Improve runtimeException's Message | Verne-Lai |