summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excrecds.cxx
AgeCommit message (Expand)Author
2015-11-11TableRef: prepare ExcAutoFilterRecs to use a defined database rangeEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-10fix invalid memory access related to temporary objectMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-28coverity#708027 Uninitialized scalar fieldCaolán McNamara
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-08write protectedRange elements to OOXMLEike Rathke
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-29sc: adapt Excel filter to SvStream changesMichael Stahl
2014-03-13fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-11-30make the validation tool happyMarkus Mohrhard
2013-11-25fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-01attempt blind fix of Macos compile errorNoel Power
2013-08-012nd step to export SheetProtection fdo#64753, actually export the dataNoel Power
2013-05-22AppendAscii cleanupRicardo Montania
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
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-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-03-22removed duplicate includes in scTakeshi Abe
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2011-11-29Export multi-value filters to xlsx.Kohei Yoshida
2011-11-29sal_Bool to bool.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-16Oops I forgot to remove the header include line.Kohei Yoshida
2011-11-11ByteString->rtl::OStringCaolán McNamara
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-06-13Removed ExcRecordList; nobody uses it.Kohei Yoshida
2011-06-09Replace List for std::vector<ExcRecord*>.Rafael Dominguez