summaryrefslogtreecommitdiff
path: root/vbahelper/source
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-6/+5
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-6/+7
2021-10-12loplugin:moveparam check for collection paramsNoel Grandin1-2/+2
2021-10-04[tdf#42982]Improve runtimeException's MessageVerne-Lai1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-6/+2
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner1-4/+0
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-2/+2
2021-06-11Simplify Sequences initializations (vbahelper)Julien Nabet4-14/+5
2021-05-21fix shutdown leak VbaGlobalsBaseNoel Grandin1-0/+4
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-4/+4
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-5/+5
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-14/+2