summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-08-06Drop some conversion from vbahelper; use usual functions where neededMike Kaganski
2022-06-30tdf#99514 - implement Value2 for compatibilityHannah Meeks
2022-06-17Another "One call to XCellRangeAddressable::getRangeAddress() is enough"Julien Nabet
2022-06-16Resolves: tdf#149579 Expand Range.Sort single cell to Range.CurrentRegionEike Rathke
2022-06-16One call to XCellRangeAddressable::getRangeAddress() is enoughEike Rathke
2022-06-14Related: tdf#149325 Fix yet another VbaRange empty ScRangeList accessEike Rathke
2022-06-14Related: tdf#149325 Eliminate all unconditional ScRangeList::front() accessEike Rathke
2022-06-13Resolves: tdf#149531 Use initial sheet range for VBA Columns and RowsEike Rathke
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-26lock paint when VBA sets value for a number of Calc cellsLuboš Luňák
2022-02-23tdf#147611: fix indicesMike Kaganski
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-06vba: small fixes for GetOpenFilename and documenting structsTomaž Vajngerl
2022-01-27vba: add support for Application.WindowState + testTomaž Vajngerl
2022-01-22tdf#118246 add support for Application.GetOpenFilename func.Tomaž Vajngerl
2022-01-21sc: fix VBA Copy-Paste using same and separate documentTomaž Vajngerl
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen
2021-12-06rename In() to Contains()Luboš Luňák
2021-11-16rtl::Static->thread-safe staticNoel Grandin
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-16Simplify vector initialization in scJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scStephan Bergmann
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-05-27IsDisposed->isDisposed in scNoel Grandin
2021-05-25tdf#118129 - return only the caption property of the frameAndreas Heinisch
2021-05-03tdf#90278 - Set the vba border to the default borderAndreas Heinisch
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-09[API-CHANGE] tdf#141543 VBA Range.Formula Range.FormulaR1C1 non-localizedEike Rathke