summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)Author
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-25Fix typosAndrea Gelmini
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke
2017-12-06assert on export of fdo69698-1.ods to pdfCaolán McNamara
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23crashtesting: crash loading fdo41403-1.xlsmCaolán McNamara
2017-11-18tdf#113861: Less aggressive expansion of chart headers.Vasily Melenchuk
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin
2017-10-13Replace lists by vectors in chart2uno (sc)Julien Nabet
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-08-17tdf#86019: Use ChartDataRowSource_COLUMNS as the chart...Dennis Francis
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-02Avoid calling memcpy with illegal nullptr (when aHiddenValues.empty())Stephan Bergmann
2016-09-01std::list<sal_Int32> to vectorNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin