summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-5/+5
2016-10-03sw: prefix members of WW8FibMiklos Vajna1-54/+54
2016-09-24this is a (dubious?) compareToIgnoreAsciiCase not compare, so restoreCaolán McNamara1-1/+1
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-15/+15
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-4/+4
2016-09-02tdf#76349 SpacingWithoutBorders: enable .doc RTJustin Luth1-0/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-5/+5
2016-08-18coverity#1371126 Logically dead codeCaolán McNamara1-5/+4
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-7/+7
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-3/+3
2016-08-05tdf#98739 recover CJK and CTL fonts after symbols.Mark Hung1-0/+2
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin1-4/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-3/+3
2016-06-10All WinWord/* props in Writer.xcs are oor:type="xs:long"Stephan Bergmann1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-14/+14
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-5/+3
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-21new plugin stylepoliceNoel Grandin1-9/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl1-2/+4
2016-04-07tdf#99120 DOC import: fix lack of first share after odd section breakMiklos Vajna1-1/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in sotNoel Grandin1-1/+1
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-4/+12
2016-02-22loplugin:write only fieldsNoel Grandin1-2/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-10/+7
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-1/+2
2015-12-09DOC import: initialize RDF metadata before importing document propertiesMiklos Vajna1-0/+18
2015-12-09SwWW8ImplReader::GetSmartTagInfo: read from SmartTagDataMiklos Vajna1-1/+35
2015-12-08DOC import: read SmartTagDataMiklos Vajna1-0/+9
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-26/+26
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara1-1/+1
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna1-16/+16
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-130/+130
2015-11-09Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""Andras Timar1-5/+18
2015-11-09Revert "fix tdf#94818 while retaining the tdf#90504 fix"Andras Timar1-18/+5
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1