summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-18tdf#138824 tdf#137937 XLSX export: fix parent directory pathAttila Szűcs1-3/+8
2020-12-10tdf#138741 XLSX export: fix crash in setSkipUnusedFileIdsAttila Szűcs1-0/+2
2020-12-03tdf#87973 XLSX export: fix lost file names in modified linksAttila Szűcs1-3/+16
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-2/+2
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-38/+38
2020-06-05add boost::intrusive_ptr to list of smart points in pluginsNoel Grandin1-15/+16
2020-05-30pass ScSheetLimits aroundNoel Grandin1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-24inline some use-once typedefsNoel Grandin1-10/+5
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin1-18/+16
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-2/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-16/+16
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+14
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-4/+4
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