summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2019-04-29tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part4Noel Grandin
2019-04-25xmloff: create XMLImpressMetaExportOasis instances with an uno constructorMiklos Vajna
2019-04-19optimise find/insert patternNoel Grandin
2019-04-15xmloff: fix loplugin:simplifyconstruct warningMiklos Vajna
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-04-08improve combining in hash functionsNoel Grandin
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2019-03-26loplugin:unusedfieldsNoel Grandin
2019-03-14tdf#113289: Default value for footnote separatorDavid Vogt
2019-03-14loplugin:unusedfields in xmloffNoel Grandin
2019-03-09loplugin:unnecessaryvirtualNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04OSequenceIterator is not necessary anymoreNoel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-21xmloff: create XMLImpressContentExportOasis instances with an uno constructorMiklos Vajna
2019-02-20More loplugin:simplifyboolStephan Bergmann
2019-02-15xmloff: create XMLImpressStylesExportOasis instances with an uno constructorMiklos Vajna
2019-02-13sw btlr writing mode: implement ODF filterMiklos Vajna
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-02-08xmloff: create XMLImpressExportOasis instances with an uno constructorMiklos Vajna
2019-02-06no need to use OUStringHash here anymoreNoel Grandin
2019-02-05Remove code committed involuntarily.Xisco Fauli
2019-02-05tdf#122625: Use solution for tdf#118879 in a more general caseXisco Fauli
2019-02-04tdf#118879 don't embed base64 image data if we have an origin URLTomaž Vajngerl
2019-02-01Use << instead of + in SAL_WARN_IFStephan Bergmann
2019-02-01fix incorrect OSL_ENSURENoel Grandin
2019-02-01xmloff: create XMLImpressImportOasis instances with an uno constructorMiklos Vajna
2019-01-29Improve ODF enhanced-path command moveTo to follow specRegina Henschel
2019-01-23loplugin:constparams in xmloffNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-19tdf#101218 Import layer-set from pageRegina Henschel
2019-01-18Use getTokenCount instead of custom codeMatteo Casalin
2019-01-18Avoid getToken index for single call, minor simplificationMatteo Casalin
2019-01-16New loplugin:emptyStephan Bergmann
2019-01-14use unique_ptr in XMLPropertyHandlerFactory::CreatePropertyHandlerNoel Grandin
2019-01-13Base loops on getToken index, not on numer of tokensMatteo Casalin
2019-01-13Avoid index for single getToken callMatteo Casalin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07Fix typoAndrea Gelmini