summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
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-28vcl: rename OutDevState to StackChris Sherlock1-2/+7
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-6/+2
2021-08-23update some pchesCaolán McNamara1-2/+1
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-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-2/+18
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-12update PCHsCaolán McNamara1-7/+1
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-14/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara1-1/+2
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2021-02-23update pchesCaolán McNamara1-2/+1
2021-02-19loplugin:refcounting in vbahelperNoel2-7/+9
2021-02-08update pchesCaolán McNamara1-1/+2
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski1-15/+8
2021-02-02loplugin:redundantcast catch more dynamic_castNoel1-5/+4
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara2-10/+9
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-7/+7
2020-12-26New loplugin:stringliteralvarStephan Bergmann2-9/+9
2020-12-04update pchesCaolán McNamara2-2/+8
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-8/+8
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-1/+1
2020-11-18tdf#123936 Formatting files in module vbahelper with clang-formatPhilipp Hofer3-24/+19
2020-11-17loplugin:stringviewparam check methods tooNoel3-6/+6
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-11-05loplugin:reducevarscope in vbahelperNoel3-9/+7
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel2-6/+6
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara3-3/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann4-4/+4
2020-08-21Fix typo in codeAndrea Gelmini1-2/+2