summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: xmloffStephan Bergmann166-273/+273
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk1-1/+1
2017-10-23tdf#110431: Fixed losing listbos entries on opening .ods fileMohammed Abdul Azeem3-1/+19
2017-10-23overload std::hash for OUString and OStringNoel Grandin4-6/+5
2017-10-20RotGrfFlyFrame: Initial adaptionsArmin Le Grand1-1/+4
2017-10-20tdf#97630 xmloff: ODF extended draw:fit-to-size messMichael Stahl2-7/+61
2017-10-19Move SchXMLAutoStylePoolP.hxx next to SchXMLExport.hxx including itStephan Bergmann1-3/+3
2017-10-17xmloff: this should be an assert()Michael Stahl1-1/+1
2017-10-13ofz#3635: fix leakCaolán McNamara1-2/+12
2017-10-10Remove unused ::std::listJulien Nabet1-1/+0
2017-10-07drop use of tools::SvRef in xmloffNoel Grandin3-17/+2
2017-10-05Resolves: tdf#102075 support system [$-F400] time and [$-F800] long dateEike Rathke1-7/+16
2017-10-04Fix typosAndrea Gelmini1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin15-54/+44
2017-10-03loplugin:finalclasses in xmloffNoel Grandin27-46/+19
2017-10-03new loplugin:blockblockNoel Grandin2-21/+16
2017-10-01Prefer prefix operatorJulien Nabet1-2/+2
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist9-39/+39
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-22Fresh run of bin/update_pch.shMike Kaganski2-10/+16
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara187-724/+696
2017-09-21ofz#3445 exception thrown through XMLImpRubyContext_Impl dtorCaolán McNamara1-2/+2
2017-09-21ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is calledCaolán McNamara1-1/+6
2017-09-20tdf#112005 xmloff: ODF export: export embedded object text *first*Michael Stahl1-7/+15
2017-09-20xmloff,sw: some stylistic cleanup to conditional stylesMichael Stahl2-20/+18
2017-09-19xmloff: fix stack-use-after-return in SvXMLExport::exportDoc()Michael Stahl1-1/+1
2017-09-19ofz: fix Indirect leaksCaolán McNamara1-0/+8
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M1-2/+2
2017-09-17valgrind: leak in fdo42771-1.fodtCaolán McNamara2-10/+8
2017-09-17valgrind: still leaking on fdo72541-1.fodtCaolán McNamara1-0/+1
2017-09-16valgrind: leak on fdo72541-1.fodtCaolán McNamara1-7/+23
2017-09-15avoid config when unavailableCaolán McNamara1-1/+2
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin21-52/+49
2017-09-07Fix typosAndrea Gelmini1-2/+2
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-8/+8
2017-09-05tdf#109202: pass arg of --convert-images-to to (f)odt filterKatarina Behrens1-0/+5
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-09-02Typos for "available"Julien Nabet1-2/+2
2017-08-31Resolves: tdf#112122 Use EndElement instead of dtor to call throwing methodsCaolán McNamara2-2/+2
2017-08-31Resolves: tdf#112123 check m_xAutoStyles like in similar methodsCaolán McNamara1-0/+3
2017-08-31tdf#112122 xmloff: inserting index marks into editengine throwsMichael Stahl1-2/+9
2017-08-30Resolves tdf#112101 crash on particular file with office:event-listenersCaolán McNamara1-2/+3
2017-08-24tdf#111934 xmloff: ODF import: self-referential conditional style crashMichael Stahl1-0/+5
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-6/+5
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin7-18/+18
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin6-17/+17
2017-08-15xmloff: fix crash on exporting non-loadable external image URLMichael Stahl1-2/+5
2017-08-14Using static_cast instead of dynamic_cast:Mohammed Abdul Azeem1-2/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin5-25/+15