summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xelink.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-15don't crash on export of fdo60087-2.xlsx to xlsCaolán McNamara1-12/+12
2015-04-15fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara1-1/+2
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard1-1/+23
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard1-8/+7
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard1-3/+9
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard1-0/+3
2015-03-04V801: Decreased performanceCaolán McNamara1-20/+20
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-09write externalLink Relationship Target IURI encoded, fdo#85617 relatedEike Rathke1-1/+1
2014-12-22fix another validation error for OOXML, related fdo#40746Markus Mohrhard1-7/+11
2014-12-22fix OOXML validation error, related fdo#40746Markus Mohrhard1-6/+10
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-2/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-08-12really do not write empty externalReferences element, fdo#45286 follow-upEike Rathke1-3/+19
2014-08-12do not write empty externalReferences element, fdo#45286 follow-upEike Rathke1-0/+5
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-16/+277
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-6/+8
2014-04-06whitespace cleanup in scMarkus Mohrhard1-30/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-34/+34
2014-03-03Remove visual noise from scAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-13/+13
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-10-21remove uses of COMPARE_*Caolán McNamara1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-5/+5
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-116/+116
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin1-7/+7
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-1/+1
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-2/+2
2013-07-30More on removing direct access to reference data members.Kohei Yoshida1-16/+16
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-6/+6
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-19/+16
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-1/+1
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+5
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2