summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xicontent.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-02don't believe xls wrt size to reserveCaolán McNamara1-3/+8
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-25/+12
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-12/+0
2014-04-06import dxf protection record from xls, related fdo#76209Markus Mohrhard1-0/+9
2014-04-06import dxf number format record, related fdo#76209Markus Mohrhard1-2/+12
2014-04-06import alignment dxf record, related fdo#76209Markus Mohrhard1-0/+12
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke1-48/+3
2014-03-20stuff Excel enhanced protection read into ScTableProtectionEike Rathke1-4/+35
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke1-0/+25
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke1-12/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-5/+4
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-29/+29
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida1-9/+10
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-2/+2
2013-07-12String.AppendAscii() cleanup in scRicardo Montania1-25/+25
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-2/+1
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-10/+1
2013-03-15fixesThomas Arnhold1-1/+1
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-6/+6
2013-02-26small performance improvement for fdo#61484Markus Mohrhard1-0/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-4/+2
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-3/+2
2013-01-08support new hyperlink cell attributeNoel Power1-1/+15
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard1-2/+2
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-2/+2
2012-10-06adapt xls import to new cond formatsMarkus Mohrhard1-12/+3
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard1-0/+1
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara1-2/+3
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-1/+1
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard1-2/+2
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-1/+1
2012-03-13add some testsCaolán McNamara1-22/+26
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0