summaryrefslogtreecommitdiff
path: root/include/basic
AgeCommit message (Expand)AuthorFilesLines
2024-05-02WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-28reduce symbol visibilityNoel Grandin2-61/+61
2024-04-17tdf#143148: Use pragma once instead of include guardsOmkar Santosh Nikam1-4/+1
2024-04-17tdf#143148: Use pragma once instead of include guardsOmkar Santosh Nikam1-4/+1
2024-04-10tdf#143148 Use pragma once instead of include guardsOmkar Santosh Nikam1-4/+1
2024-04-04loplugin:unusedenumconstantsNoel Grandin1-11/+0
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin1-1/+2
2023-12-13loplugin:unusedfieldsNoel Grandin1-2/+1
2023-11-10loplugin:fieldcast in ModuleSizeExceededNoel Grandin1-2/+4
2023-11-10loplugin:fieldcast in SbModuleNoel Grandin1-2/+2
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin2-5/+6
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch2-4/+4
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-1/+1
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch7-11/+11
2023-02-21Related: tdf#153752 Use virtual method to avoid dynamic castsMike Kaganski2-4/+4
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski2-4/+9
2023-02-19Fix error compiler error with VS2019 C2487Andras Timar1-7/+3
2023-02-16set visibility of classes in mergelib+asan caseAndras Timar1-1/+1
2023-02-13tdf#143148 Use pragma once instead of include guardbuldi1-4/+1
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann1-12/+3
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin3-3/+3
2022-08-22tdf#150139 - Add a concrete name to the error messageAndreas Heinisch1-0/+2
2022-08-22cid#1500544 Uninitialized scalar variableCaolán McNamara1-1/+1
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski1-0/+1
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin2-7/+9
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+2
2022-04-05Fix typosAndrea Gelmini1-1/+1
2022-04-05Move creation of case-insensitive variable name to a central placeMike Kaganski1-0/+1
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski2-3/+4
2022-03-18Improve a mis-translated commentStephan Bergmann1-1/+1
2022-02-03Use default argumentMike Kaganski1-2/+1
2021-12-01improve the script for reducing symbol exportsNoel Grandin2-41/+44
2021-11-30fix clang-cl build with -Zc:dllexportInlines-Luboš Luňák1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+2
2021-10-11fix MSVC mergelibs buildLuboš Luňák1-0/+7
2021-08-29basic : remove BasicManagerImplArnaud Versini1-5/+6
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+3
2021-06-19loplugin:finalclassesNoel Grandin5-13/+5
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-05-10fix some leaks in basicNoel Grandin3-7/+9
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-19/+19
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini1-8/+8
2020-12-23Initialize method mapping table at compile timeMike Kaganski1-1/+16
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2-4/+4
2020-11-17loplugin:stringviewparam check methods tooNoel3-7/+7
2020-11-01use officecfg for Experimental flagNoel Grandin1-2/+0