summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excimp8.cxx
AgeCommit message (Expand)Author
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
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-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-04doubled includesThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12remove unused local static functionsCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-18A little cleanup.Kohei Yoshida
2011-11-18Now we can import OR'ed conditions as single multi-item query.Kohei Yoshida
2011-11-18sal_Bool to bool and other cleanup.Kohei Yoshida
2011-11-18We can now append query entry; no need to have this first empty member.Kohei Yoshida
2011-11-18Parse the query data first, then committing the query entries later.Kohei Yoshida
2011-11-18Reduce indentation level by early bail out.Kohei Yoshida
2011-11-18sal_Bool to bool.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-09-05no real need to use pointers hereCaolán McNamara
2011-09-05access oox vbaproject import directlyNoel Power
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-08Remove deprecated List in XclImpAutoFilterBuffer.Rafael Dominguez
2011-04-25make excel binary import use anonymous db dataMarkus Mohrhard
2011-03-22get excel vba import to workNoel Power