summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xicontent.cxx
AgeCommit message (Expand)Author
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
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir
2013-02-26small performance improvement for fdo#61484Markus Mohrhard
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-08support new hyperlink cell attributeNoel Power
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-06adapt xls import to new cond formatsMarkus Mohrhard
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-03-13add some testsCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara