summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-0/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-4/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-40/+20
2019-04-19Don't close elements that weren't openMike Kaganski1-2/+7
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski1-5/+5
2019-02-12tdf#122594 XLSX OLE in DOCX: export ActiveTableLászló Németh1-0/+4
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-24/+29
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-1/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+4
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-12Fix typosAndrea Gelmini1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-08-12tdf#107197: Replace relationship URIChristian Barth1-1/+2
2017-07-04Fix "TODO: remove?"Stephan Bergmann1-6/+1
2017-07-03XclExpXct::StoreCell(Range) rToken param is unusedStephan Bergmann1-18/+16
2017-07-02loplugin:casttovoid: scStephan Bergmann1-2/+0
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-03-28Turn XclSupbookType into scoped enum and add operator<< for SAL_INFO etcTor Lillqvist1-17/+17
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-6/+6
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-10fix interchanged parametersJochen Nitschke1-2/+2
2017-01-03replace hard-coded namespace URL strings with function calls...Rosemary Sebastian1-2/+3
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann1-5/+0
2016-10-12use isFinite() instead of !isNan()Eike Rathke1-1/+1
2016-10-12convert EXC_TABBUF constants to typed_flags_setNoel Grandin1-23/+22
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-13remove open-coded versions of GetDoubleErrorValue and CreateDoubleErrorNoel Grandin1-1/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-6/+6
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-42/+42
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe1-10/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5