summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov21-294/+191
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen3-0/+3
2018-09-20loplugin:useuniqueptr in XMLEventExportNoel Grandin2-12/+6
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann1-4/+4
2018-09-19tdf#118502 Fix loading of eps images with replacement graphicSamuel Mehrbrodt1-0/+4
2018-09-19convert XMLFontAutoStylePool_Impl to sorted_vector<unique_ptr<>>Noel Grandin1-12/+7
2018-09-19convert XMLTextListAutoStylePool_Impl to sorted_vector<unique_ptr<>>Noel Grandin1-9/+7
2018-09-19loplugin:useuniqueptr in XMLEventImportHelperNoel Grandin3-15/+8
2018-09-18Replace manual copying with comphelper::containerToSequenceArkadiy Illarionov1-11/+2
2018-09-17New loplugin:externalStephan Bergmann15-80/+80
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov34-401/+232
2018-09-13loplugin:constfields in xmloffNoel Grandin85-352/+368
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin17-47/+10
2018-09-12tdf#118500 Impress losing slide transition sound on savingSamuel Mehrbrodt1-28/+31
2018-09-11tdf#109229: Set "TextBox" prop before filling textbox-related propsMike Kaganski1-5/+9
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen3-0/+3
2018-09-09tdf#114400 Import drawoo:fontwork-xyz attributesIlhan Yesil1-0/+15
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-9/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-11/+7
2018-09-03SvXMLUnitConverter::convertDateTime: use tools::Time::GetClock()Eike Rathke1-65/+36
2018-08-30tdf#101856 Handle properties of nested bookmarksSerge Krot2-15/+14
2018-08-29new loplugin:oustringbufferNoel Grandin6-10/+12
2018-08-27tdf#101242 Support draw:display and draw:protect attributes of ODFRegina Henschel2-1/+53
2018-08-22new loplugin:conststringfieldNoel Grandin47-1060/+897
2018-08-22Fix typosAndrea Gelmini1-1/+1
2018-08-21loplugin:useuniqueptr in XMLTextFieldExportNoel Grandin3-4/+5
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-5/+1
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-08-15tdf#118883 reinstate the try block to not throw on copy/pasteTomaž Vajngerl1-6/+14
2018-08-14create appendCopy method in OUStringBufferNoel Grandin4-5/+5
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-08-10Fix typosAndrea Gelmini1-1/+1
2018-08-06Export Data Transformations to ODF - follow-upVikas Mahato2-0/+22
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin2-2/+2
2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin2-12/+12
2018-07-30loplugin:returnconstant in xmloffNoel Grandin5-15/+13
2018-07-29Fix typosAndrea Gelmini1-1/+1
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke3-42/+27
2018-07-28loplugin:stringloop in xmloffNoel Grandin10-92/+77
2018-07-26xmloff: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-5/+0
2018-07-24loplugin:unusedfields,can-be-const in xmloff(1)Noel Grandin25-75/+68
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-23loplugin:unusedfieldsNoel Grandin2-4/+0
2018-07-19Fix typosAndrea Gelmini2-2/+2
2018-07-17loplugin:useuniqueptr in SvXMLExportPropertyMapper::ImplNoel Grandin1-9/+3
2018-07-17loplugin:useuniqueptr in XMLRedlineExportNoel Grandin2-10/+5
2018-07-17remove the GL based 3D chartsMarkus Mohrhard5-16/+1
2018-07-12tdf#65353 separate autostyle collection and exportTomaž Vajngerl6-13/+60
2018-07-12Add missing sal/log.hxx headersGabor Kelemen105-0/+109
2018-07-11ODF export data transformations -follow-upVikas Mahato2-0/+25