summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
21 hoursloplugin:ostr in vbahelperNoel Grandin52-485/+485
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+1
2024-03-11tdf#143148 Update Include Guard usagetbalaj1-3/+3
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-2/+2
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-6/+6
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen1-0/+1
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-11-08loplugin:fieldcast in VbShapeRangeEnumHelperNoel Grandin1-3/+5
2023-11-08loplugin:fieldcast in VbShapeEnumHelperNoel Grandin1-3/+3
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-12/+12
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vbahelperStephan Bergmann4-11/+11
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin4-21/+37
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin4-37/+21
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-3/+24
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-2/+2
2023-04-01use more XVclWindowPeerNoel Grandin2-17/+21
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang1-5/+0
2023-02-28flatten some vba classesNoel Grandin6-35/+41
2023-02-20VBA: Remove conversions in writer from OORGBTOXLRGB (XLRGB is actually BGR!)Hannah Meeks1-7/+23
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-3/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann2-22/+2
2022-12-21loplugin:unocast (ScVbaShapes)Stephan Bergmann1-1/+11
2022-12-21loplugin:unocast (ScVbaShapeRange)Stephan Bergmann1-1/+11
2022-10-17sw vba: add WordBasic.MsgBoxJustin Luth1-0/+21
2022-10-12tdf#148806 doc vba: highest priority is ThisDocument AutoOpen V2Justin Luth1-18/+32
2022-10-11tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheetJustin Luth1-2/+23
2022-10-11tdf#148806 doc vba: only autoOpen PUBLIC macrosJustin Luth1-2/+13
2022-10-09tdf#148806 doc vba: accept module AutoOpen.MainJustin Luth1-1/+17
2022-10-07related tdf#148806 xls/x vba: no auto_open if Auto_Open moduleJustin Luth1-0/+17
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin2-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-06Drop some conversion from vbahelper; use usual functions where neededMike Kaganski1-19/+7
2022-08-05Use o3tl::convert in VbaApplicationBase::CentimetersToPointsMike Kaganski1-3/+1
2022-07-14loplugin:moveitNoel Grandin2-3/+3
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-3/+3
2022-06-28clang-tidy modernize-pass-by-value in vbahelperNoel Grandin26-52/+71
2022-05-31Use a range-based for loopStephan Bergmann1-6/+6
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski1-2/+1
2022-05-03Just use Any ctor instead of makeAny in vbahelperStephan Bergmann33-166/+166
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-6/+7
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-1/+1
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-11-25tdf#145539 const OUString -> constexpr OUStringLiteralJeff Huang1-2/+2
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in vbahelperMike Kaganski10-57/+47