summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann
2018-08-01loplugin:stringloop in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-18Fix typosAndrea Gelmini
2018-07-06tdf#118153 VBA Macro: add XLSX support to Workbooks.Openbvarga91
2018-06-30Avoid assertion on user dataMike Kaganski
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-31Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist
2018-05-31Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist
2018-05-28sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro
2018-05-25Fix typoAndrea Gelmini
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-16loplugin:constantparamNoel Grandin
2018-05-11loplugin:datamembershadow in ScVbaStylesNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-07use more Color in scNoel Grandin
2018-03-02add Color method version of OORGBToXLRGBNoel Grandin
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22ColorData->Color in scNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-16Consolidate the dreaded "Text - txt - csv (StarCalc)" filter nameEike Rathke
2018-02-07Don't crash if aArgs is emptyTor Lillqvist
2018-02-02sc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-30Use new property FormulaResultType2 to determinate ...Jens Carl
2018-01-26Fix typosAndrea Gelmini
2018-01-25Change property value to get CellContentType in sc/Jens Carl
2018-01-18Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2017-12-29Fix typosAndrea Gelmini