summaryrefslogtreecommitdiff
path: root/basic/source/uno
AgeCommit message (Expand)AuthorFilesLines
2024-05-06loplugin:ostr basicNoel Grandin3-56/+56
2024-04-02tdf#146619 Drop unused 'using namespace' in: basic/Gabor Kelemen4-5/+0
2024-03-29convert NameContainer to comphelper::WeakImplHelperNoel Grandin1-16/+26
2024-03-11basic : use OUstring literal for XServiceInfo implementationArnaud VERSINI2-6/+6
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-1/+1
2024-01-31Related: tdf#159458 Move variable URL re-creation to a central placeMike Kaganski1-12/+10
2024-01-31tdf#159458: make sure to update unexpanded URL when renaming libraryMike Kaganski1-4/+23
2023-11-10loplugin:fieldcast in ModuleSizeExceededNoel Grandin1-12/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann1-2/+2
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch1-1/+1
2023-06-18Use getXWeak in basicMike Kaganski3-27/+27
2023-05-25merge some stringaddsNoel Grandin1-4/+1
2023-03-17tdf#151741 - BASIC Organizer: fill various URLs for librariesAndreas Heinisch1-6/+14
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin1-4/+2
2023-01-19Base SfxLibrary on WeakComponentImplHelperStephan Bergmann1-4/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-11/+0
2022-12-14loplugin:unocast (basic::SfxScriptLibraryContainer)Stephan Bergmann1-0/+11
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann1-2/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin2-7/+9
2022-05-25elide some OUString allocationNoel Grandin3-12/+44
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin1-0/+4
2022-05-10move creation of xParser to where it is usedNoel Grandin1-2/+1
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin1-15/+16
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch1-0/+46
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin1-15/+4
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin1-4/+4
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski3-17/+7
2021-09-14tdf#42982: improve UNO API error reporting4k5h1t1-4/+4
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2021-05-24fix leak in dbaccessNoel Grandin1-0/+8
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-19/+19
2021-03-26loplugin:flattenNoel1-16/+15
2021-03-08tdf#42982: improve UNO API error reportingViKrAm-Bais1-2/+2
2021-02-26loplugin:refcounting in basicNoel2-2/+2
2021-02-22loplugin:refcounting in basicNoel3-21/+16
2021-02-17tdf#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy1-4/+4
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel1-1/+1
2021-01-20improve some IllegalArgumentException messagesNoel2-12/+13
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+4
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer1-10/+9
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini2-3/+3
2020-10-21use tools::Long in basegfx..chart2Noel1-2/+2
2020-10-01loplugin:reducevarscope in basctl,basicNoel1-1/+1
2020-09-24Fix typo in codeAndrea Gelmini1-4/+4
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1