summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2019-04-25xmloff: create XMLImpressMetaExportOasis instances with an uno constructorMiklos Vajna4-8/+10
2019-04-19optimise find/insert patternNoel Grandin2-28/+7
2019-04-15xmloff: fix loplugin:simplifyconstruct warningMiklos Vajna1-1/+1
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin17-51/+21
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski1-5/+3
2019-04-08improve combining in hash functionsNoel Grandin4-6/+20
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-2/+2
2019-04-03add more append methods to *StringBufferNoel Grandin1-2/+2
2019-03-26loplugin:unusedfieldsNoel Grandin1-2/+0
2019-03-14tdf#113289: Default value for footnote separatorDavid Vogt1-1/+4
2019-03-14loplugin:unusedfields in xmloffNoel Grandin13-151/+93
2019-03-09loplugin:unnecessaryvirtualNoel Grandin2-2/+2
2019-03-07log nice exception messages whereever possibleNoel Grandin5-10/+22
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin1-3/+5
2019-03-04simplify UNO getTypes methodsNoel Grandin1-12/+7
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin3-3/+0
2019-02-21xmloff: create XMLImpressContentExportOasis instances with an uno constructorMiklos Vajna4-8/+12
2019-02-20More loplugin:simplifyboolStephan Bergmann19-25/+25
2019-02-15xmloff: create XMLImpressStylesExportOasis instances with an uno constructorMiklos Vajna4-8/+12
2019-02-13sw btlr writing mode: implement ODF filterMiklos Vajna2-0/+2
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin26-169/+170
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen26-120/+87
2019-02-08xmloff: create XMLImpressExportOasis instances with an uno constructorMiklos Vajna4-8/+14
2019-02-06no need to use OUStringHash here anymoreNoel Grandin1-1/+1
2019-02-05Remove code committed involuntarily.Xisco Fauli1-3/+0
2019-02-05tdf#122625: Use solution for tdf#118879 in a more general caseXisco Fauli2-7/+8
2019-02-04tdf#118879 don't embed base64 image data if we have an origin URLTomaž Vajngerl1-1/+7
2019-02-01Use << instead of + in SAL_WARN_IFStephan Bergmann1-1/+1
2019-02-01fix incorrect OSL_ENSURENoel Grandin1-4/+4
2019-02-01xmloff: create XMLImpressImportOasis instances with an uno constructorMiklos Vajna4-9/+11
2019-01-29Improve ODF enhanced-path command moveTo to follow specRegina Henschel1-6/+23
2019-01-23loplugin:constparams in xmloffNoel Grandin3-16/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen122-1/+183
2019-01-19tdf#101218 Import layer-set from pageRegina Henschel3-1/+8
2019-01-18Use getTokenCount instead of custom codeMatteo Casalin1-35/+7
2019-01-18Avoid getToken index for single call, minor simplificationMatteo Casalin1-5/+3
2019-01-16New loplugin:emptyStephan Bergmann1-1/+1
2019-01-14use unique_ptr in XMLPropertyHandlerFactory::CreatePropertyHandlerNoel Grandin1-108/+105
2019-01-13Base loops on getToken index, not on numer of tokensMatteo Casalin1-10/+4
2019-01-13Avoid index for single getToken callMatteo Casalin1-4/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann4-5/+17
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-3/+3
2019-01-07Fix typoAndrea Gelmini1-1/+1
2018-12-31tdf#112782: data-pilot-source is invalid in odf1.2 strictJulien Nabet1-1/+1