summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/cellfml.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-1/+1
2023-04-20introduce sw::FrameFormats<>Bjoern Michaelsen1-2/+2
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-4/+4
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-0/+1
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann1-6/+6
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+2
2022-05-02tdf#146573 sw: recalculate cells with footnotesLászló Németh1-3/+2
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+1
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-1/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+1
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/firldsNoel Grandin1-8/+7
2021-10-10use SfxItemSetFixed in swNoel Grandin1-2/+1
2021-09-21tdf#39828 sw: fix table formula calculation at track changesLászló Németh1-0/+9
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-3/+3
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-7/+7
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-6/+6
2021-01-28simplify code, use more subView()Noel1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-20use tools::Long in swNoel1-2/+2
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-04tdf#136404 DOCX import: ignore NaN cells in table formulaLászló Németh1-4/+31
2020-08-01loplugin:flatten in sw/core/fieldsNoel Grandin1-63/+63
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-3/+3
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+6
2018-11-16loplugin:buriedassign in swNoel Grandin1-1/+2
2018-11-15sw_redlinehide_3: add second result to SwGetExpField, SwSetExpFieldMichael Stahl1-5/+10
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-11-10Fix typo in commentMatteo Casalin1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-1/+2
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2018-07-30loplugin:stringloop in swNoel Grandin1-69/+69
2018-01-24Remove presumably dead < USHRT_MAX checksStephan Bergmann1-2/+2
2018-01-11loplugin:redundantcast: swStephan Bergmann1-2/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-2/+3
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl1-1/+1
2017-08-04loplugin:constparams in sw part3Noel Grandin1-1/+1
2017-07-14use more OUString::operator== in swNoel Grandin1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-07tdf#74177 writer: ignoring comment allows number recognitionJustin Luth1-2/+2
2017-05-22sw: prefix members of SwTableCalcParaMiklos Vajna1-39/+39
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-2/+2
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-5/+5
2017-02-13convert SwCalcError to scoped enumNoel Grandin1-9/+9