summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
2014-04-23sc: sal_Bool->boolNoel Grandin2-3/+3
2014-04-19fixincludeguards.sh: scThomas Arnhold1-3/+3
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+3
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann5-30/+1
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers1-0/+2
2014-04-08read the defined password attributesEike Rathke1-2/+8
2014-04-08coverity#738796 Uninitialized scalar fieldCaolán McNamara1-4/+11
2014-04-08read title/name first to easier spot and identify rangesEike Rathke1-1/+1
2014-04-08read protectedRanges and protectedRange elements from OOXMLEike Rathke2-0/+47
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-4/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard56-796/+0
2014-04-04coverity#707962 Uninitialized scalar fieldCaolán McNamara1-7/+5
2014-04-04coverity#707961 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-04-04coverity#707958 Uninitialized scalar fieldCaolán McNamara1-3/+4
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers1-2/+4
2014-04-01coverity#704241 Logically dead codeCaolán McNamara1-7/+7
2014-03-28coverity#735463 Dead default in switchCaolán McNamara1-2/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann6-16/+16
2014-03-19Enable import export test for dash-dot and dash-dot-dot line types.Kohei Yoshida1-3/+12
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-2/+8
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-13fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.Kohei Yoshida1-2/+2
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida3-14/+40
2014-03-10ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-upEike Rathke1-3/+3
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers1-1/+4
2014-03-08coverity#707957 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-06coverity#1190367: uninitialized scalar variableMarkus Mohrhard1-1/+1
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers1-1/+5
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-2/+2
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard5-111/+111
2014-03-03Remove visual noise from scAlexander Wilms57-318/+318
2014-03-03remove unused code oox::xls::WorkbookHelper::getDocShell()Noel Grandin1-5/+0
2014-03-03remove unused code in oox::xls::WorksheetGlobalsNoel Grandin1-31/+0
2014-03-02coverity#1187821 Uncaught exceptionCaolán McNamara1-1/+8
2014-03-02fix one more relation type for OOXML strictMarkus Mohrhard1-1/+2
2014-03-02no need to add another layer of macrosMarkus Mohrhard1-5/+2
2014-03-01import date cells from OOXMLMarkus Mohrhard2-0/+16
2014-03-01support OOXML strict documents in CalcMarkus Mohrhard3-12/+15
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-8/+8
2014-02-25remove unused code oox::xls::FormulaParser::convertBoolToFormula(bool)Noel Grandin1-13/+0
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida1-7/+14
2014-02-23Remove unneccessary commentsAlexander Wilms29-108/+108
2014-02-21coverity#738798 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-12don't crash in mixed reference/no reference cases, related fdo#59853Markus Mohrhard1-1/+4
2014-02-10Remove unused.Kohei Yoshida1-23/+0
2014-02-10cp#100030: Use internal API to fill dxf styles during xlsx import.Kohei Yoshida1-13/+34
2014-02-10sal_Bool->boolNoel Grandin1-1/+1
2014-02-07fdo#74535: Don't forget clear the edit engine before re-using it.Kohei Yoshida1-0/+1
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers1-1/+9
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers1-1/+7