summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke1-20/+58
2021-07-01Resolves: tdf#138432 Use locale's CharClass to parse numeric i18n contextEike Rathke1-1/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-2/+2
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-2/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-5/+5
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-07Resolves: tdf#128334 Reset mnCurrentSheetEndPos, mnCurrentSheetTab in all casesEike Rathke1-0/+6
2021-04-02ofz: Segv on unknown addressCaolán McNamara1-1/+8
2021-03-23Assert supported FormulaGrammar instead of OSL_ENSUREEike Rathke1-2/+1
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2021-01-15tdf#138832 XLSX export: fix lost file names in modified linksAttila Szűcs1-1/+1
2021-01-14tdf#133858 reduce the double-ref range to data contentDennis Francis1-0/+98
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs1-1/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-4/+0
2020-11-06loplugin:unusedmethodsNoel1-5/+0
2020-11-01use officecfg for Experimental flagNoel Grandin1-3/+2
2020-10-20use tools::Long in scNoel1-26/+26
2020-10-06loplugin:const* make some params and methods constNoel1-12/+12
2020-09-29Determine CharClass difference once, tdf#137091 follow-upEike Rathke1-1/+15
2020-09-29Current sytem locale's CharClass for user defined names, tdf#137091 follow-upEike Rathke1-2/+8
2020-09-29Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-21/+41
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-3/+3
2020-09-18cid#1466690 ScDocument* arg is never nullCaolán McNamara1-11/+11
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara1-3/+3
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler always has a ScDocument&Caolán McNamara1-127/+122
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-6/+6
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara1-1/+2
2020-09-14ScCompiler::MoveRelWrap never passed a null ScDocument*Caolán McNamara1-3/+3
2020-09-14ScRefUpdate::MoveRelWrap always dereferences its ScDocument* argCaolán McNamara1-4/+4
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-8/+8
2020-09-13pDoc cannot be null, so drop check for thatCaolán McNamara1-2/+2
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara1-2/+2
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-8/+8
2020-09-08tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot1-0/+21
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-3/+3
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-180/+180
2020-06-30Resolves: tdf#131424 separator in TableRef column specifier is validEike Rathke1-1/+11
2020-06-26Upcoming improved loplugin:elidestringvar: scStephan Bergmann1-2/+1
2020-06-05Upcoming loplugin:elidestringvar: scStephan Bergmann1-2/+1
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-5/+5
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-8/+12
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1