summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
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
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-04-07Related: tdf#128334 Make VBA Range getFormula(R1C1) work not only by accidentEike Rathke
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-03-03loplugin:refcounting in scNoel
2021-02-21loplugin:refcounting in scNoel
2021-02-15loplugin:referencecasting in scNoel
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-11-30Fix typoAndrea Gelmini
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-10-20use tools::Long in scNoel
2020-10-13static_cast after dynamic_castNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-16IsNameValid never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13ParseCols never passed a null ScDocument*Caolán McNamara
2020-09-13ParseRows never passed a null ScDocument*Caolán McNamara
2020-09-01tdf#136233: Use sheet-local named ranges for VBA's Worksheet.NamesMike Kaganski