summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2018-02-14loplugin:changetoolsgen in scNoel Grandin9-36/+36
2018-02-13speed up slk fuzzingCaolán McNamara1-0/+2
2018-02-13ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke1-0/+1
2018-02-12Translate German variable namesJohnny_M1-10/+10
2018-02-12Translate German variable namesJohnny_M2-18/+18
2018-02-12Translate German variable namesJohnny_M1-11/+11
2018-02-12Translate German variable namesJohnny_M1-9/+9
2018-02-10speed up qpw fuzzing, skip CalcAfterLoadCaolán McNamara3-16/+27
2018-02-10use read_uInt8s_ToOUStringCaolán McNamara2-9/+5
2018-02-08tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek2-12/+19
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-0/+25
2018-02-07use scanline when reading pixel dataNoel Grandin1-1/+2
2018-02-06Import cell borders as best as we can from orcus.Kohei Yoshida1-5/+30
2018-02-06Import distributed text alignment settings correctly from orcus.Kohei Yoshida2-22/+42
2018-02-05Translate German variable namesJohnny_M1-8/+8
2018-02-05Translate German variable namesJohnny_M1-7/+7
2018-02-05Translate German variable namesJohnny_M2-40/+40
2018-02-05Translate German variable namesJohnny_M1-12/+12
2018-02-05Translate German variable namesJohnny_M2-113/+113
2018-02-05Translate German variable namesJohnny_M1-65/+65
2018-02-05Translate German variable namesJohnny_M1-6/+6
2018-02-03TypedWhichId in scNoel Grandin5-18/+17
2018-02-03Ignore the alpha value in font colors.Kohei Yoshida1-2/+3
2018-02-02Make SAL_WARN domain "sc.filter" in sc/source/filter/lotus/Eike Rathke5-23/+23
2018-02-02Do not force non-existent parameters into the TokenPool, ofz-relatedEike Rathke1-5/+16
2018-02-02loplugin:singlevalfieldsNoel Grandin4-8/+4
2018-02-02Correctly import solid fill color.Kohei Yoshida1-5/+10
2018-02-01Author was too dumb to adjust a copy-pasta digitEike Rathke1-2/+2
2018-02-01ofz: do not force non-existent parameters into the TokenPoolEike Rathke1-12/+21
2018-02-01Check for end-of-stream after reading formula headersEike Rathke1-0/+5
2018-01-31ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke1-1/+5
2018-01-31ofz#3032 TimeoutCaolán McNamara1-0/+5
2018-01-29CheckLinkFormulaNeedingCheck() for .xlsx named expressionsEike Rathke1-0/+2
2018-01-29CheckLinkFormulaNeedingCheck() for .xls named expressionsEike Rathke1-0/+3
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-26Consistent namingEike Rathke1-4/+4
2018-01-26CheckLinkFormulaNeedingCheck() for .xls conditional format expressionsEike Rathke1-0/+6
2018-01-25CheckLinkFormulaNeedingCheck() for .xlsx conditional format expressionsEike Rathke1-0/+2
2018-01-23new loplugin: pointerboolNoel Grandin2-2/+2
2018-01-22copy ScAddress before possibly joining itCaolán McNamara1-1/+3
2018-01-19new loplugin:emptyifNoel Grandin1-5/+0
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-18CheckLinkFormulaNeedingCheck() for .xls cell formulasEike Rathke3-0/+3
2018-01-17CheckLinkFormulaNeedingCheck() for .xlsx cell formulasEike Rathke1-0/+4
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin2-3/+3
2018-01-17Misplaced static_castStephan Bergmann1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann5-7/+7
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin4-11/+11