summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xename.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-5/+5
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-2/+2
2019-06-03tdf#112567 XLSX export: correct built-in namesLászló Németh1-1/+24
2019-05-02tdf#112567 XLSX export: fix broken built-in namesLászló Németh1-1/+7
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-4/+4
2019-04-10tdf#115159 XLSX export: don't duplicate print titlesLászló Németh1-9/+7
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-1/+1
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-14/+10
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-5/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+4
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+5
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-06-27tdf#113991 xls/xlsx export: emulate relative GLOBAL named rangesJustin Luth1-10/+49
2018-06-26sc excel export: use name, not index for named ranges mapJustin Luth1-15/+16
2018-06-11tdf#113991 xls/xlsx export: no relative sheet in named rangesJustin Luth1-5/+58
2018-05-27misleading comment: not every sheet is examinedJustin Luth1-1/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-4/+4
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-9/+9
2017-07-07merge BS and ToPsz10, etcCaolán McNamara1-3/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-11/+11
2016-03-23loplugin:constantparam in scNoel Grandin1-5/+4
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-23Excel export: set correct grammar for named expressions symbolsEike Rathke1-1/+2
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-12coverity#705469 Dereference null return valueCaolán McNamara1-1/+4
2014-03-03Remove visual noise from scAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-20/+20
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin1-12/+12
2013-10-03de-GetBuffer calcCaolán McNamara1-1/+1
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1