summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xicontent.cxx
AgeCommit message (Expand)Author
2016-04-07we need the position in the formula converter, tdf#99093Markus Mohrhard
2016-04-07fix indentationMarkus Mohrhard
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-01-10Fix typosAndrea Gelmini
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinksEike Rathke
2015-09-30don't believe xls wrt size to reserveCaolán McNamara
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-06import dxf protection record from xls, related fdo#76209Markus Mohrhard
2014-04-06import dxf number format record, related fdo#76209Markus Mohrhard
2014-04-06import alignment dxf record, related fdo#76209Markus Mohrhard
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke
2014-03-20stuff Excel enhanced protection read into ScTableProtectionEike Rathke
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-15fixesThomas Arnhold