summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
AgeCommit message (Expand)Author
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-10fix interchanged parametersJochen Nitschke
2017-01-03replace hard-coded namespace URL strings with function calls...Rosemary Sebastian
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-10-12use isFinite() instead of !isNan()Eike Rathke
2016-10-12convert EXC_TABBUF constants to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-13remove open-coded versions of GetDoubleErrorValue and CreateDoubleErrorNoel Grandin
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-15don't crash on export of fdo60087-2.xlsx to xlsCaolán McNamara
2015-04-15fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard
2015-03-04V801: Decreased performanceCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-09write externalLink Relationship Target IURI encoded, fdo#85617 relatedEike Rathke
2014-12-22fix another validation error for OOXML, related fdo#40746Markus Mohrhard
2014-12-22fix OOXML validation error, related fdo#40746Markus Mohrhard
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-12really do not write empty externalReferences element, fdo#45286 follow-upEike Rathke
2014-08-12do not write empty externalReferences element, fdo#45286 follow-upEike Rathke
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida