summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-29tdf#47471 odfexport: use stylename if autostyle missing.Justin Luth1-2/+3
2018-12-28tdf#112480 drawooo:enhanced-path only with ODF ver > 1.2Regina Henschel1-1/+1
2018-12-28related tdf#47471 textgraphic: use stylename if autostyle missingJustin Luth1-2/+3
2018-12-27related tdf#47471 textframe: use stylename if autostyle missingJustin Luth1-2/+3
2018-12-26tdf#122335 follow-up, typoJulien Nabet1-1/+1
2018-12-26tdf#122335: sub-view-size can only be used with ODF ver > 1.2Julien Nabet1-0/+5
2018-12-20use unique_ptr in xmloffNoel Grandin2-17/+8
2018-12-18sw_redlinehide_4b: xmloff: destroy TextImportHelper before ModelMichael Stahl1-0/+1
2018-12-18use unique_ptr in ImpXMLAutoLayoutInfoNoel Grandin1-20/+8
2018-12-18use unique_ptr in XMLTextImportPropertyMapperNoel Grandin1-36/+36
2018-12-18use unique_ptr in XMLPropertyBackpatcherNoel Grandin2-16/+8
2018-12-13address forward incompatibility of InputRequired default changeLionel Elie Mamane1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann19-37/+37
2018-12-08related tdf#51671, store new "hide legend" feature also in ODFMarkus Mohrhard6-14/+39
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann6-64/+0
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin4-409/+400
2018-11-26remove some unused enum values in xmloffNoel Grandin1-1/+0
2018-11-24BoolAttrFlags::DefaultMask is unnecessaryNoel Grandin2-3/+2
2018-11-23improve function local staticsNoel Grandin1-7/+6
2018-11-16loplugin:staticmethods improvementNoel Grandin2-9/+9
2018-11-13loplugin singlevalfields improvementNoel Grandin1-8/+1
2018-11-11cppCheck redundantAssignmentZdibák Zoltán1-3/+1
2018-11-11cppCheck redundantAssignment variable pContextZdibák Zoltán1-3/+1