summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
2018-07-06tdf#118153 VBA Macro: add XLSX support to Workbooks.Openbvarga911-0/+1
2018-06-30Avoid assertion on user dataMike Kaganski1-1/+4
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro1-2/+2
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-2/+0
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin4-112/+54
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke5-9/+1
2018-05-31Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist1-0/+3
2018-05-31Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist2-0/+20
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist2-1/+124
2018-05-28sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro2-7/+11
2018-05-25Fix typoAndrea Gelmini1-3/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin3-6/+15
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro2-8/+12
2018-05-21loplugin:unusedfields in scNoel Grandin2-3/+11
2018-05-16loplugin:constantparamNoel Grandin1-3/+3
2018-05-11loplugin:datamembershadow in ScVbaStylesNoel Grandin2-4/+7
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-04-15remove some unused comphelper includesJochen Nitschke3-2/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke6-7/+0
2018-03-20drop unnecessary includesCaolán McNamara2-2/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin5-13/+13
2018-03-10don't use heap for elements in ScRangeListNoel Grandin6-43/+43
2018-03-07use more Color in scNoel Grandin3-19/+18
2018-03-02add Color method version of OORGBToXLRGBNoel Grandin1-2/+1
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-22ColorData->Color in scNoel Grandin1-1/+1
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-4/+4
2018-02-16Consolidate the dreaded "Text - txt - csv (StarCalc)" filter nameEike Rathke2-3/+3
2018-02-07Don't crash if aArgs is emptyTor Lillqvist1-4/+6
2018-02-02sc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-13/+2
2018-01-30Use new property FormulaResultType2 to determinate ...Jens Carl1-3/+3
2018-01-26Fix typosAndrea Gelmini1-1/+1
2018-01-25Change property value to get CellContentType in sc/Jens Carl1-3/+3
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-2/+2
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann5-23/+23
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-6/+4
2017-12-29Fix typosAndrea Gelmini3-4/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin4-4/+4
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro2-3/+7
2017-12-07loplugin:constparamsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin3-9/+9
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin2-2/+5