summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaapplication.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-27sc: warning C6011: Dereferencing NULL pointerXisco Fauli1-2/+8
2024-05-20loplugin:ostr in sc/.../vbaNoel Grandin1-30/+30
2023-05-19sc: check excel::getDocShellXisco Fauli1-3/+10
2023-03-15Refactor InchesToPoints in CalcBaole Fang1-3/+2
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang1-0/+6
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann1-1/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-22/+22
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin1-3/+2
2022-02-06vba: small fixes for GetOpenFilename and documenting structsTomaž Vajngerl1-1/+6
2022-01-27vba: add support for Application.WindowState + testTomaž Vajngerl1-0/+10
2022-01-22tdf#118246 add support for Application.GetOpenFilename func.Tomaž Vajngerl1-1/+38
2021-12-06rename In() to Contains()Luboš Luňák1-2/+2
2021-11-16rtl::Static->thread-safe staticNoel Grandin1-4/+7
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-1/+1
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+2
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-2/+2
2020-08-09loplugin:flatten in sc/ui/vbaNoel Grandin1-33/+33
2020-07-30loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-26sc/vba: create instances with uno constructorsNoel Grandin1-8/+6
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann1-1/+1
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-5/+5
2019-07-28loplugin:oncevarNoel Grandin1-2/+1
2019-07-26tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxxGabor Kelemen1-15/+0
2019-07-22tdf#42949 Fix IWYU warnings in include/vbahelperGabor Kelemen1-0/+1
2019-07-20loplugin:referencecasting in scNoel Grandin1-4/+4
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-7/+7
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-01Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist1-0/+9
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski1-2/+1
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-02-13Pointer is pointlessNoel Grandin1-6/+5
2019-02-11tdf#120703 PVS: The check must be before assignmentMike Kaganski1-1/+3
2019-02-09loplugin:indentation in scNoel Grandin1-19/+19
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-11/+11
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-30tdf#42949 Fix IWYU warnings in sc/source/ui/*/hxxGabor Kelemen1-0/+1
2018-11-22improve function-local statics in scNoel Grandin1-10/+4
2018-11-11Removed repeated semicolonAndrea Gelmini1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-2/+2
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+1
2018-06-30Avoid assertion on user dataMike Kaganski1-1/+4
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist1-0/+102
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-2/+0