summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)Author
2020-04-03use mdds position hint (tdf#131716)Luboš Luňák
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-05-21Fix typoAndrea Gelmini
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-03-12tdf#115012 XLSX chart import: workaround for no gapLászló Németh
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-11-29tdf#105236, only take number format from numeric cellsMarkus Mohrhard
2018-11-26tdf#108027, add external ref string items to the data arrayMarkus Mohrhard
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-27loplugin:useuniqueptr in Chart2PositionMapNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-04loplugin:useuniqueptr in ScChart2DataSequenceNoel Grandin
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