summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.cxx
AgeCommit message (Expand)Author
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-12-05new loplugin useuniqueptrNoel Grandin
2017-03-06Resolves: tdf#106261 throw away old node map for tableCaolán McNamara
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-10-19coverity#1371215 Missing move assignment operatorCaolán McNamara
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-10tdf#95367 DOCX: allow r-t of changed first/follow sectionsJustin Luth
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03sw: prefix members of WW8FibMiklos Vajna
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-08-18cppcheck: noCopyConstructorCaolán McNamara
2016-07-19clang-tidy performance-unnecessary-value-param in swStephan Bergmann
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-06-14crashtesting: fix ~SwIndexReg assert on exporting tdf46441-2.odt to .docCaolán McNamara
2016-06-08tdf#97103 sw: fix restoring of SetRedlineMode on DOCX/RTF exportMichael Stahl
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2016-04-09valgrind: leak on export of ooo98646-1.doc to docxCaolán McNamara
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl
2016-04-07drop double check of the sameDouglas Mencken
2016-04-06Elide const varStephan Bergmann
2016-04-06loplugin:stringconstantStephan Bergmann
2016-04-06convert blob's hex bytes to ascii symbolsDouglas Mencken
2016-04-01convert "Impossible" ensures to warnsDouglas Mencken
2016-03-09loplugin:constantparam in swNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
2016-02-22loplugin:commaoperator in sw/Noel Grandin
2016-01-18cppcheck: nullPointerCaolán McNamara
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2016-01-12tdf#61511 RTF export: handle page background solid color fillMiklos Vajna
2016-01-04DOC(X) filter: BAF -> BAILS in the smart tag mappingMiklos Vajna
2015-12-14DOC export: fix writing multiple smart tagsMiklos Vajna
2015-12-14DOC export: write propBags in SmartTagDataMiklos Vajna
2015-12-14DOC export: write stringTable in SmartTagDataMiklos Vajna
2015-12-14DOC export: write factoidTypes in SmartTagDataMiklos Vajna
2015-12-14DOC export: write SttbfBkmkFactoid structureMiklos Vajna
2015-12-14DOC export: embed factoids when writing factoid bookmarksMiklos Vajna
2015-12-10DOC export: write smart tag locations to table streamMiklos Vajna
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann