summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-07loplugin:constparams in sw part8Noel Grandin1-1/+1
2017-07-20sw: std::copy_if is now availableTakeshi Abe1-16/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-3/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+2
2017-06-21ofz#2340 null deferences on close redlinesCaolán McNamara1-2/+2
2017-05-09tdf#39468: Translate German comments in sw/source/filter/ww8/writerhelper.cxxJens Carl1-2/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-16Clean up integers representing "redline authors"Stephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+3
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-4/+4
2016-12-14sw: WW8 import: try to prevent overlapping field-marks and redlinesMichael Stahl1-0/+56
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-2/+2
2016-11-23tdf#42949 Remove unnecessary headers from sw/source/filtersBartosz Kosiorek1-1/+0
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+2
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-3/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-5/+5
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-11/+11
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-22/+25
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+2
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-5/+5
2015-06-05sw: WW8 export: avoid invalidated positions in sw::FramesMichael Stahl1-1/+21
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-67/+67
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás1-20/+2
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás1-3/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-9/+9
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-6/+6
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-6/+6
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-9/+9
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-4/+4
2014-08-12DOC export: factor out wrap polygon handling to to sw::utilMiklos Vajna1-0/+30
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-3/+4