summaryrefslogtreecommitdiff
path: root/include/basic
AgeCommit message (Expand)AuthorFilesLines
2024-11-14tdf#108189 inspection of object hangs LONoel Grandin1-0/+4
2024-11-14Improve loplugin:dyncastvisibility to check for non-inline key functionsStephan Bergmann1-0/+1
2024-11-06loplugin:passstuffbyref in basicNoel Grandin4-4/+4
2024-10-18tdf#143148: Use pragma once instead of include guardsMelvinYG3-12/+3
2024-10-16tdf#143148 Use pragma once instead of include guardsAbrar Emad5-20/+5
2024-10-13tdf#143148 Use pragma once instead of include guardsAbraham Samuel Adekunle6-30/+6
2024-09-09Improve run-time Currency type support in BasicMike Kaganski1-1/+1
2024-08-27SbClassModuleObject never take a non-null argCaolán McNamara1-4/+6
2024-08-27use a shared_ptr for SbiBreakpoints pBreaks as wellCaolán McNamara1-1/+1
2024-08-27cid#1554789 Different smart pointers managing same raw pointerCaolán McNamara1-1/+1
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