summaryrefslogtreecommitdiff
path: root/vbahelper/source
AgeCommit message (Expand)Author
2022-05-31Use a range-based for loopStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-03Just use Any ctor instead of makeAny in vbahelperStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2021-11-25tdf#145539 const OUString -> constexpr OUStringLiteralJeff Huang
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in vbahelperMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12loplugin:moveparam check for collection paramsNoel Grandin
2021-10-04[tdf#42982]Improve runtimeException's MessageVerne-Lai
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (vbahelper)Julien Nabet
2021-05-21fix shutdown leak VbaGlobalsBaseNoel Grandin
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-02-19loplugin:refcounting in vbahelperNoel
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski
2021-02-02loplugin:redundantcast catch more dynamic_castNoel
2021-01-28simplify code, use more subView()Noel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-18tdf#123936 Formatting files in module vbahelper with clang-formatPhilipp Hofer
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-05loplugin:reducevarscope in vbahelperNoel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21Fix typo in codeAndrea Gelmini
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-03loplugin:flatten in vbahelperNoel Grandin