summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2024-12-01NameContainer need not be an UNO object itselfMike Kaganski
2024-12-01Optimize SfxLibrary / SfxLibraryContainer memory layout a bitMike Kaganski
2024-12-01Simplify SfxLibrary hierarchyMike Kaganski
2024-12-01Simplify a bitMike Kaganski
2024-12-01Simplify NameContainerMike Kaganski
2024-12-01Drop unneeded indirection and unused argumentMike Kaganski
2024-11-30cid#1607542 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-11-14tdf#108189 inspection of object hangs LONoel Grandin
2024-11-14Improve loplugin:dyncastvisibility to check for non-inline key functionsStephan Bergmann
2024-11-12tdf#163486: PVS: Identical branchesBogdan Buzea
2024-11-11clang-tidy: performance-unnecessary-copy-initialization in basicNoel Grandin
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-08loplugin:reftotemp in basicNoel Grandin
2024-11-08Simplify a bitMike Kaganski
2024-11-06loplugin:passstuffbyref in basicNoel Grandin
2024-11-04new loplugin:staticconstexprNoel Grandin
2024-11-02Simplify a bitMike Kaganski
2024-11-01no need to heap allocate theseNoel Grandin
2024-10-31tdf#163680: fix fixed-length strings assignmentMike Kaganski
2024-10-31No need to heap-allocate itMike Kaganski
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-25cid#1633347 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-21Resolves tdf#163515 - Basic Macro Organizer: After renaming aJim Raykowski
2024-10-19tdf#163486: PVS: Identical branchesBogdan Buzea
2024-10-07tdf#163219: only create local With variable for function resultsMike Kaganski
2024-10-06Simplify assignment of NothingMike Kaganski
2024-09-20no need to do UNO_QUERY hereNoel Grandin
2024-09-20tdf#162431 - Check for missing parametersAndreas Heinisch
2024-09-18Avoid -Werror,-Wunused-functionStephan Bergmann
2024-09-18use more concrete UNO in basicNoel Grandin
2024-09-17Fix formatting of datesMike Kaganski
2024-09-17Related: i#109051 There's no "Exit Let/Get/Set"Mike Kaganski
2024-09-17i#109051: also handle Exit Property for Property SetMike Kaganski
2024-09-16tdf#162962: always create a local "Nothing" for the "WITH" variableMike Kaganski
2024-09-13tdf#162935: use PUTC for WITH variable assignment: it doesn't copy valueMike Kaganski
2024-09-13Refactor SbxValue::FormatMike Kaganski
2024-09-12Temporarily skip unit tests on native arm64 buildBalazs Varga
2024-09-11Related: tdf#158092 add a comment to avoid symbols localizationMike Kaganski
2024-09-09Improve run-time Currency type support in BasicMike Kaganski
2024-09-05use less dynamic_cast when broadcasting SfxHintNoel Grandin
2024-09-02Fix ImpCurrencyToString to handle SAL_MIN_INT64Mike Kaganski
2024-09-01Refactor ImpCurrencyToString for simplicityMike Kaganski
2024-09-01tdf#162724: use localized decimal separator in ImpCurrencyToStringMike Kaganski
2024-08-31Move variables into their usage scopeMike Kaganski
2024-08-30Simplify default ImpScan usageMike Kaganski
2024-08-27SbClassModuleObject never take a non-null argCaolán McNamara
2024-08-27use a shared_ptr for SbiBreakpoints pBreaks as wellCaolán McNamara
2024-08-27cid#1554789 Different smart pointers managing same raw pointerCaolán McNamara