summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-23tdf#134059 Always include hidden cells in chart series labelOuyang Leyan1-1/+2
2020-10-13static_cast after dynamic_castNoel1-5/+3
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-17Tokens2RangeStringXML ctor never called with null ScDocument*Caolán McNamara1-14/+14
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara1-7/+7
2020-09-15GetStringFromXMLRangeString never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-2/+2
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-3/+3
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-7/+7
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-7/+7
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin1-53/+53
2020-05-15use more try_emplaceNoel Grandin1-4/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-8/+8
2020-04-03use mdds position hint (tdf#131716)Luboš Luňák1-1/+4
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2020-02-03loplugin:unusedfieldsNoel Grandin1-10/+8
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-4/+4
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-14/+17
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-5/+5
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-37/+39
2019-10-23sc: rowcol: tdf#50916 convert unoobjNoel Grandin1-12/+12
2019-10-01loplugin:stringadd in scNoel Grandin1-2/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-4/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-21/+20
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-7/+1
2019-05-21Fix typoAndrea Gelmini1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-4/+4
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-11/+3
2019-03-12tdf#115012 XLSX chart import: workaround for no gapLászló Németh1-0/+8
2019-02-09loplugin:indentation in scNoel Grandin1-2/+2
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-69/+46
2018-11-29tdf#105236, only take number format from numeric cellsMarkus Mohrhard1-1/+1
2018-11-26tdf#108027, add external ref string items to the data arrayMarkus Mohrhard1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+5
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-09-27loplugin:useuniqueptr in Chart2PositionMapNoel Grandin1-53/+39
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-5/+0
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-04loplugin:useuniqueptr in ScChart2DataSequenceNoel Grandin1-4/+4
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-0/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-2/+3
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke1-1/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-4/+3