summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-10loplugin:useuniqueptr in ScXMLExportNoel Grandin
2018-04-09loplugin:useuniqueptr in ScXMLImportNoel Grandin
2018-04-09loplugin:useuniqueptr in ScMySharedDataNoel Grandin
2018-04-07Avoid -fsanitize=nullStephan Bergmann
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin
2018-04-03ofz#7334 catch mdds exceptionCaolán McNamara
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-31loplugin:unusedfieldsNoel Grandin
2018-03-29loplugin:unnecessaryvirtualNoel Grandin
2018-03-29coverity#1433648 Unchecked return valueCaolán McNamara
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentCaolán McNamara
2018-03-26forcepoint #34 survive missing autostylesCaolán McNamara
2018-03-26forcepoint #32 survive missing value rangeCaolán McNamara
2018-03-26forcepoint #29 detect illegal self series addCaolán McNamara
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin
2018-03-15loplugin:unused-returns in scNoel Grandin
2018-03-15don't use heap for elements in ScRangePairListNoel Grandin
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-10escherex: export graphic without GraphicObject uniqueIDTomaž Vajngerl
2018-03-09completely remove MID_GRAFURL, replace with MID_BITMAPTomaž Vajngerl
2018-03-08tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin
2018-03-07use more Color in scNoel Grandin
2018-03-07oox: remove property FillBitmapURL, BackGraphicURL and GraphicURLTomaž Vajngerl
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-05use more Color in ooxNoel Grandin
2018-03-02-Werror,-WformatStephan Bergmann
2018-03-02Related: tdf#114555 cater for lastcolumn+1 oddity if last is last possibleEike Rathke
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara
2018-03-02delete colordata.hxxNoel Grandin
2018-03-01Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin
2018-02-28Revert "Resolves: tdf#114555 check .xlsx col/row/tab overflow and display war...Eike Rathke