summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform8.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-27CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cellsEike Rathke1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-04-04tdf#39468 Translate German commentsJens Carl1-2/+2
2017-02-15convert ConvErr to scoped enumNoel Grandin1-14/+14
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-11/+11
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin1-4/+0
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-12conditional format formulas don't support 3d refs in xls, tdf#62770Markus Mohrhard1-3/+3
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard1-14/+15
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-2/+2
2016-01-15-Werror=unused-but-set-variableNoel Grandin1-5/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-8/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist1-1/+10
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard1-1/+10
2014-12-29handle relative refs correctly in xls import, fdo#80091Markus Mohrhard1-2/+5
2014-12-23coverity#1260333 Unused valueCaolán McNamara1-35/+45
2014-12-19remove operator>> methodsNoel Grandin1-43/+97
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-5/+5
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara1-5/+6
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara1-4/+5
2014-04-23sc: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-15/+15
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-4/+4
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara1-2/+2
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida1-1/+1
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-25/+16
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida1-7/+7
2013-07-30More on the ref object.Kohei Yoshida1-7/+2
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-20/+12
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida1-2/+2
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-34/+11
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-13/+15
2013-07-12String.AppendAscii() cleanup in scRicardo Montania1-3/+3
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1