aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-08-27 21:21:13 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-08-27 21:21:13 +0200
commit50024d2c551767be478d534ca9e21b3de79faca8 (patch)
treecd28b28284da9498683e64bba11c80d41dbc073c
parent8786a7cc6bdc89e0f4e951849fdada4b7ae7e3d0 (diff)
Version 7.0.1.2, tag libreoffice-7.0.1.2 libreoffice-7.0.1.2
Change-Id: I706a87e52b81a78e8c67b339469b1f2555b7d3b3
0 files changed, 0 insertions, 0 deletions
n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/tokenuno.cxx
AgeCommit message (Expand)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-03-22Force FormulaLanguage::OOXML for AddressConvention::CONV_XL_OOXEike Rathke
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-26loplugin:flatten in scNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-30The svError case is probably not worth a SAL_WARNTor Lillqvist
2017-03-30Use StackVarEnumToStringTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke