summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
AgeCommit message (Expand)Author
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-11consistently track amount of buffers remainingCaolán McNamara
2017-04-07ditch ReadRawUniStringCaolán McNamara
2017-04-05ofz: stay within available dataCaolán McNamara
2017-04-03ofz: check anlv text boundsCaolán McNamara
2017-04-03ofz: fix leakCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23Change SvxMSDffManager::ImportOLE nOLEId parameter from long to sal_uInt32Stephan Bergmann
2017-03-08Some more long -> WW8_CP (to avoid loplugin:loopvartoosmall)Stephan Bergmann
2017-02-13convert eF_ResT to scoped enumNoel Grandin
2017-01-23tdf#96277 revert ww8 import: fix upper margin of floating tableJustin Luth
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-18Resolves: tdf#91916 different word 6/7 vers have ambiguous sprmsCaolán McNamara
2016-10-20loplugin:expandablemethodds in sw(part3)Noel Grandin
2016-09-24this is a (dubious?) compareToIgnoreAsciiCase not compare, so restoreCaolán McNamara
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara
2016-09-16fix buildCaolán McNamara
2016-09-15use std::unique_ptr and remove custom dtor for coverity#1371321Caolán McNamara
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-23loplugin:unusedmethods in swNoel Grandin
2016-05-02sw: translate last Anz occurrences in headersMiklos Vajna
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl
2016-04-06tdf#99100 DOC import: handle subset of STYLEREF nativelyMiklos Vajna
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-09SwWW8ImplReader::GetSmartTagInfo: read from SmartTagDataMiklos Vajna
2015-12-08DOC import: read SmartTagDataMiklos Vajna
2015-12-08SwWW8ImplReader: unused membersMiklos Vajna
2015-12-08DOC import: handle smart tags via RES_FLTR_RDFMARKMiklos Vajna
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-20sw: avoid 'using namespace' in headersMiklos Vajna
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-13boost->stdCaolán McNamara