summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/tokenuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-2/+1
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-1/+0
2021-12-04loplugin:stringliteraldefine in scNoel Grandin1-5/+5
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski1-1/+2
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga1-2/+13
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke1-0/+13
2021-03-22Force FormulaLanguage::OOXML for AddressConvention::CONV_XL_OOXEike Rathke1-15/+31
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-4/+4
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-6/+6
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-6/+6
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-2/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-2/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-08-16loplugin:returnconstant in ScTokenConversionNoel Grandin1-4/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-26loplugin:flatten in scNoel Grandin1-19/+17
2017-06-26loplugin:oncevar in scNoel Grandin1-3/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-8/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-30The svError case is probably not worth a SAL_WARNTor Lillqvist1-1/+2
2017-03-30Use StackVarEnumToStringTor Lillqvist1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+0
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke1-2/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-14/+12
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-1/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-12/+12
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-8/+8
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-7/+7
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+2
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+2