summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-3/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+11
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-2/+2
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-5/+1
2020-08-03loplugin:flatten in vbahelperNoel Grandin8-147/+149
2020-07-30loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-12update pchesCaolán McNamara2-2/+4
2020-07-11vbahelper: create instances with uno constructorsNoel Grandin6-105/+37
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vbahelperStephan Bergmann3-18/+18
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-05-10use compact namespace syntaxNoel Grandin1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-26update pchesCaolán McNamara2-9/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara2-42/+7