summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)Author
2023-03-15Refactor InchesToPoints in CalcBaole Fang
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
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
2021-12-06rename In() to Contains()Luboš Luňák
2021-11-16rtl::Static->thread-safe staticNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-08-09loplugin:flatten in sc/ui/vbaNoel Grandin
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-26sc/vba: create instances with uno constructorsNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-28loplugin:oncevarNoel Grandin
2019-07-26tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxxGabor Kelemen
2019-07-22tdf#42949 Fix IWYU warnings in include/vbahelperGabor Kelemen
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-04-01Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-02-13Pointer is pointlessNoel Grandin
2019-02-11tdf#120703 PVS: The check must be before assignmentMike Kaganski
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen
2018-11-22improve function-local statics in scNoel Grandin
2018-11-11Removed repeated semicolonAndrea Gelmini
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-06-30Avoid assertion on user dataMike Kaganski
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-01-12More loplugin:cstylecast: scStephan Bergmann