summaryrefslogtreecommitdiff
path: root/include/vbahelper
AgeCommit message (Expand)AuthorFilesLines
6 daysExtended loplugin:ostr manual changesStephan Bergmann1-1/+1
7 daysreduce symbol visibility in vbahelperNoel Grandin2-4/+4
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen1-2/+1
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang1-1/+0
2023-02-28flatten some vba classesNoel Grandin2-2/+2
2023-02-20VBA: Remove conversions in writer from OORGBTOXLRGB (XLRGB is actually BGR!)Hannah Meeks1-1/+7
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann2-11/+2
2022-12-21loplugin:unocast (ScVbaShapes)Stephan Bergmann1-1/+5
2022-12-21loplugin:unocast (ScVbaShapeRange)Stephan Bergmann1-1/+6
2022-12-03tdf#151548 ContentControls vba: allow search by name/floatJustin Luth1-4/+13
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-2/+1
2022-10-17sw vba: add WordBasic.MsgBoxJustin Luth1-0/+4
2022-10-07related tdf#148806 xls/x vba: no auto_open if Auto_Open moduleJustin Luth1-0/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-08-06Drop some conversion from vbahelper; use usual functions where neededMike Kaganski1-3/+0
2022-06-28clang-tidy modernize-pass-by-value in vbahelperNoel Grandin10-15/+19
2022-05-03Just use Any ctor instead of makeAny in vbahelperStephan Bergmann1-3/+3
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski1-6/+1
2021-06-19loplugin:finalclassesNoel Grandin1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-3/+5
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel1-3/+3
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-1/+0
2020-07-30loplugin:unusedmethodsNoel Grandin1-40/+0
2020-07-21loplugin:unusedmethodsNoel Grandin1-9/+0
2020-07-20compact namespace declNoel Grandin4-18/+7
2020-06-17Adapt to C++20 CWG2237Stephan Bergmann1-1/+1
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin1-5/+4
2020-05-03use more compact namespace syntax in /includeNoel Grandin16-59/+59
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-4/+1
2020-03-16Revert "loplugin:constfields in vbahelper"Noel Grandin7-10/+10
2019-12-24sal_Char->char in vclNoel Grandin2-2/+2
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-3/+3
2019-10-31loplugin:finalclasses in vbahelperNoel Grandin6-8/+9
2019-09-26loplugin:constmethod in vbahelperNoel Grandin3-5/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vbahelperStephan Bergmann4-4/+4
2019-07-22tdf#42949 Fix IWYU warnings in include/vbahelperGabor Kelemen3-7/+0
2019-07-20Fix typosAndrea Gelmini1-1/+1
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin2-3/+2
2019-02-22loplugin:unusedfields in vbahelperNoel Grandin2-4/+2
2019-02-13Pointer is pointlessNoel Grandin1-2/+1
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-3/+3
2018-09-18loplugin:constfields in vbahelperNoel Grandin7-10/+10
2018-08-22new loplugin:conststringfieldNoel Grandin1-1/+0
2018-05-30Add Caption property to ooo::vba::XApplicationBaseTor Lillqvist1-0/+2
2018-05-30Remove two unnecessary forward declarationsTor Lillqvist1-5/+0
2018-03-09Bin incorrect comments, this is not "org::openoffice" but "ooo::vba"Tor Lillqvist1-2/+2
2018-03-02add Color method version of OORGBToXLRGBNoel Grandin1-0/+2