summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Improve warnings in pivot table codeTamás Zolnai1-6/+8
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-1/+2
2016-09-20loplugin:unusedfieldsNoel Grandin4-17/+14
2016-09-20Related cid#1371287: Improve code to not depend on missing move assignmentStephan Bergmann1-1/+1
2016-09-19try to generate more excel compliant files, tdf#41722Markus Mohrhard1-0/+12
2016-09-18Correct initial values for cell align in orcus interfaceJaskaran Singh1-2/+2
2016-09-18Fix a bug in border import in orcus interfaceJaskaran Singh1-1/+1
2016-09-18Fix a typo in border style import in orcus interfaceJaskaran Singh1-2/+2
2016-09-18Initialize border attributes in orcus interfaceJaskaran Singh2-0/+10
2016-09-18Disable printing default protection in imported stylesJaskaran Singh1-1/+1
2016-09-18Change the way url is handled for orcus style importJaskaran Singh1-15/+2
2016-09-18Add facility for cell alignment to orcus interfaceJaskaran Singh2-3/+54
2016-09-18Reform orcus interface to set border widthJaskaran Singh2-3/+3
2016-09-18Add odf strikeout to orcus interfaceJaskaran Singh2-10/+85
2016-09-18Reform orcus unit warningJaskaran Singh1-1/+2
2016-09-18Fix reorder and overflow warning in orcus interfaceJaskaran Singh1-4/+5
2016-09-18Remove unused variable from orcus interfaceJaskaran Singh1-2/+0
2016-09-18fix assert in number format orcus importMarkus Mohrhard1-1/+1
2016-09-18use ScDocument's number formatterMarkus Mohrhard2-5/+5
2016-09-18fix assert when opening a calc document in new orcus styles importMarkus Mohrhard1-2/+3
2016-09-18Reform function to apply protection in orcus interfaceJaskaran Singh1-16/+2
2016-09-18Add diagonal borders to calc orcus interfaceJaskaran Singh1-5/+23
2016-09-18Implement Interface for Importing Styles via OrcusJaskaran Singh2-21/+123
2016-09-18Add a method to import ODF styles via orcusJaskaran Singh2-1/+41
2016-09-18Add functions for cell protection in orcus interfaceJaskaran Singh2-6/+15
2016-09-18Add functions for border width and style to orcus interfaceJaskaran Singh2-5/+48
2016-09-18Fix getDirection for border in orcus interfaceJaskaran Singh1-3/+3
2016-09-18Implement orcus interface for font underlineJaskaran Singh2-9/+77
2016-09-18Declare font, border, protection orcus interface methodsJaskaran Singh2-0/+48
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl41-361/+361
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin5-19/+9
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann110-316/+316
2016-09-13fix a TODO in XclImpExtName::MOper::MOperNoel Grandin1-2/+2
2016-09-13remove open-coded versions of GetDoubleErrorValue and CreateDoubleErrorNoel Grandin2-9/+3
2016-09-10loplugin:constantparam in scNoel Grandin14-29/+29
2016-09-09loplugin:refcountingNoel Grandin1-2/+2
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon1-2/+2
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-1/+1
2016-09-01std::list<sal_Int32> to vectorNoel Grandin2-7/+6
2016-08-31Resolves tdf#100709 Optimize SheetDataBuffer::addColXfStyleMaarten Bosmans1-35/+24
2016-08-31Related: tdf#100709 Fix two bugs in SheetDataBuffer::addColXfStyleMaarten Bosmans1-0/+6
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann6-13/+12
2016-08-30loplugin:countusersofdefaultparamsNoel Grandin1-4/+4
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann3-3/+3
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin25-36/+36
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke5-8/+8
2016-08-25coverity#704161 Resource leak in objectCaolán McNamara2-21/+21
2016-08-25cid#1371336 Misused comma operatorNoel Grandin1-2/+2
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin1-2/+2