summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2016-03-23loplugin:constantparam in scNoel Grandin3-5/+4
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke1-5/+5
2016-03-16loplugin:constantparam in xmloff/Noel Grandin2-4/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-03-10loplugin:constantparam in scNoel Grandin4-9/+9
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-7/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin4-28/+18
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin1-8/+8
2016-02-20read ODF table:use-wildcards, tdf#72196Eike Rathke1-1/+7
2016-02-20write ODF table:use-wildcards to calculation settings, tdf#72196Eike Rathke1-2/+8
2016-02-20import Wildcards at ScXMLCalculationSettingsContext, tdf#72196Eike Rathke1-2/+4
2016-02-19new loplugin: find write-only fieldsNoel Grandin4-12/+0
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke7-50/+60
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard1-2/+4
2016-02-09don't assert that no ODF import happens without a base URLMichael Stahl1-1/+2
2016-02-03fix previous commitMarkus Mohrhard1-1/+1
2016-02-03remove bogus nullprt checks for pContextJochen Nitschke5-83/+20
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin2-5/+2
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-7/+7
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2-2/+2
2016-01-10Fix typosAndrea Gelmini4-4/+4
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+2
2016-01-04these fields can be static constantsNoel Grandin4-22/+9
2015-12-30Use SAL_WARN hereMatúš Kukan1-35/+5
2015-12-22sc: loplugin:defaultparamsMiklos Vajna1-1/+1
2015-12-22tdf#89999: Fix ODF export of sub|superscript textKatarina Behrens1-3/+15
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-0/+2
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+1
2015-12-16don't call getOutputString when we are not using the result, tdf#92802Markus Mohrhard1-1/+1
2015-12-01fix memory leaks on loading and saving an ods fileDennis Francis2-0/+18
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-25store custom icon set info into ODFMarkus Mohrhard1-0/+17
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky2-2/+2
2015-11-23loplugin:unusedfields in scNoel Grandin4-10/+5
2015-11-17Assume this wants to append the numerical representationStephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-12while at it, avoid repeated operator[] accessEike Rathke1-6/+9
2015-11-12in a cellRangeAddress single quotes are escaped by doubling themEike Rathke1-1/+1
2015-11-12there are also no significant double quotes in an ODF cellRangeAddressEike Rathke1-6/+2
2015-11-12there are no significant brackets in an ODF cellRangeAddressEike Rathke1-7/+1
2015-11-12remove bIsFormula parameter, it was always falseEike Rathke3-5/+3
2015-11-12name this what it doesEike Rathke3-3/+3
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-6/+7
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-5/+4
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+6
2015-11-115th step to remove tools/rtti.hxxOliver Specht4-10/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann43-399/+399
2015-11-09sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-12/+12
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl2-16/+16