summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2021-03-24cid#1242836 rearrange to clear Untrusted value as argumentCaolán McNamara1-11/+15
2021-03-24cid#1474363 Untrusted value as argumentCaolán McNamara1-0/+36
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC214-850/+214
2021-03-22cid#1242892 experiment if this makes any differenceCaolán McNamara1-1/+1
2021-03-15tdf#133487 sc ODF export: reorder flys' ZOrder/z-index...Michael Stahl1-0/+20
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-12tdf#137626 XLSX import: fix missing datetime filtersBalazs Varga1-3/+30
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek1-1/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-10/+10
2021-03-01tdf#140462 sc ODF import: fix empty autofilter columnsBalazs Varga1-0/+2
2021-02-25tdf#140469 XLSX import: apply more than 8 filtersBalazs Varga2-36/+25
2021-02-24tdf#139763 set anchor type in meEditAs in all casesRegina Henschel1-0/+2
2021-02-23loplugin:unusedfieldsNoel2-2/+0
2021-02-21loplugin:refcounting in scNoel3-18/+9
2021-02-21Some more unit conversion unificationMike Kaganski10-52/+36
2021-02-16tdf#140098 sc ooxml: fix export of blank filter in non empty filtersBalazs Varga2-4/+18
2021-02-15tdf#139928 XLSX import: fix conditional formatting in same cell rangeTibor Nagy2-10/+34
2021-02-15loplugin:referencecasting in scNoel3-3/+3
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-12/+11
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel3-13/+7
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin2-2/+2
2021-02-08Remove unneeded breaksAndrea Gelmini4-11/+0
2021-02-08tdf#129940 handle text:ruby element inside text:pMark Hung2-9/+156
2021-02-08ofz#27846 restrict number-rows-repeated when fuzzingCaolán McNamara1-0/+3
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt1-1/+1
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski4-8/+11
2021-02-04have one set of twips<->mm conversionsNoel2-4/+6
2021-02-04Fix typoAndrea Gelmini1-1/+1
2021-02-04use more getSdrObjectFromXShapeNoel2-20/+9
2021-02-03Fix typosAndrea Gelmini1-1/+1
2021-02-03Fix typoAndrea Gelmini1-2/+2
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel1-25/+53
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist1-1/+1
2021-02-02Fix typo in codeAndrea Gelmini1-2/+2
2021-01-29loplugin:stringviewparam extend to new..Noel9-18/+18
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-4/+4
2021-01-26tdf#139809 sc ooxml export autofiltered date columnsBalazs Varga3-5/+30
2021-01-26tdf#139167 XLSX export: fix proliferation of conditional stylesTibor Nagy2-3/+10
2021-01-21tdf#116818 sc,offapi,XLSX import: fix autofiltered date columnsBalazs Varga3-10/+41
2021-01-21tdf#51022 sc import: fix lost print ranges of last sheetAttila Szűcs1-9/+13
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara5-1073/+1019
2021-01-19ofz#29713 Direct-leakCaolán McNamara1-3/+5
2021-01-16make the Color constructors explicitly specify transparencyNoel9-13/+13
2021-01-15tdf#139258 XLSX export: fix position of rotated imagesSzabolcs Toth1-7/+4
2021-01-13tdf#113013 XLSX import: fix "Formula is" type conditional formattingTibor Nagy1-4/+9
2021-01-13ofz#29528 uncaught exceptionCaolán McNamara1-348/+356
2021-01-12transparency->alpha in tools::ColorNoel2-2/+2
2021-01-08use more IsTransparentNoel Grandin2-2/+2
2021-01-07ScTable::GetProtection and ScDocument::GetTabProtection can be constMike Kaganski2-2/+2