summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
AgeCommit message (Expand)Author
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
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More on removing direct access to reference data members.Kohei Yoshida
2013-07-30More on removing direct access to reference position members.Kohei Yoshida
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks