summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excimp8.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-13remove dead codeNoel Grandin1-14/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-08resize vector in advanceEike Rathke1-2/+3
2014-04-08bit 0 is bit 0Eike Rathke1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-21always resize vector, reserve is just thatEike Rathke1-2/+1
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke1-5/+9
2014-03-19check return of stream read and adapt vector size if necessaryEike Rathke1-1/+3
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke1-1/+1
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke1-3/+63
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke1-1/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-1/+0
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-20/+26
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-10/+9
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+2
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+14
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-2/+3
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-40/+24
2012-10-12remove unused local static functionsCaolán McNamara1-3/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist1-1/+1
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-2/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-4/+4
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-18A little cleanup.Kohei Yoshida1-4/+4
2011-11-18Now we can import OR'ed conditions as single multi-item query.Kohei Yoshida1-21/+55
2011-11-18sal_Bool to bool and other cleanup.Kohei Yoshida1-1/+1
2011-11-18We can now append query entry; no need to have this first empty member.Kohei Yoshida1-103/+90
2011-11-18Parse the query data first, then committing the query entries later.Kohei Yoshida1-23/+25
2011-11-18Reduce indentation level by early bail out.Kohei Yoshida1-99/+97