summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)AuthorFilesLines
2017-12-05vector::data seems more natural than &vector::frontCaolán McNamara2-2/+2
2017-11-28tdf#109240, tdf#112571: don't export dupe built-in named rangesAron Budea1-2/+2
2017-11-27ofz#4123 do not read past end of fileEike Rathke1-5/+25
2017-10-07tdf#112893: Pivot table: filtering of error item is not importedTamás Zolnai1-1/+1
2017-10-07tdf#107711:Pivot table: filtering of non-string fields is not exported to XLSXTamás Zolnai1-0/+7
2017-09-25tdf#112501: Pivot table: popupbuttons are placed on wrong cellsTamás Zolnai2-0/+18
2017-09-14tdf#112348: Pivot table: page field filtering is not imported from XLSTamás Zolnai1-1/+3
2017-09-12tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai3-11/+16
2017-03-26A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist1-1/+2
2017-03-26It's SetSliceSize, not SetSliceLenTor Lillqvist1-2/+2
2017-03-26Use symbolic constants instead of hardcoded numbersTor Lillqvist1-7/+5
2017-03-26The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist1-1/+1
2017-02-15tdf#105840 EXCEL export: fixes for hidden defaultRowJustin Luth1-0/+2
2017-01-11tdf#97598 xlsx import: do not apply any scenariosJustin Luth1-1/+2
2016-12-05tdf#104310: Accept x12ac lists and fallbacks in dataValidationsMike Kaganski1-0/+41
2016-12-02tdf#104310: Accept also x14-style dataValidationsMike Kaganski1-7/+29
2016-11-23OOXML: Write dimension range in full address notationBartosz Kosiorek1-1/+1
2016-11-22remove some more global OUStringsNoel Grandin1-9/+0
2016-11-21tdf#48140 Replace uno call from worksheethelper.cxxBartosz Kosiorek2-6/+3
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek9-12/+0
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek1-1/+0
2016-11-14loplugin:unusedmethodsNoel Grandin1-9/+0
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin1-1/+1
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin3-6/+6
2016-11-07loplugin:expandablemethods in scNoel Grandin13-62/+1
2016-11-03remove unused BiffInputStreamNoel Grandin5-301/+0
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin2-52/+12
2016-11-02loplugin:singlevalfieldsNoel Grandin2-4/+1
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin7-10/+10
2016-10-27Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressionsEike Rathke1-2/+2
2016-10-21implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara1-13/+54
2016-10-21rework things in light of now available documentationCaolán McNamara1-2/+0
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-1/+0
2016-10-18loplugin:unusedmethodsNoel Grandin9-165/+0
2016-10-15Resolves: tdf#98481 Google Sheets uses OOXML t="str" differentlyEike Rathke1-0/+2
2016-10-12convert EXC_TABBUF constants to typed_flags_setNoel Grandin1-5/+19
2016-10-12convert EXC_COLROW constants to typed_flags_setNoel Grandin1-5/+18
2016-10-09Add better comment for this function.Tamás Zolnai1-1/+1
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai2-0/+11
2016-10-09Pivot table XLSX import: PivotCache is not handled as a const object.Tamás Zolnai2-2/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-3/+3
2016-09-30loplugin:constantparamNoel Grandin2-27/+6
2016-09-28Add functionality to set parent cell styleJaskaran Singh1-0/+1
2016-09-23convert formula error codes to scoped enumNoel Grandin3-6/+7
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin13-102/+0
2016-09-20loplugin:unusedfieldsNoel Grandin1-5/+4
2016-09-18Initialize border attributes in orcus interfaceJaskaran Singh1-0/+2
2016-09-18Add facility for cell alignment to orcus interfaceJaskaran Singh1-0/+5
2016-09-18Reform orcus interface to set border widthJaskaran Singh1-1/+1
2016-09-18Add odf strikeout to orcus interfaceJaskaran Singh1-0/+7